Class WsRestFindAttributeDefsLiteRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.attribute.WsRestFindAttributeDefsLiteRequest
- All Implemented Interfaces:
WsRequestBean
request bean in body of rest request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionif acting as another userif acting as another userif acting as another userascending or null for ascending, F for descending.is the version of the client.find names associated with this attribute definition, mutually exclusive with idOfAttributeDefpage number 1 indexed if paging on a sort filter or parentpage size if paging on a sort filter or parentreserved for future usereserved for future usereserved for future usereserved for future useprivilege name to be checked for the logged in user or for actAsSubjectLookupgetScope()search string with % as wildcards will search name, display name, descriptionmust be an hql query field, e.g.splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token.subjectId subject id if looking for privileges or service rolesubjectIdentifier subject identifier if looking for privileges or service rolesubjectSourceId subject source id if looking for privileges or service rolefind names associated with this attribute definition, mutually exclusive with nameOfAttributeDefsee which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectId(String actAsSubjectId1) if acting as another uservoidsetActAsSubjectIdentifier(String actAsSubjectIdentifier1) if acting as another uservoidsetActAsSubjectSourceId(String actAsSubjectSourceId1) if acting as another uservoidsetAscending(String ascending1) ascending or null for ascending, F for descending.voidsetClientVersion(String clientVersion1) is the version of the client.voidsetFindByUuidOrName(String findByUuidOrName1) voidsetIdIndexOfAttributeDef(String idIndexOfAttributeDef1) voidsetNameOfAttributeDef(String nameOfAttributeDef1) find names associated with this attribute definition, mutually exclusive with idOfAttributeDefvoidsetPageCursorFieldIncludesLastRetrieved(String pageCursorFieldIncludesLastRetrieved1) voidsetPageIsCursor(String pageIsCursor1) voidsetPageLastCursorField(String pageLastCursorField1) voidsetPageLastCursorFieldType(String pageLastCursorFieldType1) voidsetPageNumber(String pageNumber1) page number 1 indexed if paging on a sort filter or parentvoidsetPageSize(String pageSize1) page size if paging on a sort filter or parentvoidsetParamName0(String _paramName0) reserved for future usevoidsetParamName1(String _paramName1) reserved for future usevoidsetParamValue0(String _paramValue0) reserved for future usevoidsetParamValue1(String _paramValue1) reserved for future usevoidsetParentStemId(String parentStemId1) voidsetPrivilegeName(String privilegeName1) privilege name to be checked for the logged in user or for actAsSubjectLookupvoidsearch string with % as wildcards will search name, display name, descriptionvoidsetSortString(String sortString1) must be an hql query field, e.g.voidsetSplitScope(String splitScope1) splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token.voidsetStemScope(String stemScope1) voidsetSubjectId(String subjectId1) subjectId subject id if looking for privileges or service rolevoidsetSubjectIdentifier(String subjectIdentifier1) subjectIdentifier subject identifier if looking for privileges or service rolevoidsetSubjectSourceId(String subjectSourceId1) subjectSourceId subject source id if looking for privileges or service rolevoidsetUuidOfAttributeDef(String uuidOfAttributeDef1) find names associated with this attribute definition, mutually exclusive with nameOfAttributeDef
-
Constructor Details
-
WsRestFindAttributeDefsLiteRequest
public WsRestFindAttributeDefsLiteRequest()
-
-
Method Details
-
getSubjectId
subjectId subject id if looking for privileges or service role- Returns:
- subjectId
-
setSubjectId
subjectId subject id if looking for privileges or service role- Parameters:
subjectId1-
-
getSubjectSourceId
subjectSourceId subject source id if looking for privileges or service role- Returns:
- subject source id
-
setSubjectSourceId
subjectSourceId subject source id if looking for privileges or service role- Parameters:
subjectSourceId1-
-
getSubjectIdentifier
subjectIdentifier subject identifier if looking for privileges or service role- Returns:
- subjectIdentifier
-
setSubjectIdentifier
subjectIdentifier subject identifier if looking for privileges or service role- Parameters:
subjectIdentifier1-
-
getPrivilegeName
privilege name to be checked for the logged in user or for actAsSubjectLookup- Returns:
- privilegeName
-
setPrivilegeName
privilege name to be checked for the logged in user or for actAsSubjectLookup- Parameters:
privilegeName1-
-
getScope
search string with % as wildcards will search name, display name, description- Returns:
- the scope
-
setScope
search string with % as wildcards will search name, display name, description- Parameters:
scope1- the scope to set
-
getSplitScope
splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token. e.g. if you have a scope of "pto permissions", and split scope T, it will return school:apps:pto_app:internal:the_permissions:whatever- Returns:
- the splitScope
-
setSplitScope
splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token. e.g. if you have a scope of "pto permissions", and split scope T, it will return school:apps:pto_app:internal:the_permissions:whatever- Parameters:
splitScope1- the splitScope to set
-
getPageSize
page size if paging on a sort filter or parent- Returns:
- the pageSize
-
setPageSize
page size if paging on a sort filter or parent- Parameters:
pageSize1- the pageSize to set
-
getPageNumber
page number 1 indexed if paging on a sort filter or parent- Returns:
- the pageNumber
-
setPageNumber
page number 1 indexed if paging on a sort filter or parent- Parameters:
pageNumber1- the pageNumber to set
-
getSortString
must be an hql query field, e.g. can sort on name, displayName, extension, displayExtension- Returns:
- the sortString
-
setSortString
must be an hql query field, e.g. can sort on name, displayName, extension, displayExtension- Parameters:
sortString1- the sortString to set
-
getAscending
ascending or null for ascending, F for descending.- Returns:
- the ascending
-
setAscending
ascending or null for ascending, F for descending.- Parameters:
ascending1- the ascending to set
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBeansee which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethodin interfaceWsRequestBean- Returns:
- the method
- See Also:
-
getClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Returns:
- version
-
setClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Parameters:
clientVersion1-
-
getUuidOfAttributeDef
find names associated with this attribute definition, mutually exclusive with nameOfAttributeDef- Returns:
- the uuidOfAttributeDef
-
setUuidOfAttributeDef
find names associated with this attribute definition, mutually exclusive with nameOfAttributeDef- Parameters:
uuidOfAttributeDef1- the uuidOfAttributeDef to set
-
getNameOfAttributeDef
find names associated with this attribute definition, mutually exclusive with idOfAttributeDef- Returns:
- the nameOfAttributeDef
-
setNameOfAttributeDef
find names associated with this attribute definition, mutually exclusive with idOfAttributeDef- Parameters:
nameOfAttributeDef1- the nameOfAttributeDef to set
-
getIdIndexOfAttributeDef
- Returns:
- the idIndexOfAttributeDef
-
setIdIndexOfAttributeDef
- Parameters:
idIndexOfAttributeDef1- the idIndexOfAttributeDef to set
-
getStemScope
- Returns:
- the stemScope
-
setStemScope
- Parameters:
stemScope1- the stemScope to set
-
getParentStemId
- Returns:
- the parentStemId
-
setParentStemId
- Parameters:
parentStemId1- the parentStemId to set
-
getFindByUuidOrName
- Returns:
- the findByUuidOrName
-
setFindByUuidOrName
- Parameters:
findByUuidOrName1- the findByUuidOrName to set
-
getActAsSubjectId
if acting as another user- Returns:
- id
-
getActAsSubjectIdentifier
if acting as another user- Returns:
- subject identifier
-
getActAsSubjectSourceId
if acting as another user- Returns:
- source id
-
getParamName0
reserved for future use- Returns:
- param name 0
-
getParamName1
reserved for future use- Returns:
- paramname1
-
getParamValue0
reserved for future use- Returns:
- param value 0
-
getParamValue1
reserved for future use- Returns:
- param value 1
-
setActAsSubjectId
if acting as another user- Parameters:
actAsSubjectId1-
-
setActAsSubjectIdentifier
if acting as another user- Parameters:
actAsSubjectIdentifier1-
-
setActAsSubjectSourceId
if acting as another user- Parameters:
actAsSubjectSourceId1-
-
setParamName0
reserved for future use- Parameters:
_paramName0-
-
setParamName1
reserved for future use- Parameters:
_paramName1-
-
setParamValue0
reserved for future use- Parameters:
_paramValue0-
-
setParamValue1
reserved for future use- Parameters:
_paramValue1-
-
getPageIsCursor
- Returns:
- the pageIsCursor
-
setPageIsCursor
- Parameters:
pageIsCursor1- the pageIsCursor to set
-
getPageLastCursorField
- Returns:
- the pageLastCursorField
-
setPageLastCursorField
- Parameters:
pageLastCursorField1- the pageLastCursorField to set
-
getPageLastCursorFieldType
- Returns:
- the pageLastCursorFieldType
-
setPageLastCursorFieldType
- Parameters:
pageLastCursorFieldType1- the pageLastCursorFieldType to set
-
getPageCursorFieldIncludesLastRetrieved
- Returns:
- the pageCursorFieldIncludesLastRetrieved
-
setPageCursorFieldIncludesLastRetrieved
- Parameters:
pageCursorFieldIncludesLastRetrieved1- the pageCursorFieldIncludesLastRetrieved to set
-