|
|||||||||
| 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.PermissionSearchFilter
public class PermissionSearchFilter
This filter allows you specify permissions 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 |
SEARCH_PERM_NAME
Search by permission name and sorts by PermissionSearchFilter.SORT_PermissionOverResType in ascending order. |
static java.lang.String |
SEARCH_RES_TYPE_ID
Search by resource type identifier and sorts by PermissionSearchFilter.SORT_PermissionOverResType in ascending order. |
static java.lang.Object |
SORT_PermissionName
This is used to sort the results based upon the common name. |
static java.lang.Object |
SORT_PermissionOverResType
This is used to sort the results based upon the resource type. |
| 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 | |
|---|---|
PermissionSearchFilter()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPermissionName()
Retrieves the permission name. |
java.lang.String |
getResTypeID()
Retrieves the resource type identifier. |
java.lang.String |
getSpecificPermissionName()
Retrieves the specific permission name. |
void |
setPermissionName(java.lang.String permName)
Sets the permission name. |
void |
setSpecificPermissionName(java.lang.String permName)
Sets the specific permission name. |
void |
setSpecificResTypeId(java.lang.String resTypeId)
Sets the 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 SEARCH_PERM_NAME
PermissionSearchFilter.SORT_PermissionOverResType in ascending order.
public static final java.lang.String SEARCH_RES_TYPE_ID
PermissionSearchFilter.SORT_PermissionOverResType in ascending order.
public static final java.lang.Object SORT_PermissionName
"Copy Permission".
public static final java.lang.Object SORT_PermissionOverResType
| Constructor Detail |
|---|
public PermissionSearchFilter()
| Method Detail |
|---|
public void setPermissionName(java.lang.String permName)
permName - The permission name.public void setSpecificPermissionName(java.lang.String permName)
permName - The specific permission name.public java.lang.String getPermissionName()
public java.lang.String getSpecificPermissionName()
public void setSpecificResTypeId(java.lang.String resTypeId)
resTypeId - The specific resource type identifier.public java.lang.String getResTypeID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||