Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsAssignAttributesResults
Packages that use WsAssignAttributesResults
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 WsAssignAttributesResults in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws that return WsAssignAttributesResultsModifier and TypeMethodDescriptionstatic WsAssignAttributesResults
GrouperServiceLogic.assignAttributes
(GrouperVersion clientVersion, AttributeAssignType attributeAssignType, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, AttributeAssignOperation attributeAssignOperation, WsAttributeAssignValue[] values, String assignmentNotes, Timestamp assignmentEnabledTime, Timestamp assignmentDisabledTime, AttributeAssignDelegatable delegatable, AttributeAssignValueOperation attributeAssignValueOperation, WsAttributeAssignLookup[] wsAttributeAssignLookups, WsGroupLookup[] wsOwnerGroupLookups, WsStemLookup[] wsOwnerStemLookups, WsSubjectLookup[] wsOwnerSubjectLookups, WsMembershipLookup[] wsOwnerMembershipLookups, WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups, WsAttributeDefLookup[] wsOwnerAttributeDefLookups, WsAttributeAssignLookup[] wsOwnerAttributeAssignLookups, String[] actions, WsSubjectLookup actAsSubjectLookup, boolean includeSubjectDetail, String[] subjectAttributeNames, boolean includeGroupDetail, WsParam[] params, WsAttributeDefLookup[] attributeDefsToReplace, String[] actionsToReplace, String[] attributeDefTypesToReplace) assign attributes and values to owner objects (groups, stems, etc) -
Uses of WsAssignAttributesResults in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsAssignAttributesResultsModifier and TypeMethodDescriptionGrouperService.assignAttributes
(String clientVersion, String attributeAssignType, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, String attributeAssignOperation, WsAttributeAssignValue[] values, String assignmentNotes, String assignmentEnabledTime, String assignmentDisabledTime, String delegatable, String attributeAssignValueOperation, WsAttributeAssignLookup[] wsAttributeAssignLookups, WsGroupLookup[] wsOwnerGroupLookups, WsStemLookup[] wsOwnerStemLookups, WsSubjectLookup[] wsOwnerSubjectLookups, WsMembershipLookup[] wsOwnerMembershipLookups, WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups, WsAttributeDefLookup[] wsOwnerAttributeDefLookups, WsAttributeAssignLookup[] wsOwnerAttributeAssignLookups, String[] actions, WsSubjectLookup actAsSubjectLookup, String includeSubjectDetail, String[] subjectAttributeNames, String includeGroupDetail, WsParam[] params, WsAttributeDefLookup[] attributeDefsToReplace, String[] actionsToReplace, String[] attributeDefTypesToReplace) assign attributes and values to owner objects (groups, stems, etc)Methods in edu.internet2.middleware.grouper.ws.coresoap with parameters of type WsAssignAttributesResultsModifier and TypeMethodDescriptionvoid
WsAssignAttributesBatchResults.addResult
(WsAssignAttributesResults wsAssignAttributesResults, String theError, Exception e, int index) add a result to the list of results, and keep track of all the related objectsConstructors in edu.internet2.middleware.grouper.ws.coresoap with parameters of type WsAssignAttributesResultsModifierConstructorDescriptionWsAssignAttributeBatchResult
(WsAssignAttributesResults wsAssignAttributesResults, WsAssignAttributeResult wsAssignAttributeResult) WsAssignAttributeBatchResult
(WsAssignAttributesResults wsAssignAttributesResults, String theError, Exception e) construct with error/exception.WsAssignAttributesLiteResults
(WsAssignAttributesResults wsAssignAttributesResults) WsAssignPermissionsResults
(WsAssignAttributesResults wsAssignAttributesResults) convert -
Uses of WsAssignAttributesResults in edu.internet2.middleware.grouper.ws.rest
Methods in edu.internet2.middleware.grouper.ws.rest that return WsAssignAttributesResultsModifier and TypeMethodDescriptionstatic WsAssignAttributesResults
GrouperServiceRest.assignAttributes
(GrouperVersion clientVersion, WsRestAssignAttributesRequest wsRestAssignAttributesRequest) assign attributes rest -
Uses of WsAssignAttributesResults in edu.internet2.middleware.grouper.ws.rest.attribute
Methods in edu.internet2.middleware.grouper.ws.rest.attribute with parameters of type WsAssignAttributesResultsModifier and TypeMethodDescriptionstatic void
WsAssignAttributeLogic.assignAttributesHelper
(AttributeAssignType attributeAssignType, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, AttributeAssignOperation attributeAssignOperation, WsAttributeAssignValue[] values, String assignmentNotes, Timestamp assignmentEnabledTime, Timestamp assignmentDisabledTime, AttributeAssignDelegatable delegatable, AttributeAssignValueOperation attributeAssignValueOperation, WsAttributeAssignLookup[] wsAttributeAssignLookups, WsGroupLookup[] wsOwnerGroupLookups, WsStemLookup[] wsOwnerStemLookups, WsSubjectLookup[] wsOwnerSubjectLookups, WsMembershipLookup[] wsOwnerMembershipLookups, WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups, WsAttributeDefLookup[] wsOwnerAttributeDefLookups, WsAttributeAssignLookup[] wsOwnerAttributeAssignLookups, String[] actions, boolean includeSubjectDetail, String[] subjectAttributeNames, boolean includeGroupDetail, WsAssignAttributesResults wsAssignAttributesResults, GrouperSession session, WsParam[] params, TypeOfGroup typeOfGroup, AttributeDefType attributeDefType, WsAttributeDefLookup[] attributeDefsToReplace, String[] actionsToReplace, String[] attributeDefTypesToReplace, Boolean disallowed, boolean tallyResults, String[] backReferenceAttributeAssignIds) helper method for assigning attributes