Uses of Interface
org.camunda.bpm.engine.impl.el.ExpressionManager
-
-
Uses of ExpressionManager in org.camunda.bpm.engine.cdi
Classes in org.camunda.bpm.engine.cdi that implement ExpressionManager Modifier and Type Class Description class
CdiExpressionManager
ExpressionManager
for resolving Cdi-managed beans. -
Uses of ExpressionManager in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
ProcessEngineImpl. expressionManager
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ExpressionManager Modifier and Type Method Description ExpressionManager
UserTaskActivityBehavior. getExpressionManager()
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ExpressionManager Constructor Description UserTaskActivityBehavior(ExpressionManager expressionManager, TaskDefinition taskDefinition)
Deprecated. -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.bpmn.deployer
Fields in org.camunda.bpm.engine.impl.bpmn.deployer declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
BpmnDeployer. expressionManager
Methods in org.camunda.bpm.engine.impl.bpmn.deployer that return ExpressionManager Modifier and Type Method Description ExpressionManager
BpmnDeployer. getExpressionManager()
Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type ExpressionManager Modifier and Type Method Description void
BpmnDeployer. setExpressionManager(ExpressionManager expressionManager)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
BpmnParse. expressionManager
protected ExpressionManager
BpmnParser. expressionManager
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ExpressionManager Modifier and Type Method Description ExpressionManager
BpmnParser. getExpressionManager()
protected static ExpressionManager
BpmnParseUtil. getExpressionManager()
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExpressionManager Modifier and Type Method Description protected ParameterValueProvider
BpmnParse. createParameterValueProvider(Object value, ExpressionManager expressionManager)
void
BpmnParser. setExpressionManager(ExpressionManager expressionManager)
Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExpressionManager Constructor Description BpmnParser(ExpressionManager expressionManager, BpmnParseFactory bpmnParseFactory)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
ProcessEngineConfigurationImpl. expressionManager
Methods in org.camunda.bpm.engine.impl.cfg that return ExpressionManager Modifier and Type Method Description ExpressionManager
ProcessEngineConfigurationImpl. getExpressionManager()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ExpressionManager Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setExpressionManager(ExpressionManager expressionManager)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return ExpressionManager Modifier and Type Method Description ExpressionManager
HumanTaskActivityBehavior. getExpressionManager()
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cmmn.deployer
Fields in org.camunda.bpm.engine.impl.cmmn.deployer declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
CmmnDeployer. expressionManager
Methods in org.camunda.bpm.engine.impl.cmmn.deployer that return ExpressionManager Modifier and Type Method Description ExpressionManager
CmmnDeployer. getExpressionManager()
Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type ExpressionManager Modifier and Type Method Description void
CmmnDeployer. setExpressionManager(ExpressionManager expressionManager)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cmmn.handler
Fields in org.camunda.bpm.engine.impl.cmmn.handler declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
CmmnHandlerContext. expressionManager
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return ExpressionManager Modifier and Type Method Description ExpressionManager
CmmnHandlerContext. getExpressionManager()
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type ExpressionManager Modifier and Type Method Description protected ParameterValueProvider
CallingTaskItemHandler. createParameterValueProvider(String value, ExpressionManager expressionManager)
protected Expression
ItemHandler. getExpressionValue(CamundaField field, ExpressionManager expressionManager)
void
CmmnHandlerContext. setExpressionManager(ExpressionManager expressionManager)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cmmn.transformer
Fields in org.camunda.bpm.engine.impl.cmmn.transformer declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
CmmnTransform. expressionManager
protected ExpressionManager
CmmnTransformer. expressionManager
Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return ExpressionManager Modifier and Type Method Description ExpressionManager
CmmnTransform. getExpressionManager()
ExpressionManager
CmmnTransformer. getExpressionManager()
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ExpressionManager Modifier and Type Method Description void
CmmnTransform. setExpressionManager(ExpressionManager expressionManager)
void
CmmnTransformer. setExpressionManager(ExpressionManager expressionManager)
Constructors in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ExpressionManager Constructor Description CmmnTransformer(ExpressionManager expressionManager, DefaultCmmnElementHandlerRegistry handlerRegistry, CmmnTransformFactory factory)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.el
Classes in org.camunda.bpm.engine.impl.el that implement ExpressionManager Modifier and Type Class Description class
JuelExpressionManager
JUEL-specific implementation of anExpressionManager
. -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.form.handler
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type ExpressionManager Modifier and Type Method Description protected void
DefaultFormHandler. parseFormData(BpmnParse bpmnParse, ExpressionManager expressionManager, Element extensionElement)
protected void
DefaultFormHandler. parseFormField(Element formField, BpmnParse bpmnParse, ExpressionManager expressionManager)
protected void
DefaultFormHandler. parseFormFields(Element formData, BpmnParse bpmnParse, ExpressionManager expressionManager)
protected void
DefaultFormHandler. parseFormProperties(BpmnParse bpmnParse, ExpressionManager expressionManager, Element extensionElement)
protected void
DefaultFormHandler. parseProperties(Element formField, FormFieldHandler formFieldHandler, BpmnParse bpmnParse, ExpressionManager expressionManager)
protected void
DefaultFormHandler. parseValidation(Element formField, FormFieldHandler formFieldHandler, BpmnParse bpmnParse, ExpressionManager expressionManager)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.form.validator
Methods in org.camunda.bpm.engine.impl.form.validator with parameters of type ExpressionManager Modifier and Type Method Description FormFieldValidator
FormValidators. createValidator(Element constraint, BpmnParse bpmnParse, ExpressionManager expressionManager)
factory method for creating validator instances -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.task
Fields in org.camunda.bpm.engine.impl.task declared as ExpressionManager Modifier and Type Field Description protected ExpressionManager
TaskDecorator. expressionManager
Methods in org.camunda.bpm.engine.impl.task that return ExpressionManager Modifier and Type Method Description ExpressionManager
TaskDecorator. getExpressionManager()
Constructors in org.camunda.bpm.engine.impl.task with parameters of type ExpressionManager Constructor Description TaskDecorator(TaskDefinition taskDefinition, ExpressionManager expressionManager)
-
Uses of ExpressionManager in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type ExpressionManager Modifier and Type Method Description static ExecutableScript
ScriptUtil. getScript(String language, String source, String resource, ExpressionManager expressionManager)
Creates a newExecutableScript
from a source or resource.static ExecutableScript
ScriptUtil. getScript(String language, String source, String resource, ExpressionManager expressionManager, ScriptFactory scriptFactory)
Creates a newExecutableScript
from a source or resource.static ExecutableScript
ScriptUtil. getScriptFormSource(String language, String source, ExpressionManager expressionManager, ScriptFactory scriptFactory)
Creates a newExecutableScript
from a source.static ExecutableScript
ScriptUtil. getScriptFromResource(String language, String resource, ExpressionManager expressionManager, ScriptFactory scriptFactory)
Creates a newExecutableScript
from a resource.static boolean
StringUtil. isCompositeExpression(String text, ExpressionManager expressionManager)
Checks whether aString
seams to be a composite expression or not. -
Uses of ExpressionManager in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement ExpressionManager Modifier and Type Class Description class
SpringExpressionManager
ExpressionManager
that exposes the full application-context or a limited set of beans in expressions. -
Uses of ExpressionManager in org.camunda.bpm.engine.test.mock
Classes in org.camunda.bpm.engine.test.mock that implement ExpressionManager Modifier and Type Class Description class
MockExpressionManager
-