public abstract class AbstractDataAssociation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
source |
protected Expression |
sourceExpression |
protected String |
target |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDataAssociation(Expression sourceExpression,
String target) |
protected |
AbstractDataAssociation(String source,
String target) |
Modifier and Type | Method and Description |
---|---|
abstract void |
evaluate(DelegateExecution execution) |
String |
getSource() |
Expression |
getSourceExpression() |
String |
getTarget() |
protected String source
protected Expression sourceExpression
protected String target
protected AbstractDataAssociation(Expression sourceExpression, String target)
public abstract void evaluate(DelegateExecution execution)
public String getSource()
public String getTarget()
public Expression getSourceExpression()
Copyright © 2019 Flowable. All rights reserved.