Uses of Interface
org.camunda.bpm.engine.impl.el.ExpressionManager
Packages that use ExpressionManager
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ExpressionManager in org.camunda.bpm.engine.cdi
Classes in org.camunda.bpm.engine.cdi that implement ExpressionManager -
Uses of ExpressionManager in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as ExpressionManager -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ExpressionManagerConstructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ExpressionManagerModifierConstructorDescriptionUserTaskActivityBehavior
(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 ExpressionManagerMethods in org.camunda.bpm.engine.impl.bpmn.deployer that return ExpressionManagerMethods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoid
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 ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
BpmnParse.expressionManager
protected ExpressionManager
BpmnParser.expressionManager
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ExpressionManagerModifier and TypeMethodDescriptionBpmnParser.getExpressionManager()
protected static ExpressionManager
BpmnParseUtil.getExpressionManager()
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected 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 ExpressionManagerModifierConstructorDescriptionBpmnParser
(ExpressionManager expressionManager, BpmnParseFactory bpmnParseFactory) -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
ProcessEngineConfigurationImpl.expressionManager
Methods in org.camunda.bpm.engine.impl.cfg that return ExpressionManagerMethods in org.camunda.bpm.engine.impl.cfg with parameters of type ExpressionManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.cmmn.deployer
Fields in org.camunda.bpm.engine.impl.cmmn.deployer declared as ExpressionManagerMethods in org.camunda.bpm.engine.impl.cmmn.deployer that return ExpressionManagerMethods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoid
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 ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
CmmnHandlerContext.expressionManager
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return ExpressionManagerMethods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected 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 ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
CmmnTransform.expressionManager
protected ExpressionManager
CmmnTransformer.expressionManager
Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return ExpressionManagerModifier and TypeMethodDescriptionCmmnTransform.getExpressionManager()
CmmnTransformer.getExpressionManager()
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoid
CmmnTransform.setExpressionManager
(ExpressionManager expressionManager) void
CmmnTransformer.setExpressionManager
(ExpressionManager expressionManager) Constructors in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ExpressionManagerModifierConstructorDescriptionCmmnTransformer
(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 -
Uses of ExpressionManager in org.camunda.bpm.engine.impl.form.handler
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected 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 ExpressionManagerModifier and TypeMethodDescriptionFormValidators.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 ExpressionManagerMethods in org.camunda.bpm.engine.impl.task that return ExpressionManagerConstructors in org.camunda.bpm.engine.impl.task with parameters of type ExpressionManagerModifierConstructorDescriptionTaskDecorator
(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 ExpressionManagerModifier and TypeMethodDescriptionstatic 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 ExpressionManagerModifier and TypeClassDescriptionclass
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