Class DataAssociation
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
A data association (Input or Output) between a source and a target
-
Field Summary
Modifier and TypeFieldDescriptionprotected Expression
protected String
protected Expression
protected String
protected String
-
Constructor Summary
ModifierConstructorDescriptionprotected
DataAssociation
(String variables) protected
DataAssociation
(String source, String target) protected
DataAssociation
(Expression businessKeyExpression) protected
DataAssociation
(Expression sourceExpression, String target) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
source
-
sourceExpression
-
target
-
variables
-
businessKeyExpression
-
-
Constructor Details
-
DataAssociation
-
DataAssociation
-
DataAssociation
-
DataAssociation
-
-
Method Details
-
getSource
-
getTarget
-
getSourceExpression
-
getVariables
-
getBusinessKeyExpression
-