|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrincipalSearchSortType | |
---|---|
com.filenet.api.constants | Provides classes defining collections of related, type-safe constant values. |
com.filenet.api.engine | Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. |
com.filenet.api.security | Provides interfaces related to authentication, authorization, and user- and group-specific data. |
Uses of PrincipalSearchSortType in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as PrincipalSearchSortType | |
---|---|
static PrincipalSearchSortType |
PrincipalSearchSortType.ASCENDING
A constant representing a PrincipalSearchSortType instance of type ASCENDING. |
static PrincipalSearchSortType |
PrincipalSearchSortType.DESCENDING
A constant representing a PrincipalSearchSortType instance of type DESCENDING. |
static PrincipalSearchSortType |
PrincipalSearchSortType.NONE
A constant representing a PrincipalSearchSortType instance of type NONE. |
Methods in com.filenet.api.constants that return PrincipalSearchSortType | |
---|---|
static PrincipalSearchSortType |
PrincipalSearchSortType.getInstanceFromInt(int value)
Gets the instance of this class using its associated integer value (the *_AS_INT fields). |
Uses of PrincipalSearchSortType in com.filenet.api.engine |
---|
Methods in com.filenet.api.engine with parameters of type PrincipalSearchSortType | |
---|---|
PrincipalInfoSet |
DirectoryServiceProvider.searchGroups(java.lang.String realmDN,
java.lang.String searchPattern,
PrincipalSearchAttribute searchProperty,
PrincipalSearchSortType sort,
int pageSize,
java.lang.String[] requestedProperties,
java.lang.String continueFrom)
For Internal Use Only. |
PrincipalInfoSet |
DirectoryServiceProvider.searchUsers(java.lang.String realmDN,
java.lang.String searchPattern,
PrincipalSearchAttribute searchProperty,
PrincipalSearchSortType sort,
int pageSize,
java.lang.String[] requestedProperties,
java.lang.String continueFrom)
For Internal Use Only. |
Uses of PrincipalSearchSortType in com.filenet.api.security |
---|
Methods in com.filenet.api.security with parameters of type PrincipalSearchSortType | |
---|---|
GroupSet |
Realm.findGroups(java.lang.String searchPattern,
PrincipalSearchType searchType,
PrincipalSearchAttribute searchAttribute,
PrincipalSearchSortType sortType,
java.lang.Integer pageSize,
PropertyFilter filter)
Returns a set of groups from this realm that matches the search parameters. |
UserSet |
Realm.findUsers(java.lang.String searchPattern,
PrincipalSearchType searchType,
PrincipalSearchAttribute searchAttribute,
PrincipalSearchSortType sortType,
java.lang.Integer pageSize,
PropertyFilter filter)
Returns a set of users, a page at a time, from this realm that matches the search parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |