|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.api.infomodel.GenericSearchFilter
com.adobe.idp.um.api.infomodel.ResourceTypeSearchFilter
public class ResourceTypeSearchFilter
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.
| 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 |
|---|
public static final java.lang.String RES_TYPE_NAME
public static final java.lang.Object SORT_ResourceTypeName
| Constructor Detail |
|---|
public ResourceTypeSearchFilter()
ResourceTypeSearchFilter.SORT_ResourceTypeName in ascending order.
| Method Detail |
|---|
public void setResourceTypeName(java.lang.String rn)
rn - The wildcard characters on which to search for the previously localized resource type name.public void setSpecificResourceTypeName(java.lang.String ResourceTypeId)
ResourceTypeId - The resource type identifier on which to base the search.public java.lang.String getResourceTypeName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||