| Package | com.adobe.idp.um.api.infomodel |
| Class | public class RoleMembershipSearchFilter |
| Inheritance | RoleMembershipSearchFilter GenericSearchFilter |
AND-ed together. For more information on sorting or specifying the number of results, see GenericSearchFilter.| Method | Defined By | ||
|---|---|---|---|
Default constructor. | RoleMembershipSearchFilter | ||
![]() | int getResultsMax() Retrieves the maximum number of results. | ||
![]() | int getResultsOffset() Retrieves the offset index. | ||
String getRoleId() Retrieves the role identifier. | RoleMembershipSearchFilter | ||
![]() | Iterator getSearches() For internal use only. | ||
![]() | int getSearchType(Object searchKey) For internal use only. | ||
![]() | Object getSearchVal(Object searchKey) For internal use only. | ||
![]() | Object getSortField() Retrieves the sorting field. | ||
![]() | boolean isSearch(Object searchKey) For internal use only. | ||
![]() | boolean isSortAscending() Determines whether the sorting results will occur in ascending order. | ||
![]() | void setResultsMax(int resultsMax) Sets the total number of desired results. | ||
![]() | void setResultsOffset(int resultsOffset) Sets the offset index. | ||
void setRoleId(String roleName) Perform a search on an exact match with the specified role name. | RoleMembershipSearchFilter | ||
![]() | void setSort(Object sortField, boolean sortAscending) Sets the sort order of the returned results. | ||
![]() | void setSortAscending(boolean sortAscending) Sets the sort order of the returned results. | ||
![]() | void setSortField(Object sortField) Set the field name. | ||
| Constant | Defined By | ||
|---|---|---|---|
| DOMAIN_STATUS_CURRENT [static] Current (active) domain. | RoleMembershipSearchFilter | ||
| DOMAIN_STATUS_FIELD [static] Domain status. | RoleMembershipSearchFilter | ||
| FLD_SPC_PRINCIPAL_COMMON_NAME [static] Principal common name. | RoleMembershipSearchFilter | ||
| FLD_SPC_PRINCIPAL_EMAIL [static] Principal email identifier. | RoleMembershipSearchFilter | ||
| FLD_SPC_PRINCIPAL_ORG [static] Principal organization. | RoleMembershipSearchFilter | ||
| PRINCIPAL_STATUS_CURRENT [static] Current (active) principal. | RoleMembershipSearchFilter | ||
| PRINCIPAL_STATUS_FIELD [static] Principal status. | RoleMembershipSearchFilter | ||
| SORT_CommonName [static] Sort according to the common name. | RoleMembershipSearchFilter | ||
| RoleMembershipSearchFilter | () |
public RoleMembershipSearchFilter()Default constructor. Sorts by SORT_CommonName in ascending order.
| getRoleId | () |
public String getRoleId()Retrieves the role identifier.
Returns| The role identifier. |
| setRoleId | () |
public void setRoleId(String roleName)Perform a search on an exact match with the specified role name. You are strongly advised to call this method.
Parameters
roleName — The role name on which to base the search. |
| DOMAIN_STATUS_CURRENT | Constant |
public static final DOMAIN_STATUS_CURRENTCurrent (active) domain.
| DOMAIN_STATUS_FIELD | Constant |
public static final DOMAIN_STATUS_FIELDDomain status.
| FLD_SPC_PRINCIPAL_COMMON_NAME | Constant |
public static final FLD_SPC_PRINCIPAL_COMMON_NAMEPrincipal common name.
| FLD_SPC_PRINCIPAL_EMAIL | Constant |
public static final FLD_SPC_PRINCIPAL_EMAILPrincipal email identifier.
| FLD_SPC_PRINCIPAL_ORG | Constant |
public static final FLD_SPC_PRINCIPAL_ORGPrincipal organization.
| PRINCIPAL_STATUS_CURRENT | Constant |
public static final PRINCIPAL_STATUS_CURRENTCurrent (active) principal.
| PRINCIPAL_STATUS_FIELD | Constant |
public static final PRINCIPAL_STATUS_FIELDPrincipal status.
| SORT_CommonName | Constant |
public static final SORT_CommonNameSort according to the common name.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/RoleMembershipSearchFilter.html