|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDefScopeType | |
---|---|
edu.internet2.middleware.grouper.attr |
Uses of AttributeDefScopeType in edu.internet2.middleware.grouper.attr |
---|
Methods in edu.internet2.middleware.grouper.attr that return AttributeDefScopeType | |
---|---|
AttributeDefScopeType |
AttributeDefScope.getAttributeDefScopeType()
type of scope |
static AttributeDefScopeType |
AttributeDefScopeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeDefScopeType |
AttributeDefScopeType.valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static AttributeDefScopeType[] |
AttributeDefScopeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.internet2.middleware.grouper.attr with parameters of type AttributeDefScopeType | |
---|---|
AttributeDefScope |
AttributeDefScopeDelegate.addScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
|
AttributeDefScope |
AttributeDefScopeDelegate.assignScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
adds scope if not already there |
AttributeDefScope |
AttributeDefScopeDelegate.internal_addScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2,
java.lang.String uuid)
|
java.util.Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString)
remove all scopes with this type and scope string |
java.util.Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
remove all scopes with this type, scope string, and scope string2 |
AttributeDefScope |
AttributeDefScopeDelegate.retrieveAttributeDefScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
find a scope and return it if there or null if not |
void |
AttributeDefScope.setAttributeDefScopeType(AttributeDefScopeType attributeDefScopeType1)
type of scope |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |