Uses of Interface
org.camunda.bpm.engine.impl.el.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as ExpressionModifier and TypeFieldDescriptionprotected final Expression
EventSubscriptionDeclaration.eventName
protected Expression
FailedJobRetryConfiguration.expression
protected Expression
MessageDefinition.name
protected Expression
SignalDefinition.name
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ExpressionModifier and TypeMethodDescriptionCamundaErrorEventDefinition.getExpression()
FailedJobRetryConfiguration.getExpression()
MessageDefinition.getExpression()
SignalDefinition.getExpression()
protected Expression
BpmnParse.parseExpression
(Element parent, String name) Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
CamundaErrorEventDefinition.setExpression
(Expression expression) void
SignalDefinition.setExpression
(Expression name) Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExpressionModifierConstructorDescriptionCamundaErrorEventDefinition
(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
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ExpressionModifier and TypeMethodDescriptionprotected String
DefaultJobRetryCmd.getFailedJobRetryTimeCycle
(JobEntity job, Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.el
Classes in org.camunda.bpm.engine.impl.el that implement ExpressionModifier and TypeClassDescriptionclass
Expression implementation backed by a JUELValueExpression
.Fields in org.camunda.bpm.engine.impl.el declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
ElValueProvider.expression
protected Expression
UelExpressionCondition.expression
Methods in org.camunda.bpm.engine.impl.el that return ExpressionModifier and TypeMethodDescriptionExpressionManager.createExpression
(String expression) JuelExpressionManager.createExpression
(String expression) ElValueProvider.getExpression()
Methods in org.camunda.bpm.engine.impl.el with parameters of type ExpressionConstructors in org.camunda.bpm.engine.impl.el with parameters of type ExpressionModifierConstructorDescriptionElValueProvider
(Expression expression) UelExpressionCondition
(Expression expression)