Uses of Class
com.evolveum.axiom.lang.impl.ValueContext
Packages that use ValueContext
-
Uses of ValueContext in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return ValueContextModifier and TypeMethodDescriptionValueContext<?>
IdentifierSpaceHolderImpl.lookup
(AxiomName space, AxiomValueIdentifier key) ItemContext.startValue
(Object value, SourceLocation loc) Methods in com.evolveum.axiom.lang.impl that return types with arguments of type ValueContextModifier and TypeMethodDescriptionMethods in com.evolveum.axiom.lang.impl with parameters of type ValueContextModifier and TypeMethodDescriptionboolean
RuleContextImpl.applicableTo
(ValueContext<?> context) void
ModelReactorContext.applyRuleDefinitions
(ValueContext<?> valueContext) 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 ValueContextModifierConstructorDescriptionItemContext
(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc) MapItemContext
(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc) ValueActionImpl
(ValueContext<V> context, String rule)