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

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

public class ResourceTypeSearchFilter
extends GenericSearchFilter
implements java.io.Serializable

This filter allows you to specify resource type search criteria to be AND-ed together.

See Also:
Serialized Form

Field Summary
static java.lang.String RES_TYPE_NAME
          The resource type name.
static java.lang.Object SORT_ResourceTypeName
          Sort according to the common name.
 
Constructor Summary
ResourceTypeSearchFilter()
          The default constructor for ResourceTypeSearchFilter.
 
Method Summary
 java.lang.String getResourceTypeName()
          Retrieves the resource type name.
 void setResourceTypeName(java.lang.String rn)
          Perform a wildcard search on the previously localized resource type name.
 void setSpecificResourceTypeName(java.lang.String ResourceTypeId)
          Restricts the search to a specific resource type identifier.
 
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

RES_TYPE_NAME

public static final java.lang.String RES_TYPE_NAME
The resource type name.

See Also:
Constant Field Values

SORT_ResourceTypeName

public static final java.lang.Object SORT_ResourceTypeName
Sort according to the common name. For example, "policy set ResourceType".

Constructor Detail

ResourceTypeSearchFilter

public ResourceTypeSearchFilter()
The default constructor for ResourceTypeSearchFilter. Sorts by ResourceTypeSearchFilter.SORT_ResourceTypeName in ascending order.

Method Detail

setResourceTypeName

public void setResourceTypeName(java.lang.String rn)
Perform a wildcard search on the previously localized resource type name. Foe example, rn = "dmin" will match "Administrator ResourceType".

Parameters:
rn - The wildcard characters on which to search for the previously localized resource type name.

setSpecificResourceTypeName

public void setSpecificResourceTypeName(java.lang.String ResourceTypeId)
Restricts the search to a specific resource type identifier.

Parameters:
ResourceTypeId - The resource type identifier on which to base the search.

getResourceTypeName

public java.lang.String getResourceTypeName()
Retrieves the resource type name.

Returns:
The resource type name.


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