Modifier and Type | Method and Description |
---|---|
java.util.Collection<Group> |
getListOfGroups()
Get the list of groups obtained after executing the search.
|
void |
setListOfSelectedGroups(java.util.Collection<java.lang.String> groupId)
Sets the list of groups to give the user membership.
|
void |
setSearchFlag(boolean searchFlag)
Set the search flag to indicate whether the search should be executed or not.
|
void |
setStringFilter(java.lang.String stringFilter)
Set the search filter to search for groups.
|
void |
setUserId(java.lang.String userId)
Set the user id for whom group memberships are given.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setListOfSelectedGroups(java.util.Collection<java.lang.String> groupId)
groupId
- The Collection
of groups that the user could be a part of.void setUserId(java.lang.String userId)
userId
- The user id to setvoid setSearchFlag(boolean searchFlag)
searchFlag
- If true, the search should be executed.java.util.Collection<Group> getListOfGroups()
Collection
of Group
objects obtained after executing the searchvoid setStringFilter(java.lang.String stringFilter)
stringFilter
- The search filter to set.