Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsExternalSubjectLookup
Packages that use WsExternalSubjectLookup
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 WsExternalSubjectLookup in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws with parameters of type WsExternalSubjectLookupModifier and TypeMethodDescriptionGrouperServiceLogic.externalSubjectDelete
(GrouperVersion clientVersion, WsExternalSubjectLookup[] wsExternalSubjectLookups, WsSubjectLookup actAsSubjectLookup, GrouperTransactionType txType, WsParam[] params) delete an external subject or many (if doesnt exist, ignore)GrouperServiceLogic.findExternalSubjects
(GrouperVersion clientVersion, WsExternalSubjectLookup[] wsExternalSubjectLookups, WsSubjectLookup actAsSubjectLookup, WsParam[] params) find a external subjects -
Uses of WsExternalSubjectLookup in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsExternalSubjectLookupMethods in edu.internet2.middleware.grouper.ws.coresoap with parameters of type WsExternalSubjectLookupModifier and TypeMethodDescriptionvoid
WsExternalSubjectDeleteResult.assignExternalSubject
(ExternalSubject externalSubject, WsExternalSubjectLookup wsExternalSubjectLookup) create a result based on externalSubjectvoid
WsExternalSubjectDeleteResult.assignResultCodeException
(Exception e, WsExternalSubjectLookup wsExternalSubjectLookup) assign a resultcode of exception, and process/log the exceptionGrouperService.externalSubjectDelete
(String clientVersion, WsExternalSubjectLookup[] wsExternalSubjectLookups, WsSubjectLookup actAsSubjectLookup, String txType, WsParam[] params) delete an external subject or many (if doesnt exist, ignore)GrouperService.findExternalSubjects
(String clientVersion, WsExternalSubjectLookup[] wsExternalSubjectLookups, WsSubjectLookup actAsSubjectLookup, WsParam[] params) find a external subjectsvoid
WsExternalSubjectToSave.setWsExternalSubjectLookup
(WsExternalSubjectLookup wsExternalSubjectLookup1) Constructors in edu.internet2.middleware.grouper.ws.coresoap with parameters of type WsExternalSubjectLookupModifierConstructorDescriptionWsExternalSubject
(ExternalSubject externalSubject, WsExternalSubjectLookup wsExternalSubjectLookup) construct based on external subject, assign all fieldsWsExternalSubjectDeleteResult
(WsExternalSubjectLookup wsExternalSubjectLookup) WsExternalSubjectSaveResult
(WsExternalSubjectLookup wsExternalSubjectLookup) construct initially with lookup -
Uses of WsExternalSubjectLookup in edu.internet2.middleware.grouper.ws.rest.externalSubject
Methods in edu.internet2.middleware.grouper.ws.rest.externalSubject that return WsExternalSubjectLookupModifier and TypeMethodDescriptionWsRestExternalSubjectDeleteRequest.getWsExternalSubjectLookups()
fieldWsRestFindExternalSubjectsRequest.getWsExternalSubjectLookups()
Methods in edu.internet2.middleware.grouper.ws.rest.externalSubject with parameters of type WsExternalSubjectLookupModifier and TypeMethodDescriptionvoid
WsRestExternalSubjectDeleteRequest.setWsExternalSubjectLookups
(WsExternalSubjectLookup[] wsExternalSubjectLookups1) fieldvoid
WsRestFindExternalSubjectsRequest.setWsExternalSubjectLookups
(WsExternalSubjectLookup[] wsExternalSubjectLookups1)