Packagecom.adobe.idp.um.api.infomodel
Classpublic class GroupMembershipSearchFilter
InheritanceGroupMembershipSearchFilter Inheritance GenericSearchFilter

This filter allows you specify search criteria to be ANDed together.



Public Methods
 MethodDefined By
  
Sorts by common name in ascending order.
GroupMembershipSearchFilter
  
String getGroupOid()
Retrieves the group identifier.
GroupMembershipSearchFilter
 Inherited
Retrieves the maximum number of results.
 Inherited
Retrieves the offset index.
 Inherited
Iterator getSearches()
For internal use only.
  
Retrieves the searchMemberType.
GroupMembershipSearchFilter
 Inherited
int getSearchType(Object searchKey)
For internal use only.
 Inherited
Object getSearchVal(Object searchKey)
For internal use only.
 Inherited
Object getSortField()
Retrieves the sorting field.
 Inherited
boolean isSearch(Object searchKey)
For internal use only.
 Inherited
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
 Inherited
void setResultsMax(int resultsMax)
Sets the total number of desired results.
 Inherited
void setResultsOffset(int resultsOffset)
Sets the offset index.
  
void setSearchMemberType(String searchMemberType)
GroupMembershipSearchFilter
 Inherited
void setSort(Object sortField, boolean sortAscending)
Sets the sort order of the returned results.
 Inherited
void setSortAscending(boolean sortAscending)
Sets the sort order of the returned results.
 Inherited
void setSortField(Object sortField)
Set the field name.
Public Constants
 ConstantDefined 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
Constructor Detail
GroupMembershipSearchFilter()
public GroupMembershipSearchFilter()

Sorts by common name in ascending order.

Method Detail
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

Constant Detail
SEARCH_domain_statusConstant
public static final SEARCH_domain_status

Domain status.

SEARCH_member_type_groupConstant 
public static final SEARCH_member_type_group

MemberType :Groups only

SEARCH_member_type_usersConstant 
public static final SEARCH_member_type_users

MemberType :Users only

SEARCH_member_type_users_and_groupsConstant 
public static final SEARCH_member_type_users_and_groups

MemberType :Users and Groups

SEARCH_principal_statusConstant 
public static final SEARCH_principal_status

Principal status.

SORT_CommonNameConstant 
public static final SORT_CommonName

This object indicates you want to sort the results based upon the common name. For example, "John Doe".

SORT_EmailConstant 
public static final SORT_Email

This object indicates that you want to sort the results based upon the primary email. For example, "jdoe@adobe.com".

SORT_OrganizationConstant 
public static final SORT_Organization

This object indicates that you want to sort the results based upon the organization.

STATUS_CURRENTConstant 
public static final STATUS_CURRENT

Current 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