Uses of Class
com.filenet.api.constants.PrincipalSearchType

Packages that use PrincipalSearchType
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of PrincipalSearchType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as PrincipalSearchType
static PrincipalSearchType PrincipalSearchType.CONTAINS
          A constant representing a PrincipalSearchType instance of type CONTAINS.
static PrincipalSearchType PrincipalSearchType.CUSTOM
          A constant representing a PrincipalSearchType instance of type CUSTOM.
static PrincipalSearchType PrincipalSearchType.EXACT
          A constant representing a PrincipalSearchType instance of type EXACT.
static PrincipalSearchType PrincipalSearchType.NONE
          A constant representing a PrincipalSearchType instance of type NONE.
static PrincipalSearchType PrincipalSearchType.PREFIX_MATCH
          A constant representing a PrincipalSearchType instance of type PREFIX_MATCH.
static PrincipalSearchType PrincipalSearchType.SUFFIX_MATCH
          A constant representing a PrincipalSearchType instance of type SUFFIX_MATCH.
 

Methods in com.filenet.api.constants that return PrincipalSearchType
static PrincipalSearchType PrincipalSearchType.getInstanceFromInt(int value)
          Gets the instance of this class using its associated integer value (the *_AS_INT fields).
 

Uses of PrincipalSearchType in com.filenet.api.security
 

Methods in com.filenet.api.security with parameters of type PrincipalSearchType
 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.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.