| Package | com.adobe.idp.um.api.infomodel |
| Class | public class ResourceTypeSearchFilter |
| Inheritance | ResourceTypeSearchFilter GenericSearchFilter |
AND-ed together. For more information on sorting or specifying the number of results, see GenericSearchFilter.| Method | Defined By | ||
|---|---|---|---|
Default constructor. | ResourceTypeSearchFilter | ||
String getResourceTypeName() Retrieves the resource type name. | ResourceTypeSearchFilter | ||
![]() | int getResultsMax() Retrieves the maximum number of results. | ||
![]() | int getResultsOffset() Retrieves the offset index. | ||
![]() | Iterator getSearches() For internal use only. | ||
![]() | int getSearchType(Object searchKey) For internal use only. | ||
![]() | Object getSearchVal(Object searchKey) For internal use only. | ||
![]() | Object getSortField() Retrieves the sorting field. | ||
![]() | boolean isSearch(Object searchKey) For internal use only. | ||
![]() | boolean isSortAscending() Determines whether the sorting results will occur in ascending order. | ||
void setResourceTypeName(String rn) Perform a wildcard search on the previously localized resource type name. | ResourceTypeSearchFilter | ||
![]() | void setResultsMax(int resultsMax) Sets the total number of desired results. | ||
![]() | void setResultsOffset(int resultsOffset) Sets the offset index. | ||
![]() | void setSort(Object sortField, boolean sortAscending) Sets the sort order of the returned results. | ||
![]() | void setSortAscending(boolean sortAscending) Sets the sort order of the returned results. | ||
![]() | void setSortField(Object sortField) Set the field name. | ||
void setSpecificResourceTypeName(String ResourceTypeId) Restricts the search to a specific resource type identifier. | ResourceTypeSearchFilter | ||
| Constant | Defined By | ||
|---|---|---|---|
| RES_TYPE_NAME [static] The resource type name. | ResourceTypeSearchFilter | ||
| SORT_ResourceTypeName [static] Sort according to the common name. | ResourceTypeSearchFilter | ||
| ResourceTypeSearchFilter | () |
public ResourceTypeSearchFilter()Default constructor. Sorts by SORT_ResourceTypeName in ascending order.
| getResourceTypeName | () |
public String getResourceTypeName()Retrieves the resource type name.
Returns| The resource type name. |
| setResourceTypeName | () |
public void setResourceTypeName(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. |
rn = "dmin" will match "Administrator ResourceType".| setSpecificResourceTypeName | () |
public void setSpecificResourceTypeName(String ResourceTypeId)Restricts the search to a specific resource type identifier.
Parameters
ResourceTypeId — The resource type identifier on which to base the search. |
| RES_TYPE_NAME | Constant |
public static final RES_TYPE_NAMEThe resource type name.
| SORT_ResourceTypeName | Constant |
public static final SORT_ResourceTypeNameSort according to the common name.
"policy set ResourceType"
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/ResourceTypeSearchFilter.html