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 TypeMethodDescriptionbooleanRuleContextImpl.applicableTo(ValueContext<?> context) voidModelReactorContext.applyRuleDefinitions(ValueContext<?> valueContext) RuleContextImpl.applyTo(ValueContext<?> context) <V> AxiomValue<V>ModelReactorContext.lazyValue(ValueContext<V> valueContext) voidIdentifierSpaceHolderImpl.register(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> item) voidModelReactorContext.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)