Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsFindGroupsResults
Packages that use WsFindGroupsResults
Package
Description
This package has grouper-ws logic and beans
All beans that are needed by Axis are here so there is only one namespace.
-
Uses of WsFindGroupsResults in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws that return WsFindGroupsResultsModifier and TypeMethodDescriptionstatic WsFindGroupsResults
GrouperServiceLogic.findGroups
(GrouperVersion clientVersion, WsQueryFilter wsQueryFilter, WsSubjectLookup actAsSubjectLookup, boolean includeGroupDetail, WsParam[] params, WsGroupLookup[] wsGroupLookups) find a group or groupsstatic WsFindGroupsResults
GrouperServiceLogic.findGroupsLite
(GrouperVersion clientVersion, WsQueryFilterType queryFilterType, String groupName, String stemName, StemScope stemNameScope, String groupUuid, String groupAttributeName, String groupAttributeValue, GroupType groupTypeName, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, boolean includeGroupDetail, String paramName0, String paramValue0, String paramName1, String paramValue1, String pageSize, String pageNumber, String sortString, String ascending, String typeOfGroups, String pageIsCursor, String pageLastCursorField, String pageLastCursorFieldType, String pageCursorFieldIncludesLastRetrieved, String enabled) find a group or groups -
Uses of WsFindGroupsResults in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsFindGroupsResultsModifier and TypeMethodDescriptionGrouperService.findGroups
(String clientVersion, WsQueryFilter wsQueryFilter, WsSubjectLookup actAsSubjectLookup, String includeGroupDetail, WsParam[] params, WsGroupLookup[] wsGroupLookups) find a group or groupsGrouperService.findGroupsLite
(String clientVersion, String queryFilterType, String groupName, String stemName, String stemNameScope, String groupUuid, String groupAttributeName, String groupAttributeValue, String groupTypeName, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, String includeGroupDetail, String paramName0, String paramValue0, String paramName1, String paramValue1, String pageSize, String pageNumber, String sortString, String ascending, String typeOfGroups, String pageIsCursor, String pageLastCursorField, String pageLastCursorFieldType, String pageCursorFieldIncludesLastRetrieved, String enabled) find a group or groupsWsFindGroupsResultsWrapper.getWsFindGroupsResults()
Methods in edu.internet2.middleware.grouper.ws.coresoap with parameters of type WsFindGroupsResultsModifier and TypeMethodDescriptionvoid
WsFindGroupsResultsWrapper.setWsFindGroupsResults
(WsFindGroupsResults wsFindGroupsResults) -
Uses of WsFindGroupsResults in edu.internet2.middleware.grouper.ws.rest
Methods in edu.internet2.middleware.grouper.ws.rest that return WsFindGroupsResultsModifier and TypeMethodDescriptionstatic WsFindGroupsResults
GrouperServiceRest.findGroups
(GrouperVersion clientVersion, WsRestFindGroupsRequest wsRestFindGroupsRequest) based on a group query, get the groupsstatic WsFindGroupsResults
GrouperServiceRest.findGroupsLite
(GrouperVersion clientVersion, WsRestFindGroupsLiteRequest wsRestFindGroupsLiteRequest) based on a group query, get the groups