Package org.camunda.bpm.engine.impl.el
package org.camunda.bpm.engine.impl.el
-
ClassDescriptionImplementations indicate that they are compatible with
ElProvider
and can provide one.Makes it possible to use expression inIoParameter
mappings.Class used to get hold of aExpressionFactory
.Central manager for all expressions.Expression that always returns the same value whengetValue
is called.Expression implementation backed by a JUELValueExpression
.JUEL-specific implementation of anExpressionManager
.Resolves aBeanELResolver
from the current process application.This is anELResolver
implementation that delegates to a ProcessApplication-providedELResolver
.ELContext
used by the process engine.AnELResolver
that exposed object values in the map, under the name of the entry's key.Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.Condition
that resolves an UEL expression at runtime.Implementation of anELResolver
that resolves expressions with the process variables of a givenVariableScope
as context.