Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsGroupSaveLiteResult
Packages that use WsGroupSaveLiteResult
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 WsGroupSaveLiteResult in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws that return WsGroupSaveLiteResultModifier and TypeMethodDescriptionstatic WsGroupSaveLiteResult
GrouperServiceLogic.groupSaveLite
(GrouperVersion clientVersion, String groupLookupUuid, String groupLookupName, String groupUuid, String groupName, String displayExtension, String description, SaveMode saveMode, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, boolean includeGroupDetail, String paramName0, String paramValue0, String paramName1, String paramValue1, TypeOfGroup typeOfGroup, String alternateName, Timestamp disabledTime, Timestamp enabledTime) save a group (insert or update). -
Uses of WsGroupSaveLiteResult in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsGroupSaveLiteResultModifier and TypeMethodDescriptionGrouperService.groupSaveLite
(String clientVersion, String groupLookupUuid, String groupLookupName, String groupUuid, String groupName, String displayExtension, String description, String saveMode, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, String includeGroupDetail, String paramName0, String paramValue0, String paramName1, String paramValue1, String typeOfGroup1, String alternateName, String disabledTime, String enabledTime) save a stem (insert or update). -
Uses of WsGroupSaveLiteResult in edu.internet2.middleware.grouper.ws.rest
Methods in edu.internet2.middleware.grouper.ws.rest that return WsGroupSaveLiteResultModifier and TypeMethodDescriptionstatic WsGroupSaveLiteResult
GrouperServiceRest.groupSaveLite
(GrouperVersion clientVersion, String groupLookupName, WsRestGroupSaveLiteRequest wsRestGroupSaveLiteRequest) based on a group name and submitted object type WsRestGroupSaveLiteRequest, save a group.