Modifier and Type | Method and Description |
---|---|
java.util.Collection<User> |
getListOfUsers()
Get the users obtained as a result of the search.
|
void |
setListOfSelectedUsers(java.util.Collection<java.lang.String> userId)
Sets the list of selected users as the ones to import into and register with CentraSite.
|
void |
setOrgId(java.lang.String orgId)
Set the id of the organization to which the users must be imported.
|
void |
setSearchFlag(boolean searchFlag)
Sets the search flag indicating whether the search to external repository should be executed or not.
|
void |
setStringFilter(java.lang.String stringFilter)
Set the search filter entered while searching for users.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setListOfSelectedUsers(java.util.Collection<java.lang.String> userId)
userId
- The Collection
of users who have to be importedvoid setStringFilter(java.lang.String stringFilter)
stringFilter
- The search filter to search users. Wild card characters "*" can be used.java.util.Collection<User> getListOfUsers()
Collection
of User
s obtained after searchingvoid setSearchFlag(boolean searchFlag)
searchFlag
- If true, the search can be executed.void setOrgId(java.lang.String orgId)
orgId
- The organization id to which users are imported.