Uses of Enum Class
edu.internet2.middleware.grouper.ws.query.WsStemQueryFilterType
Packages that use WsStemQueryFilterType
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 WsStemQueryFilterType in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws with parameters of type WsStemQueryFilterTypeModifier and TypeMethodDescriptionstatic WsFindStemsResults
GrouperServiceLogic.findStemsLite
(GrouperVersion clientVersion, WsStemQueryFilterType stemQueryFilterType, String stemName, String parentStemName, StemScope parentStemNameScope, String stemUuid, String stemAttributeName, String stemAttributeValue, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, String paramName0, String paramValue0, String paramName1, String paramValue1) find a stem or stems -
Uses of WsStemQueryFilterType in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsStemQueryFilterType -
Uses of WsStemQueryFilterType in edu.internet2.middleware.grouper.ws.query
Methods in edu.internet2.middleware.grouper.ws.query that return WsStemQueryFilterTypeModifier and TypeMethodDescriptionstatic WsStemQueryFilterType
Returns the enum constant of this class with the specified name.static WsStemQueryFilterType
WsStemQueryFilterType.valueOfIgnoreCase
(String string) do a case-insensitive matchingstatic WsStemQueryFilterType[]
WsStemQueryFilterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.