Uses of Interface
org.camunda.bpm.engine.impl.el.Expression
-
Packages that use Expression Package Description org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.el -
-
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as Expression Modifier and Type Field Description protected 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 Expression Modifier and Type Method Description Expression
CamundaErrorEventDefinition. getExpression()
Expression
FailedJobRetryConfiguration. getExpression()
Expression
MessageDefinition. getExpression()
Expression
SignalDefinition. getExpression()
protected Expression
BpmnParse. parseExpression(Element parent, String name)
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression Modifier and Type Method Description void
CamundaErrorEventDefinition. setExpression(Expression expression)
void
SignalDefinition. setExpression(Expression name)
Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression Constructor Description CamundaErrorEventDefinition(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 Expression Modifier and Type Method Description protected 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 Expression Modifier and Type Class Description class
JuelExpression
Expression implementation backed by a JUELValueExpression
.Fields in org.camunda.bpm.engine.impl.el declared as Expression Modifier and Type Field Description protected Expression
ElValueProvider. expression
protected Expression
UelExpressionCondition. expression
Methods in org.camunda.bpm.engine.impl.el that return Expression Modifier and Type Method Description Expression
ExpressionManager. createExpression(String expression)
Expression
ElValueProvider. getExpression()
Methods in org.camunda.bpm.engine.impl.el with parameters of type Expression Modifier and Type Method Description void
ElValueProvider. setExpression(Expression expression)
Constructors in org.camunda.bpm.engine.impl.el with parameters of type Expression Constructor Description ElValueProvider(Expression expression)
UelExpressionCondition(Expression expression)
-