Uses of Class
com.evolveum.axiom.api.AxiomValueIdentifier
-
Packages that use AxiomValueIdentifier Package Description com.evolveum.axiom.api com.evolveum.axiom.api.schema com.evolveum.axiom.lang.impl -
-
Uses of AxiomValueIdentifier in com.evolveum.axiom.api
Methods in com.evolveum.axiom.api that return AxiomValueIdentifier Modifier and Type Method Description static AxiomValueIdentifier
AxiomValueIdentifier. from(AxiomIdentifierDefinition key, AxiomValue<?> value)
static AxiomValueIdentifier
AxiomValueIdentifier. from(Map<AxiomName,Object> build)
AxiomValueIdentifier
AxiomPath.Value. identifier()
AxiomValueIdentifier
AxiomValueIdentifier. identifier()
static AxiomValueIdentifier
AxiomValueIdentifier. of(AxiomName key, Object value)
Methods in com.evolveum.axiom.api with parameters of type AxiomValueIdentifier Modifier and Type Method Description Optional<? extends AxiomValue<V>>
AxiomMapItem. value(AxiomValueIdentifier key)
-
Uses of AxiomValueIdentifier in com.evolveum.axiom.api.schema
Methods in com.evolveum.axiom.api.schema that return AxiomValueIdentifier Modifier and Type Method Description static AxiomValueIdentifier
AxiomItemDefinition. identifier(AxiomName name)
static AxiomValueIdentifier
AxiomTypeDefinition. identifier(AxiomName name)
-
Uses of AxiomValueIdentifier in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomValueIdentifier Modifier and Type Method Description static AxiomValueIdentifier
BasicStatementRule. idFrom(AxiomItemDefinition definition, AxiomValue<?> value)
static AxiomValueIdentifier
BasicStatementRule. itemKey(AxiomName name)
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomValueIdentifier Modifier and Type Method Description Map<AxiomValueIdentifier,ValueContext<?>>
IdentifierSpaceHolderImpl. space(AxiomName spaceId)
Constructor parameters in com.evolveum.axiom.lang.impl with type arguments of type AxiomValueIdentifier Constructor Description AxiomSchemaContextImpl(Map<AxiomName,Map<AxiomValueIdentifier,AxiomValue<?>>> globalMap)
AxiomSchemaContextImpl(Map<AxiomValueIdentifier,AxiomItemDefinition> roots, Map<AxiomValueIdentifier,AxiomTypeDefinition> types, Map<AxiomName,Map<AxiomValueIdentifier,AxiomValue<?>>> globals)
-