Uses of Interface
com.evolveum.axiom.lang.impl.AxiomValueContext
Packages that use AxiomValueContext
-
Uses of AxiomValueContext in com.evolveum.axiom.lang.impl
Classes in com.evolveum.axiom.lang.impl that implement AxiomValueContextMethods in com.evolveum.axiom.lang.impl that return AxiomValueContextModifier and TypeMethodDescriptionAxiomItemContext.only()
ItemContext.only()
AxiomItemContext.parent()
default AxiomValueContext<?>
AxiomValueContext.parentValue()
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomValueContextModifier and TypeMethodDescriptionAxiomStatementRule.Lookup.modify()
AxiomStatementRule.Lookup.modify
(AxiomName identifierSpace, AxiomValueIdentifier identifier) Optional<? extends AxiomValueContext<T>>
AxiomItemContext.value
(AxiomValueIdentifier id) Optional<? extends AxiomValueContext<V>>
ItemContext.value
(AxiomValueIdentifier id) Optional<? extends AxiomValueContext<V>>
MapItemContext.value
(AxiomValueIdentifier id) Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomValueContextModifier and TypeMethodDescriptionstatic void
BasicStatementRule.addFromType
(AxiomStructuredValue source, AxiomValueContext<?> target, boolean inheritance) void
AxiomItemContext.addOperationalValue
(AxiomValueContext<?> value) void
ItemContext.addOperationalValue
(AxiomValueContext<?> value) void
AxiomStatementRule.Action.apply
(AxiomValueContext<V> context) Dependency<AxiomValue<?>>
AxiomStatementRule.ActionBuilder.require
(AxiomValueContext<?> ext) Dependency<AxiomValue<?>>
ValueActionImpl.require
(AxiomValueContext<?> ext)