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 voidBasicStatementRule.addFromType(AxiomStructuredValue source, AxiomValueContext<?> target, boolean inheritance) voidAxiomItemContext.addOperationalValue(AxiomValueContext<?> value) voidItemContext.addOperationalValue(AxiomValueContext<?> value) voidAxiomStatementRule.Action.apply(AxiomValueContext<V> context) Dependency<AxiomValue<?>>AxiomStatementRule.ActionBuilder.require(AxiomValueContext<?> ext) Dependency<AxiomValue<?>>ValueActionImpl.require(AxiomValueContext<?> ext)