Uses of Class
edu.internet2.middleware.grouper.attr.assign.AttributeAssignSave

Packages that use AttributeAssignSave
edu.internet2.middleware.grouper.attr.assign   
 

Uses of AttributeAssignSave in edu.internet2.middleware.grouper.attr.assign
 

Methods in edu.internet2.middleware.grouper.attr.assign that return AttributeAssignSave
 AttributeAssignSave AttributeAssignSave.addAttributeAssignOnThisAssignment(AttributeAssignSave theAttributeAssignSave)
          if including assignments on this assignment, put them here, put in null to remove assignments
 AttributeAssignSave AttributeAssignSave.addAttributeAssignValue(AttributeAssignValue attributeAssignValue)
          add a value to assign to this assignment.
 AttributeAssignSave AttributeAssignSave.addValue(java.lang.Object theValue)
          add a value to an attribute assignment
 AttributeAssignSave AttributeAssignSave.assignAction(java.lang.String theAction)
          assign the action
 AttributeAssignSave AttributeAssignSave.assignAttributeAssignActionId(java.lang.String theAttributeAssignActionId)
          assign the action id for the action on this assignment
 AttributeAssignSave AttributeAssignSave.assignAttributeAssignDelegatable(AttributeAssignDelegatable theAttributeAssignDelegatable)
          if the subjects assigned to the attribute can delegate to someone else, or delegate as delegatable
 AttributeAssignSave AttributeAssignSave.assignAttributeAssignIdsToNotUse(java.util.Set<java.lang.String> theAttributeAssignIdsToNotUse)
          if doing an import, these are id's which should not be used.
 AttributeAssignSave AttributeAssignSave.assignAttributeAssignType(AttributeAssignType theAttributeAssignType)
          type of assignment
 AttributeAssignSave AttributeAssignSave.assignAttributeDefName(AttributeDefName theAttributeDefName)
          attribute name in this assignment as opposed to nameOfAttributeDefName
 AttributeAssignSave AttributeAssignSave.assignAttributeDefNameId(java.lang.String theAttributeDefNameId)
          attribute name in this assignment as opposed to nameOfAttributeDefName
 AttributeAssignSave AttributeAssignSave.assignDisabledTime(java.lang.Long theDisabledTime)
          if there is a date here, and it is in the past, this assignment is disabled
 AttributeAssignSave AttributeAssignSave.assignDisabledTime(java.sql.Timestamp theDisabledTimestamp)
          if there is a date here, and it is in the past, this assignment is disabled
 AttributeAssignSave AttributeAssignSave.assignDisallowed(boolean theDisallowed)
          if this is a permission, then if this permission assignment is allowed or not
 AttributeAssignSave AttributeAssignSave.assignEnabledTime(java.lang.Long theEnabledTimeDb)
          if there is a date here, and it is in the future, this assignment is disabled until that time
 AttributeAssignSave AttributeAssignSave.assignEnabledTimestamp(java.sql.Timestamp theEnabledTimestamp)
          if there is a date here, and it is in the future, this assignment is disabled until that time
 AttributeAssignSave AttributeAssignSave.assignId(java.lang.String theId)
          id of this attribute assign
 AttributeAssignSave AttributeAssignSave.assignNameOfAttributeDefName(java.lang.String theNameOfAttributeDefName)
          attribute name in this assignment as opposed to attributeDefNameId
 AttributeAssignSave AttributeAssignSave.assignNotes(java.lang.String theNotes)
          notes about this assignment, free-form text
 AttributeAssignSave AttributeAssignSave.assignOwnerAttributeAssign(AttributeAssign theOwnerAttributeAssign)
          if this is an attribute assign attribute, this is the foreign key
 AttributeAssignSave AttributeAssignSave.assignOwnerAttributeAssignId(java.lang.String theOwnerAttributeAssignId)
          if this is an attribute assign attribute, this is the foreign key
 AttributeAssignSave AttributeAssignSave.assignOwnerAttributeDef(AttributeDef theOwnerAttributeDef)
          if this is an attribute def attribute, this is the foreign key
 AttributeAssignSave AttributeAssignSave.assignOwnerAttributeDefId(java.lang.String theOwnerAttributeDefId)
          if this is an attribute def attribute, this is the foreign key, mutually exclusive with ownerNameOfAttributeDef
 AttributeAssignSave AttributeAssignSave.assignOwnerGroup(Group theOwnerGroup)
          if this is a group attribute, this is the foreign key
 AttributeAssignSave AttributeAssignSave.assignOwnerGroupId(java.lang.String theOwnerGroupId)
          if this is a group attribute, this is the foreign key mutually exclusive with ownerGroupName
 AttributeAssignSave AttributeAssignSave.assignOwnerGroupName(java.lang.String theOwnerGroupName)
          if this is a group attribute, this is the foreign key mutually exclusive with ownerGroupId
 AttributeAssignSave AttributeAssignSave.assignOwnerMember(Member theOwnerMember)
          if this is a member attribute, this is the foreign key
 AttributeAssignSave AttributeAssignSave.assignOwnerMemberId(java.lang.String theOwnerMemberId)
          if this is a member attribute, this is the foreign key, mutually exclusive with ownerMemberSubjectId(entifier) and ownerMemberSourceId
 AttributeAssignSave AttributeAssignSave.assignOwnerMembership(Membership theOwnerMembership)
          if this is a membership attribute, this is the foreign key.
 AttributeAssignSave AttributeAssignSave.assignOwnerMembershipId(java.lang.String theOwnerMembershipId)
          if this is a membership attribute, this is the foreign key.
 AttributeAssignSave AttributeAssignSave.assignOwnerMemberSourceId(java.lang.String theOwnerMemberSourceId)
          if this is a member attribute, this is the foreign key, mutually exclusive with ownerMemberId, also need to pass in ownerMemberSubjectId or ownerMemberSubjectIdentifier
 AttributeAssignSave AttributeAssignSave.assignOwnerMemberSubjectId(java.lang.String theOwnerMemberSubjectId)
          if this is a member attribute, this is the foreign key, mutually exclusive with ownerMemberId, also need to pass in ownerMemberSourceId
 AttributeAssignSave AttributeAssignSave.assignOwnerMemberSubjectIdentifier(java.lang.String theOwnerMemberSubjectIdentifier)
          if this is a member attribute, this is the foreign key, mutually exclusive with ownerMemberId, also need to pass in ownerMemberSourceId
 AttributeAssignSave AttributeAssignSave.assignOwnerNameOfAttributeDef(java.lang.String theOwnerNameOfAttributeDef)
          if this is an attribute def attribute, this is the foreign key mutually exclusive with ownerAttributeDefId
 AttributeAssignSave AttributeAssignSave.assignOwnerStem(Stem theOwnerStem)
          if this is a stem attribute, this is the foreign key, mutually exclusive with ownerStemName
 AttributeAssignSave AttributeAssignSave.assignOwnerStemId(java.lang.String theOwnerStemId)
          if this is a stem attribute, this is the foreign key, mutually exclusive with ownerStemName
 AttributeAssignSave AttributeAssignSave.assignOwnerStemName(java.lang.String theOwnerStemName)
          if this is a stem attribute, this is the foreign key, mutually exclusive with ownerStemId
 AttributeAssignSave AttributeAssignSave.assignPrintChangesToSystemOut(boolean thePrintChangesToSystemOut)
          if changes should be printed as system out
 AttributeAssignSave AttributeAssignSave.assignPutAttributeAssignIdsToNotUseSet(boolean thePutAttributeAssignIdsToNotUseSet)
          if the attribute assign ids should be added to the set to not use
 AttributeAssignSave AttributeAssignSave.assignSaveMode(SaveMode theSaveMode)
          assign save mode
 

Methods in edu.internet2.middleware.grouper.attr.assign with parameters of type AttributeAssignSave
 AttributeAssignSave AttributeAssignSave.addAttributeAssignOnThisAssignment(AttributeAssignSave theAttributeAssignSave)
          if including assignments on this assignment, put them here, put in null to remove assignments