Uses of Class
edu.internet2.middleware.grouper.GroupSave
Packages that use GroupSave
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
-
Uses of GroupSave in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return GroupSaveModifier and TypeMethodDescriptionGroupSave.assignAlternateName(String theAlternateName) Will save or remove an alternate name for the group e.g.GroupSave.assignCreateParentStemsIfNotExist(boolean theCreateParentStemsIfNotExist) assign create parents if not existGroupSave.assignDescription(String theDescription) assign descriptionGroupSave.assignDisabledTime(Long theDisabledTime) if there is a date here, and it is in the past, this group is disabledGroupSave.assignDisabledTimestamp(Timestamp theDisabledTimestamp) if there is a date here, and it is in the past, this group is disabledGroupSave.assignDisplayExtension(String theDisplayExtension) display extensionGroupSave.assignDisplayName(String theDisplayName) GroupSave.assignEnabledTime(Long theEnabledTimeDb) if there is a date here, and it is in the future, this group is disabled until that timeGroupSave.assignEnabledTimestamp(Timestamp theEnabledTimestamp) if there is a date here, and it is in the future, this group is disabled until that timeGroupSave.assignGroupNameToEdit(String theGroupNameToEdit) group name to editGroupSave.assignIdIndex(Long theIdIndex) assign id_indexGroupSave.assignName(String name1) nameGroupSave.assignPrivAllAdmin(boolean thePrivAllAdmin) assign priv admin to be different than the defaults for grouperAllGroupSave.assignPrivAllAttrRead(boolean thePrivAllAttrRead) assign priv attr read to be different than the defaults for grouperAllGroupSave.assignPrivAllAttrUpdate(boolean thePrivAllAttrUpdate) assign priv attr update to be different than the defaults for grouperAllGroupSave.assignPrivAllOptin(boolean thePrivAllOptin) assign priv optin to be different than the defaults for grouperAllGroupSave.assignPrivAllOptout(boolean thePrivAllOptout) assign priv optout to be different than the defaults for grouperAllGroupSave.assignPrivAllRead(boolean thePrivAllRead) assign priv read to be different than the defaults for grouperAllGroupSave.assignPrivAllUpdate(boolean thePrivAllUpdate) assign priv update to be different than the defaults for grouperAllGroupSave.assignPrivAllView(boolean thePrivAllView) assign priv view to be different than the defaults for grouperAllGroupSave.assignReplaceAllSettings(boolean theReplaceAllSettings) if you want to replace all the settings for the object, send true (that's the default).GroupSave.assignRunAsRoot(boolean runAsRoot) set this to true to run as a root sessionGroupSave.assignSaveMode(SaveMode theSaveMode) assign save modeGroupSave.assignSaveMode(String theSaveMode) assign save modeGroupSave.assignSetAlternateNameIfRename(boolean theSetAlternateNameIfRename) whether an alternate name should automatically be assigned if doing a renameGroupSave.assignTypeOfGroup(TypeOfGroup theTypeOfGroup) assign save modeGroupSave.assignTypeOfGroup(String theTypeOfGroup) assign save modeGroupSave.assignUuid(String theUuid) uuid -
Uses of GroupSave in edu.internet2.middleware.grouper.group
Method parameters in edu.internet2.middleware.grouper.group with type arguments of type GroupSaveModifier and TypeMethodDescriptionGroupSaveBatch.addGroupSaves(Collection<GroupSave> theGroupSaves)