Uses of Class
com.evolveum.axiom.api.schema.AxiomIdentifierDefinition.Scope
-
Packages that use AxiomIdentifierDefinition.Scope Package Description com.evolveum.axiom.api.schema com.evolveum.axiom.lang.impl -
-
Uses of AxiomIdentifierDefinition.Scope in com.evolveum.axiom.api.schema
Methods in com.evolveum.axiom.api.schema that return AxiomIdentifierDefinition.Scope Modifier and Type Method Description static AxiomIdentifierDefinition.Scope
AxiomIdentifierDefinition. scope(String scope)
static AxiomIdentifierDefinition.Scope
AxiomIdentifierDefinition.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static AxiomIdentifierDefinition.Scope[]
AxiomIdentifierDefinition.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.axiom.api.schema with parameters of type AxiomIdentifierDefinition.Scope Modifier and Type Method Description static AxiomIdentifierDefinition
AxiomIdentifierDefinition. from(AxiomName space, AxiomIdentifierDefinition.Scope scope, Set<AxiomName> members)
-
Uses of AxiomIdentifierDefinition.Scope in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomIdentifierDefinition.Scope Modifier and Type Method Description void
AxiomValueContext. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key)
void
IdentifierSpaceHolderImpl. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> item)
void
ModelReactorContext. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> context)
void
ValueContext. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key)
Constructors in com.evolveum.axiom.lang.impl with parameters of type AxiomIdentifierDefinition.Scope Constructor Description IdentifierSpaceHolderImpl(AxiomIdentifierDefinition.Scope first, AxiomIdentifierDefinition.Scope... rest)
-