Packagecom.adobe.idp.um.api.infomodel
Classpublic class ResourceTypeSearchFilter
InheritanceResourceTypeSearchFilter Inheritance GenericSearchFilter

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.



Public Methods
 MethodDefined By
  
Default constructor.
ResourceTypeSearchFilter
  
Retrieves the resource type name.
ResourceTypeSearchFilter
 Inherited
Retrieves the maximum number of results.
 Inherited
Retrieves the offset index.
 Inherited
Iterator getSearches()
For internal use only.
 Inherited
int getSearchType(Object searchKey)
For internal use only.
 Inherited
Object getSearchVal(Object searchKey)
For internal use only.
 Inherited
Object getSortField()
Retrieves the sorting field.
 Inherited
boolean isSearch(Object searchKey)
For internal use only.
 Inherited
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
 Inherited
void setResultsMax(int resultsMax)
Sets the total number of desired results.
 Inherited
void setResultsOffset(int resultsOffset)
Sets the offset index.
 Inherited
void setSort(Object sortField, boolean sortAscending)
Sets the sort order of the returned results.
 Inherited
void setSortAscending(boolean sortAscending)
Sets the sort order of the returned results.
 Inherited
void setSortField(Object sortField)
Set the field name.
  
void setSpecificResourceTypeName(String ResourceTypeId)
Restricts the search to a specific resource type identifier.
ResourceTypeSearchFilter
Public Constants
 ConstantDefined By
  RES_TYPE_NAME
[static] The resource type name.
ResourceTypeSearchFilter
  SORT_ResourceTypeName
[static] Sort according to the common name.
ResourceTypeSearchFilter
Constructor Detail
ResourceTypeSearchFilter()
public ResourceTypeSearchFilter()

Default constructor. Sorts by SORT_ResourceTypeName in ascending order.

Method Detail
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.


Example
How to use examples
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.

Constant Detail
RES_TYPE_NAMEConstant
public static final RES_TYPE_NAME

The resource type name.

SORT_ResourceTypeNameConstant 
public static final SORT_ResourceTypeName

Sort according to the common name.


Example

"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