Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.parser | |
org.camunda.bpm.engine.impl.el |
Modifier and Type | Field and Description |
---|---|
protected Expression |
EventSubscriptionDeclaration.eventName |
protected Expression |
SignalDefinition.name |
protected Expression |
MessageDefinition.name |
Modifier and Type | Method and Description |
---|---|
Expression |
SignalDefinition.getExpression() |
Expression |
MessageDefinition.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) |
MessageDefinition(String id,
Expression name) |
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 © 2017. All rights reserved.