com.adobe.idp.um.api.infomodel
Class GroupMembershipSearchFilter

java.lang.Object
  extended by com.adobe.idp.um.api.infomodel.GenericSearchFilter
      extended by com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
All Implemented Interfaces:
Serializable

public class GroupMembershipSearchFilter
extends GenericSearchFilter
implements Serializable

The GroupMembershipSearchFilter class represents a filter that allows you to specify search criteria to use when searching for LiveCycle ES2 groups.

See Also:
Serialized Form

Field Summary
static String SEARCH_domain_status
          Domain status.
static String SEARCH_member_type_group
          MemberType :Groups only
static String SEARCH_member_type_users
          MemberType :Users only
static String SEARCH_member_type_users_and_groups
          MemberType :Users and Groups
static String SEARCH_principal_status
          Principal status.
static String SORT_CommonName
          Indicates you want to sort the results based upon the common name.
static String SORT_Email
          Indicates that you want to sort the results based upon the primary email.
static String SORT_Organization
          Indicates that you want to sort the results based upon the organization.
static String STATUS_CURRENT
          Current status.
 
Constructor Summary
GroupMembershipSearchFilter()
          A constructor that sorts by common name in an ascending order.
 
Method Summary
 String getGroupOid()
          Retrieves the group identifier.
 String getSearchMemberType()
          Retrieves the search member type.
 void setGroupOid(String r)
          Allows you to do an exact match search for a group.
 void setSearchMemberType(String searchMemberType)
          Sets the search member type.
 
Methods inherited from class com.adobe.idp.um.api.infomodel.GenericSearchFilter
getResultsMax, getResultsOffset, getSearches, getSearchType, getSearchVal, getSortField, isSearch, isSortAscending, setResultsMax, setResultsOffset, setSort, setSortAscending, setSortField
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_CURRENT

public static final String STATUS_CURRENT
Current status.

See Also:
Constant Field Values

SEARCH_principal_status

public static final String SEARCH_principal_status
Principal status.

See Also:
Constant Field Values

SEARCH_domain_status

public static final String SEARCH_domain_status
Domain status.

See Also:
Constant Field Values

SEARCH_member_type_users_and_groups

public static final String SEARCH_member_type_users_and_groups
MemberType :Users and Groups

See Also:
Constant Field Values

SEARCH_member_type_users

public static final String SEARCH_member_type_users
MemberType :Users only

See Also:
Constant Field Values

SEARCH_member_type_group

public static final String SEARCH_member_type_group
MemberType :Groups only

See Also:
Constant Field Values

SORT_CommonName

public static final String SORT_CommonName
Indicates you want to sort the results based upon the common name. For example, "John Doe".

See Also:
Constant Field Values

SORT_Email

public static final String SORT_Email
Indicates that you want to sort the results based upon the primary email. For example, "jdoe@adobe.com".

See Also:
Constant Field Values

SORT_Organization

public static final String SORT_Organization
Indicates that you want to sort the results based upon the organization.

See Also:
Constant Field Values
Constructor Detail

GroupMembershipSearchFilter

public GroupMembershipSearchFilter()
A constructor that sorts by common name in an ascending order.

Method Detail

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.

getGroupOid

public String getGroupOid()
Retrieves the group identifier.

Returns:
The group identifier.

getSearchMemberType

public String getSearchMemberType()
Retrieves the search member type.

Returns:
The search member type

setSearchMemberType

public void setSearchMemberType(String searchMemberType)
Sets the search member type.

Parameters:
searchMemberType - The search member type


[an error occurred while processing this directive] [an error occurred while processing this directive]