Uses of Class
com.evolveum.axiom.lang.impl.ValueContext
-
Packages that use ValueContext Package Description com.evolveum.axiom.lang.impl -
-
Uses of ValueContext in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return ValueContext Modifier and Type Method Description ValueContext<?>
IdentifierSpaceHolderImpl. lookup(AxiomName space, AxiomValueIdentifier key)
ValueContext<V>
ItemContext. startValue(Object value, SourceLocation loc)
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type ValueContext Modifier and Type Method Description Map<AxiomValueIdentifier,ValueContext<?>>
IdentifierSpaceHolderImpl. space(AxiomName spaceId)
Methods in com.evolveum.axiom.lang.impl with parameters of type ValueContext Modifier and Type Method Description boolean
RuleContextImpl. applicableTo(ValueContext<?> context)
void
ModelReactorContext. applyRuleDefinitions(ValueContext<?> valueContext)
Collection<ValueActionImpl<?>>
RuleContextImpl. applyTo(ValueContext<?> context)
<V> AxiomValue<V>
ModelReactorContext. lazyValue(ValueContext<V> valueContext)
void
IdentifierSpaceHolderImpl. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> item)
void
ModelReactorContext. register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> context)
protected Collection<RuleContextImpl>
ModelReactorContext. rulesFor(ValueContext<?> context)
Constructors in com.evolveum.axiom.lang.impl with parameters of type ValueContext Constructor Description ItemContext(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc)
MapItemContext(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc)
ValueActionImpl(ValueContext<V> context, String rule)
-