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.apiMethods in com.evolveum.axiom.api that return AxiomValueIdentifier Modifier and Type Method Description static AxiomValueIdentifierAxiomValueIdentifier. from(AxiomIdentifierDefinition key, AxiomValue<?> value)static AxiomValueIdentifierAxiomValueIdentifier. from(Map<AxiomName,Object> build)AxiomValueIdentifierAxiomPath.Value. identifier()AxiomValueIdentifierAxiomValueIdentifier. identifier()static AxiomValueIdentifierAxiomValueIdentifier. 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.schemaMethods in com.evolveum.axiom.api.schema that return AxiomValueIdentifier Modifier and Type Method Description static AxiomValueIdentifierAxiomItemDefinition. identifier(AxiomName name)static AxiomValueIdentifierAxiomTypeDefinition. identifier(AxiomName name)
- 
Uses of AxiomValueIdentifier in com.evolveum.axiom.lang.implMethods in com.evolveum.axiom.lang.impl that return AxiomValueIdentifier Modifier and Type Method Description static AxiomValueIdentifierBasicStatementRule. idFrom(AxiomItemDefinition definition, AxiomValue<?> value)static AxiomValueIdentifierBasicStatementRule. 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)
 
-