| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.bpmn.parser | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.el | 
| Modifier and Type | Field and Description | 
|---|---|
protected Expression | 
EventSubscriptionDeclaration.eventName  | 
protected Expression | 
FailedJobRetryConfiguration.expression  | 
protected Expression | 
SignalDefinition.name  | 
protected Expression | 
MessageDefinition.name  | 
| Modifier and Type | Method and Description | 
|---|---|
Expression | 
SignalDefinition.getExpression()  | 
Expression | 
MessageDefinition.getExpression()  | 
Expression | 
FailedJobRetryConfiguration.getExpression()  | 
protected Expression | 
BpmnParse.parseExpression(Element parent,
               String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SignalDefinition.setExpression(Expression name)  | 
| Constructor and Description | 
|---|
EventSubscriptionDeclaration(Expression eventExpression,
                            EventType eventType)  | 
EventSubscriptionDeclaration(Expression eventExpression,
                            EventType eventType,
                            CallableElement eventPayload)  | 
FailedJobRetryConfiguration(Expression expression)  | 
MessageDefinition(String id,
                 Expression name)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
DefaultJobRetryCmd.getFailedJobRetryTimeCycle(JobEntity job,
                          Expression expression)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Expression | 
UelExpressionCondition.expression  | 
protected Expression | 
ElValueProvider.expression  | 
| Modifier and Type | Method and Description | 
|---|---|
Expression | 
ExpressionManager.createExpression(String expression)  | 
Expression | 
ElValueProvider.getExpression()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ElValueProvider.setExpression(Expression expression)  | 
| Constructor and Description | 
|---|
ElValueProvider(Expression expression)  | 
UelExpressionCondition(Expression expression)  | 
Copyright © 2019. All rights reserved.