Uses of Enum Class
edu.internet2.middleware.grouper.attr.assign.AttributeAssignOperation
Packages that use AttributeAssignOperation
Package
Description
This package has grouper-ws logic and beans
-
Uses of AttributeAssignOperation in edu.internet2.middleware.grouper.attr.assign
Methods in edu.internet2.middleware.grouper.attr.assign that return AttributeAssignOperationModifier and TypeMethodDescriptionstatic AttributeAssignOperationReturns the enum constant of this class with the specified name.static AttributeAssignOperationAttributeAssignOperation.valueOfIgnoreCase(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic AttributeAssignOperation[]AttributeAssignOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.attr.assign with parameters of type AttributeAssignOperationModifier and TypeMethodDescriptionAttributeAssignToAssignmentSave.assignAttributeAssignOperation(AttributeAssignOperation attributeAssignOperation) attribute assign operation -
Uses of AttributeAssignOperation in edu.internet2.middleware.grouper.permissions
Methods in edu.internet2.middleware.grouper.permissions that return AttributeAssignOperationModifier and TypeMethodDescriptionabstract AttributeAssignOperationPermissionAssignOperation.convertToAttributeAssignOperation()convert to attribute assign operation -
Uses of AttributeAssignOperation in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws with parameters of type AttributeAssignOperationModifier and TypeMethodDescriptionstatic WsAssignAttributesResultsGrouperServiceLogic.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)GrouperServiceLogic.assignAttributesLite(GrouperVersion clientVersion, AttributeAssignType attributeAssignType, String wsAttributeDefNameName, String wsAttributeDefNameId, AttributeAssignOperation attributeAssignOperation, String valueId, String valueSystem, String valueFormatted, String assignmentNotes, Timestamp assignmentEnabledTime, Timestamp assignmentDisabledTime, AttributeAssignDelegatable delegatable, AttributeAssignValueOperation attributeAssignValueOperation, String wsAttributeAssignId, String wsOwnerGroupName, String wsOwnerGroupId, String wsOwnerStemName, String wsOwnerStemId, String wsOwnerSubjectId, String wsOwnerSubjectSourceId, String wsOwnerSubjectIdentifier, String wsOwnerMembershipId, String wsOwnerMembershipAnyGroupName, String wsOwnerMembershipAnyGroupId, String wsOwnerMembershipAnySubjectId, String wsOwnerMembershipAnySubjectSourceId, String wsOwnerMembershipAnySubjectIdentifier, String wsOwnerAttributeDefName, String wsOwnerAttributeDefId, String wsOwnerAttributeAssignId, String action, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, boolean includeSubjectDetail, String subjectAttributeNames, boolean includeGroupDetail, String paramName0, String paramValue0, String paramName1, String paramValue1) assign attributes and values to owner objects (groups, stems, etc) -
Uses of AttributeAssignOperation in edu.internet2.middleware.grouper.ws.rest.attribute
Methods in edu.internet2.middleware.grouper.ws.rest.attribute with parameters of type AttributeAssignOperationModifier and TypeMethodDescriptionstatic voidWsAssignAttributeLogic.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 attributesstatic WsAttributeDefLookup[]WsAssignAttributeLogic.retrieveAttributeDefsForReplace(String wsAttributeDefNameName, String wsAttributeDefNameId, AttributeAssignOperation attributeAssignOperation) static String[]WsAssignAttributeLogic.retrieveAttributeDefTypesForReplace(String wsAttributeDefNameName, String wsAttributeDefNameId, AttributeAssignOperation attributeAssignOperation) -
Uses of AttributeAssignOperation in edu.internet2.middleware.grouper.ws.util
Methods in edu.internet2.middleware.grouper.ws.util that return AttributeAssignOperationModifier and TypeMethodDescriptionstatic AttributeAssignOperationGrouperServiceUtils.convertAttributeAssignOperation(String attributeAssignOperation) convert the attributeAssignOperation, default to null