Uses of Interface
com.evolveum.axiom.lang.impl.AxiomValueReference
-
Packages that use AxiomValueReference Package Description com.evolveum.axiom.lang.impl -
-
Uses of AxiomValueReference in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomValueReference Modifier and Type Method Description <V> AxiomValueReference<V>
AxiomValueContext. asReference()
<V> AxiomValueReference<V>
ValueContext. asReference()
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomValueReference Modifier and Type Method Description Dependency.Search<AxiomValueReference<?>>
AxiomStatementRule.Lookup. reference(AxiomName identifierSpace, AxiomValueIdentifier identifier)
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomValueReference Modifier and Type Method Description void
AxiomItemContext. addOperationalValue(AxiomValueReference<T> value)
void
ItemContext. addOperationalValue(AxiomValueReference<V> value)
-