Class WsRestGetGroupsLiteRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.group.WsRestGetGroupsLiteRequest
- All Implemented Interfaces:
WsRequestBean
lite bean that will be the data from rest request
- See Also:
-
for lite method
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionascending or null for ascending, F for descending.enabled is A for all, T or null for enabled only, F for disabledfield name (list) to search, blank for members listpageNumber page number 1 indexed if pagingpageSize page size if pagingTo query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.getScope()
scope is a DB pattern that will have % appended to it, or null for all.sortString must be an hql query field, e.g.is the stem to check in, or null if all.stemScope is ONE_LEVEL if in this stem, or ALL_IN_SUBTREE for any stem underneath.is the stem to check in, or null if all.see which http method this is supposed to be associated with, and override whatever was passed invoid
setActAsSubjectId
(String actAsSubjectId1) void
setActAsSubjectIdentifier
(String actAsSubjectIdentifier1) void
setActAsSubjectSourceId
(String actAsSubjectSource1) void
setAscending
(String ascending1) ascending or null for ascending, F for descending.void
setClientVersion
(String clientVersion1) void
setEnabled
(String enabled1) enabled is A for all, T or null for enabled only, F for disabledvoid
setFieldName
(String fieldName1) field name (list) to search, blank for members listvoid
setIncludeGroupDetail
(String includeGroupDetail1) void
setIncludeSubjectDetail
(String includeSubjectDetail1) void
setMemberFilter
(String fieldName1) void
setPageCursorFieldIncludesLastRetrieved
(String pageCursorFieldIncludesLastRetrieved1) void
setPageIsCursor
(String pageIsCursor1) void
setPageLastCursorField
(String pageLastCursorField1) void
setPageLastCursorFieldType
(String pageLastCursorFieldType1) void
setPageNumber
(String pageNumber1) pageNumber page number 1 indexed if pagingvoid
setPageSize
(String pageSize1) pageSize page size if pagingvoid
setParamName0
(String _paramName0) void
setParamName1
(String _paramName1) void
setParamValue0
(String _paramValue0) void
setParamValue1
(String _paramValue1) void
setPointInTimeFrom
(String pointInTimeFrom1) To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.void
setPointInTimeTo
(String pointInTimeTo1) To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.void
scope is a DB pattern that will have % appended to it, or null for all.void
setSortString
(String sortString1) sortString must be an hql query field, e.g.void
setStemName
(String stemName1) is the stem to check in, or null if all.void
setStemScope
(String stemScope1) stemScope is ONE_LEVEL if in this stem, or ALL_IN_SUBTREE for any stem underneath.void
setStemUuid
(String stemUuid1) is the stem to check in, or null if all.void
setSubjectAttributeNames
(String subjectAttributeNames1) void
setSubjectId
(String subjectId1) void
setSubjectIdentifier
(String subjectIdentifier1) void
setSubjectSourceId
(String subjectSource1)
-
Constructor Details
-
WsRestGetGroupsLiteRequest
public WsRestGetGroupsLiteRequest()
-
-
Method Details
-
getFieldName
field name (list) to search, blank for members list- Returns:
- field name
-
setFieldName
field name (list) to search, blank for members list- Parameters:
fieldName1
-
-
getScope
scope is a DB pattern that will have % appended to it, or null for all. e.g. school:whatever:parent:- Returns:
- scope
-
setScope
scope is a DB pattern that will have % appended to it, or null for all. e.g. school:whatever:parent:- Parameters:
scope1
-
-
getStemUuid
is the stem to check in, or null if all. If has stem, must have stemScope- Returns:
- stem lookup
-
setStemUuid
is the stem to check in, or null if all. If has stem, must have stemScope- Parameters:
stemUuid1
-
-
getStemName
is the stem to check in, or null if all. If has stem, must have stemScope- Returns:
- stem lookup
-
setStemName
is the stem to check in, or null if all. If has stem, must have stemScope- Parameters:
stemName1
-
-
getStemScope
stemScope is ONE_LEVEL if in this stem, or ALL_IN_SUBTREE for any stem underneath. You must pass stemScope if you pass a stem- Returns:
- stem scope
-
setStemScope
stemScope is ONE_LEVEL if in this stem, or ALL_IN_SUBTREE for any stem underneath. You must pass stemScope if you pass a stem- Parameters:
stemScope1
-
-
getEnabled
enabled is A for all, T or null for enabled only, F for disabled- Returns:
- enabled string
-
setEnabled
enabled is A for all, T or null for enabled only, F for disabled- Parameters:
enabled1
-
-
getPageSize
pageSize page size if paging- Returns:
- page size
-
setPageSize
pageSize page size if paging- Parameters:
pageSize1
-
-
getPageNumber
pageNumber page number 1 indexed if paging- Returns:
- page number
-
setPageNumber
pageNumber page number 1 indexed if paging- Parameters:
pageNumber1
-
-
getSortString
sortString must be an hql query field, e.g. can sort on name, displayName, extension, displayExtension- Returns:
- sort string
-
setSortString
sortString must be an hql query field, e.g. can sort on name, displayName, extension, displayExtension- Parameters:
sortString1
-
-
getAscending
ascending or null for ascending, F for descending. If you pass T or F, must pass a sort string- Returns:
- if ascending
-
setAscending
ascending or null for ascending, F for descending. If you pass T or F, must pass a sort string- Parameters:
ascending1
-
-
getClientVersion
- Returns:
- field
-
setClientVersion
- Parameters:
clientVersion1
-
-
getSubjectId
- Returns:
- field
-
setSubjectId
- Parameters:
subjectId1
-
-
getSubjectSourceId
- Returns:
- field
-
setSubjectSourceId
- Parameters:
subjectSource1
-
-
getSubjectIdentifier
- Returns:
- field
-
setSubjectIdentifier
- Parameters:
subjectIdentifier1
-
-
getActAsSubjectId
- Returns:
- field
-
setActAsSubjectId
- Parameters:
actAsSubjectId1
-
-
getActAsSubjectSourceId
- Returns:
- field
-
setActAsSubjectSourceId
- Parameters:
actAsSubjectSource1
-
-
getActAsSubjectIdentifier
- Returns:
- field
-
setActAsSubjectIdentifier
- Parameters:
actAsSubjectIdentifier1
-
-
getMemberFilter
- Returns:
- field
-
setMemberFilter
- Parameters:
fieldName1
-
-
getIncludeGroupDetail
- Returns:
- field
-
setIncludeGroupDetail
- Parameters:
includeGroupDetail1
-
-
getIncludeSubjectDetail
- Returns:
- field
-
setIncludeSubjectDetail
- Parameters:
includeSubjectDetail1
-
-
getSubjectAttributeNames
- Returns:
- field
-
setSubjectAttributeNames
- Parameters:
subjectAttributeNames1
-
-
getParamName0
- Returns:
- field
-
setParamName0
- Parameters:
_paramName0
-
-
getParamValue0
- Returns:
- field
-
setParamValue0
- Parameters:
_paramValue0
-
-
getParamName1
- Returns:
- field
-
setParamName1
- Parameters:
_paramName1
-
-
getParamValue1
- Returns:
- field
-
setParamValue1
- Parameters:
_paramValue1
-
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethod
in interfaceWsRequestBean
- Returns:
- the method
- See Also:
-
getPointInTimeFrom
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS- Returns:
- the pointInTimeFrom
-
setPointInTimeFrom
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS- Parameters:
pointInTimeFrom1
- the pointInTimeFrom to set
-
getPointInTimeTo
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS- Returns:
- the pointInTimeTo
-
setPointInTimeTo
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS- Parameters:
pointInTimeTo1
- the pointInTimeTo to set
-
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
-