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.ScopeAxiomIdentifierDefinition. scope(String scope)static AxiomIdentifierDefinition.ScopeAxiomIdentifierDefinition.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 AxiomIdentifierDefinitionAxiomIdentifierDefinition. 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 voidAxiomValueContext. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key)voidIdentifierSpaceHolderImpl. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> item)voidModelReactorContext. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> context)voidValueContext. 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)
-