Uses of Enum Class
edu.internet2.middleware.grouper.attr.AttributeDefScopeType
-
Uses of AttributeDefScopeType in edu.internet2.middleware.grouper.attr
Modifier and TypeMethodDescriptionAttributeDefScope.getAttributeDefScopeType()
type of scopestatic AttributeDefScopeType
Returns the enum constant of this class with the specified name.static AttributeDefScopeType
AttributeDefScopeType.valueOfIgnoreCase
(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic AttributeDefScopeType[]
AttributeDefScopeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAttributeDefScopeDelegate.addScope
(AttributeDefScopeType attributeDefScopeType, String scopeString, String scopeString2) AttributeDefScopeDelegate.assignScope
(AttributeDefScopeType attributeDefScopeType, String scopeString, String scopeString2) adds scope if not already thereAttributeDefScopeDelegate.internal_addScope
(AttributeDefScopeType attributeDefScopeType, String scopeString, String scopeString2, String uuid) AttributeDefScopeDelegate.removeScope
(AttributeDefScopeType attributeDefScopeType, String scopeString) remove all scopes with this type and scope stringAttributeDefScopeDelegate.removeScope
(AttributeDefScopeType attributeDefScopeType, String scopeString, String scopeString2) remove all scopes with this type, scope string, and scope string2AttributeDefScopeDelegate.retrieveAttributeDefScope
(AttributeDefScopeType attributeDefScopeType, String scopeString, String scopeString2) find a scope and return it if there or null if notvoid
AttributeDefScope.setAttributeDefScopeType
(AttributeDefScopeType attributeDefScopeType1) type of scope