Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsQueryFilter
Packages that use WsQueryFilter
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 WsQueryFilter in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws with parameters of type WsQueryFilterModifier and TypeMethodDescriptionstatic WsFindGroupsResults
GrouperServiceLogic.findGroups
(GrouperVersion clientVersion, WsQueryFilter wsQueryFilter, WsSubjectLookup actAsSubjectLookup, boolean includeGroupDetail, WsParam[] params, WsGroupLookup[] wsGroupLookups) find a group or groups -
Uses of WsQueryFilter in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsQueryFilterModifier and TypeMethodDescriptionWsQueryFilter.getQueryFilter0()
if 'and' or 'or' this is the first group, and if complement, this is the group to complementWsQueryFilter.getQueryFilter1()
if 'and' or 'or', this is the second groupMethods in edu.internet2.middleware.grouper.ws.coresoap with parameters of type WsQueryFilterModifier and TypeMethodDescriptionGrouperService.findGroups
(String clientVersion, WsQueryFilter wsQueryFilter, WsSubjectLookup actAsSubjectLookup, String includeGroupDetail, WsParam[] params, WsGroupLookup[] wsGroupLookups) find a group or groupsvoid
WsQueryFilter.setQueryFilter0
(WsQueryFilter theQueryFilter0) if 'and' or 'or' this is the first group, and if complement, this is the group to complementvoid
WsQueryFilter.setQueryFilter1
(WsQueryFilter theQueryFilter1) if 'and' or 'or', this is the second group -
Uses of WsQueryFilter in edu.internet2.middleware.grouper.ws.query
Methods in edu.internet2.middleware.grouper.ws.query with parameters of type WsQueryFilterModifier and TypeMethodDescriptionabstract QueryFilter
WsQueryFilterType.retrieveQueryFilter
(WsQueryFilter wsQueryFilter) return the query filterabstract void
WsQueryFilterType.validate
(WsQueryFilter wsGroupQuery) make sure that based on the inputs, that this is a valid query -
Uses of WsQueryFilter in edu.internet2.middleware.grouper.ws.rest.group
Methods in edu.internet2.middleware.grouper.ws.rest.group that return WsQueryFilterModifier and TypeMethodDescriptionWsRestFindGroupsRequest.getWsQueryFilter()
query filter for requestMethods in edu.internet2.middleware.grouper.ws.rest.group with parameters of type WsQueryFilterModifier and TypeMethodDescriptionvoid
WsRestFindGroupsRequest.setWsQueryFilter
(WsQueryFilter wsQueryFilter1) query filter for request