| Package | com.adobe.idp.um.api.infomodel |
| Class | public class GroupMembershipSearchFilter |
| Inheritance | GroupMembershipSearchFilter GenericSearchFilter |
| Method | Defined By | ||
|---|---|---|---|
Sorts by common name in ascending order. | GroupMembershipSearchFilter | ||
String getGroupOid() Retrieves the group identifier. | GroupMembershipSearchFilter | ||
![]() | int getResultsMax() Retrieves the maximum number of results. | ||
![]() | int getResultsOffset() Retrieves the offset index. | ||
![]() | Iterator getSearches() For internal use only. | ||
String getSearchMemberType() Retrieves the searchMemberType. | GroupMembershipSearchFilter | ||
![]() | 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 setGroupOid(String r) Allows you to do an exact match search for a group. | GroupMembershipSearchFilter | ||
![]() | void setResultsMax(int resultsMax) Sets the total number of desired results. | ||
![]() | void setResultsOffset(int resultsOffset) Sets the offset index. | ||
void setSearchMemberType(String searchMemberType) | GroupMembershipSearchFilter | ||
![]() | 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 | ||
|---|---|---|---|
| SEARCH_domain_status [static] Domain status. | GroupMembershipSearchFilter | ||
| SEARCH_member_type_group [static] MemberType :Groups only | GroupMembershipSearchFilter | ||
| SEARCH_member_type_users [static] MemberType :Users only | GroupMembershipSearchFilter | ||
| SEARCH_member_type_users_and_groups [static] MemberType :Users and Groups | GroupMembershipSearchFilter | ||
| SEARCH_principal_status [static] Principal status. | GroupMembershipSearchFilter | ||
| SORT_CommonName [static] This object indicates you want to sort the results based upon the common name. | GroupMembershipSearchFilter | ||
| SORT_Email [static] This object indicates that you want to sort the results based upon the primary email. | GroupMembershipSearchFilter | ||
| SORT_Organization [static] This object indicates that you want to sort the results based upon the organization. | GroupMembershipSearchFilter | ||
| STATUS_CURRENT [static] Current status. | GroupMembershipSearchFilter | ||
| GroupMembershipSearchFilter | () |
public GroupMembershipSearchFilter()Sorts by common name in ascending order.
| getGroupOid | () |
public String getGroupOid()Retrieves the group identifier.
Returns| The group identifier. |
| getSearchMemberType | () |
public String getSearchMemberType()Retrieves the searchMemberType.
Returns| The search member type |
| setGroupOid | () |
public void setGroupOid(String r)Allows you to do an exact match search for a group.
Parameters
r — The identifier of the group to search for. |
| setSearchMemberType | () |
public void setSearchMemberType(String searchMemberType)Parameters
searchMemberType |
| SEARCH_domain_status | Constant |
public static final SEARCH_domain_statusDomain status.
| SEARCH_member_type_group | Constant |
public static final SEARCH_member_type_groupMemberType :Groups only
| SEARCH_member_type_users | Constant |
public static final SEARCH_member_type_usersMemberType :Users only
| SEARCH_member_type_users_and_groups | Constant |
public static final SEARCH_member_type_users_and_groupsMemberType :Users and Groups
| SEARCH_principal_status | Constant |
public static final SEARCH_principal_statusPrincipal status.
| SORT_CommonName | Constant |
public static final SORT_CommonNameThis object indicates you want to sort the results based upon the common name. For example, "John Doe".
| SORT_Email | Constant |
public static final SORT_EmailThis object indicates that you want to sort the results based upon the primary email. For example, "jdoe@adobe.com".
| SORT_Organization | Constant |
public static final SORT_OrganizationThis object indicates that you want to sort the results based upon the organization.
| STATUS_CURRENT | Constant |
public static final STATUS_CURRENTCurrent status.
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/GroupMembershipSearchFilter.html