Uses of Class
com.evolveum.axiom.lang.impl.ValueActionImpl
-
Packages that use ValueActionImpl Package Description com.evolveum.axiom.lang.impl -
-
Uses of ValueActionImpl in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return ValueActionImpl Modifier and Type Method Description ValueActionImpl<V>
ValueContext. addAction(String name)
ValueActionImpl<V>
ValueActionImpl. apply(AxiomStatementRule.Action<V> action)
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type ValueActionImpl Modifier and Type Method Description Collection<ValueActionImpl<?>>
RuleContextImpl. applyTo(ValueContext<?> context)
Collection<ValueActionImpl<?>>
ValueActionImpl. build()
Methods in com.evolveum.axiom.lang.impl with parameters of type ValueActionImpl Modifier and Type Method Description protected void
ModelReactorContext. addOutstanding(ValueActionImpl<?> action)
void
ValueContext. dependsOnAction(ValueActionImpl<V> action)
Method parameters in com.evolveum.axiom.lang.impl with type arguments of type ValueActionImpl Modifier and Type Method Description protected void
ModelReactorContext. failOutstanding(Collection<ValueActionImpl<?>> outstanding)
-