Modifier and Type | Method and Description |
---|---|
java.util.Collection<Group> |
getSearchResultGroups()
Obtain the result of searching for groups.
|
void |
setGroupDesc(java.lang.String groupDesc)
Set the group description.
|
void |
setGroupIdsForImport(java.util.Collection<java.lang.String> groupIds)
Set the group ids which should be imported to CentraSite.
|
void |
setGroupName(java.lang.String groupName)
Set the group's name.
|
void |
setImportGroupMembers(boolean importGroupMembers)
Set whether the group members should be imported as users while importing external groups.
|
void |
setIsLocalGroupCreation(boolean isLocalGroupCreation)
Set whether a local group or an external group is being created.
|
void |
setSearchAgain(boolean searchAgain)
Set whether the groups search should be executed again for a different search filter.
|
void |
setSearchFilter(java.lang.String searchFilter)
Set the search filter to search for unregistered groups from the external repository.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setSearchFilter(java.lang.String searchFilter)
searchFilter
- The search filter to set. Wild card character "*" can be used.java.util.Collection<Group> getSearchResultGroups()
Collection
of Group
s which match the search filter set in
setSearchFilter(String)
void setGroupIdsForImport(java.util.Collection<java.lang.String> groupIds)
groupIds
- The Collection
of group identifiers to set for import.void setSearchAgain(boolean searchAgain)
searchAgain
- If true, the search will be executed againvoid setImportGroupMembers(boolean importGroupMembers)
importGroupMembers
- If true, the group members will be imported as usersvoid setGroupName(java.lang.String groupName)
groupName
- The name of the groupvoid setGroupDesc(java.lang.String groupDesc)
groupDesc
- The description of the groupvoid setIsLocalGroupCreation(boolean isLocalGroupCreation)
isLocalGroupCreation
- If true, a local group will be created and if false, an external group will be imported.