-
Packages that use PrincipalSearchAttribute Package Description 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 PrincipalSearchAttribute in com.filenet.api.constants
Fields in com.filenet.api.constants declared as PrincipalSearchAttribute Modifier and Type Field and Description static PrincipalSearchAttributePrincipalSearchAttribute. DISPLAY_NAMEA constant representing a PrincipalSearchAttribute instance of type DISPLAY_NAME.static PrincipalSearchAttributePrincipalSearchAttribute. NONEA constant representing a PrincipalSearchAttribute instance of type NONE.static PrincipalSearchAttributePrincipalSearchAttribute. SHORT_NAMEA constant representing a PrincipalSearchAttribute instance of type SHORT_NAME.Methods in com.filenet.api.constants that return PrincipalSearchAttribute Modifier and Type Method and Description static PrincipalSearchAttributePrincipalSearchAttribute. getInstanceFromInt(int value)Gets the instance of this class using its associated integer value (the *_AS_INT fields). -
Uses of PrincipalSearchAttribute in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type PrincipalSearchAttribute Modifier and Type Method and Description PrincipalInfoSetDirectoryServiceProvider. 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.PrincipalInfoSetDirectoryServiceProvider. 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 PrincipalSearchAttribute in com.filenet.api.security
Methods in com.filenet.api.security with parameters of type PrincipalSearchAttribute Modifier and Type Method and Description GroupSetRealm. 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.UserSetRealm. 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.
-