Uses of Interface
com.evolveum.axiom.lang.impl.AxiomValueContext
-
Packages that use AxiomValueContext Package Description com.evolveum.axiom.lang.impl -
-
Uses of AxiomValueContext in com.evolveum.axiom.lang.impl
Classes in com.evolveum.axiom.lang.impl that implement AxiomValueContext Modifier and Type Class Description class
ValueContext<V>
Methods in com.evolveum.axiom.lang.impl that return AxiomValueContext Modifier and Type Method Description AxiomValueContext<T>
AxiomItemContext. addValue(T value)
AxiomValueContext<V>
ItemContext. addValue(V value)
AxiomValueContext<T>
AxiomItemContext. only()
AxiomValueContext<V>
ItemContext. only()
AxiomValueContext<?>
AxiomItemContext. parent()
default AxiomValueContext<?>
AxiomValueContext. parentValue()
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomValueContext Modifier and Type Method Description Dependency<AxiomValueContext<?>>
AxiomStatementRule.Lookup. modify()
Dependency<AxiomValueContext<?>>
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 AxiomValueContext Modifier and Type Method Description static 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)
-