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 specify resource type search criteria to be AND-ed together. For more information on sorting or specifying the number of results, see GenericSearchFilter.

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.
 
Fields inherited from class com.adobe.idp.um.api.infomodel.GenericSearchFilter
SEARCHTYPE_EQUALS, SEARCHTYPE_GREATER, SEARCHTYPE_GREATER_EQUALS, SEARCHTYPE_LESS, SEARCHTYPE_LESS_EQUALS, SEARCHTYPE_LIKE, SEARCHTYPE_LIKE_ENDS_WITH, SEARCHTYPE_LIKE_STARTS_WITH
 
Constructor Summary
ResourceTypeSearchFilter()
          Default constructor.
 
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, isMatchExactCriteria, isSearch, isSortAscending, setMatchExactCriteria, 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.

Constructor Detail

ResourceTypeSearchFilter

public ResourceTypeSearchFilter()
Default constructor. 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.

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.