Uses of Interface
org.camunda.bpm.engine.impl.el.Expression
Package
Description
-
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeFieldDescriptionprotected final Expression
EventSubscriptionDeclaration.eventName
protected Expression
FailedJobRetryConfiguration.expression
protected Expression
MessageDefinition.name
protected Expression
SignalDefinition.name
Modifier and TypeMethodDescriptionCamundaErrorEventDefinition.getExpression()
FailedJobRetryConfiguration.getExpression()
MessageDefinition.getExpression()
SignalDefinition.getExpression()
protected Expression
BpmnParse.parseExpression
(Element parent, String name) Modifier and TypeMethodDescriptionvoid
CamundaErrorEventDefinition.setExpression
(Expression expression) void
SignalDefinition.setExpression
(Expression name) ModifierConstructorDescriptionCamundaErrorEventDefinition
(String handlerActivityId, Expression expression) EventSubscriptionDeclaration
(Expression eventExpression, EventType eventType) EventSubscriptionDeclaration
(Expression eventExpression, EventType eventType, CallableElement eventPayload) FailedJobRetryConfiguration
(Expression expression) MessageDefinition
(String id, Expression name) -
Uses of Expression in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected String
DefaultJobRetryCmd.getFailedJobRetryTimeCycle
(JobEntity job, Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.el
Modifier and TypeClassDescriptionclass
Expression implementation backed by a JUELValueExpression
.Modifier and TypeFieldDescriptionprotected Expression
ElValueProvider.expression
protected Expression
UelExpressionCondition.expression
Modifier and TypeMethodDescriptionExpressionManager.createExpression
(String expression) JuelExpressionManager.createExpression
(String expression) ElValueProvider.getExpression()
ModifierConstructorDescriptionElValueProvider
(Expression expression) UelExpressionCondition
(Expression expression)