Class ProvisioningStateEntity

java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.ProvisioningStateBase
edu.internet2.middleware.grouper.app.provisioning.ProvisioningStateEntity

public class ProvisioningStateEntity extends ProvisioningStateBase
  • Constructor Details

    • ProvisioningStateEntity

      public ProvisioningStateEntity()
  • Method Details

    • isLoggable

      public boolean isLoggable()
      see if loggable if not logging all objects
      Returns:
    • isUnresolvable

      public boolean isUnresolvable()
      if this subject is marked as unresolvable in the members table
      Returns:
    • setUnresolvable

      public void setUnresolvable(boolean unresolvable)
      if this subject is marked as unresolvable in the members table
      Parameters:
      unresolvable -
    • isSelectSomeMemberships

      public boolean isSelectSomeMemberships()
      in incremental, if we're doing entity attributes and any membership events for this entity are recalc, then recalc all events for this entity in this incremental run and select those memberships from the target. Since this is entity attributes, we need to select those via the entity
    • setSelectSomeMemberships

      public void setSelectSomeMemberships(boolean selectSomeMemberships)
      in incremental, if we're doing entity attributes and any membership events for this entity are recalc, then recalc all events for this entity in this incremental run and select those memberships from the target. Since this is entity attributes, we need to select those via the entity
    • isSelectAllMemberships

      public boolean isSelectAllMemberships()
      set it to true if we want to select all memberships from the target for this group. This happens when there are too many events for this group or if it's a new group or a deleted group or manually kicked off from the UI
    • setSelectAllMemberships

      public void setSelectAllMemberships(boolean selectMemberships)
      set it to true if we want to select all memberships from the target for this group. This happens when there are too many events for this group or if it's a new group or a deleted group or manually kicked off from the UI
    • getMemberId

      public String getMemberId()
    • setMemberId

      public void setMemberId(String memberId)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getProvisioningEntityWrapper

      public ProvisioningEntityWrapper getProvisioningEntityWrapper()
    • setProvisioningEntityWrapper

      public void setProvisioningEntityWrapper(ProvisioningEntityWrapper provisioningEntityWrapper)
    • isRecalcEntityMemberships

      public boolean isRecalcEntityMemberships()
      if recalcing the entity memberships
      Returns:
    • setRecalcEntityMemberships

      public void setRecalcEntityMemberships(boolean recalcEntityMemberships1)
      if recalcing the entity memberships
      Parameters:
      recalcEntityMemberships1 -
    • isSelectAllMembershipResultProcessed

      public boolean isSelectAllMembershipResultProcessed()
    • setSelectAllMembershipResultProcessed

      public void setSelectAllMembershipResultProcessed(boolean selectAllMembershipResultProcessed)
    • isSelectAllMembershipsResultProcessed

      public boolean isSelectAllMembershipsResultProcessed()
      if the memberships for this entity was attempted to be selected from target
    • isSelectSomeMembershipsResultProcessed

      public boolean isSelectSomeMembershipsResultProcessed()
    • setSelectAllMembershipsResultProcessed

      public void setSelectAllMembershipsResultProcessed(boolean selectMembershipResultProcessed)
      if the memberships for this entity was attempted to be selected from target
    • setSelectSomeMembershipsResultProcessed

      public void setSelectSomeMembershipsResultProcessed(boolean selectSomeMembershipsResultProcessed)
    • isEntityRemovedDueToAttribute

      public boolean isEntityRemovedDueToAttribute()
    • setEntityRemovedDueToAttribute

      public void setEntityRemovedDueToAttribute(boolean entityRemovedDueToAttribute)
    • isTranslatedMemberships

      public boolean isTranslatedMemberships()
      if this object is for create, and we translate memberships, then dont do it again
      Returns:
    • setTranslatedMemberships

      public void setTranslatedMemberships(boolean theTranslatedMemberships)
      if this object is for create, and we translate memberships, then dont do it again
      Parameters:
      theTranslatedMemberships -