Class Assignment
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.data.Assignment
-
public class Assignment extends Object
Implementation of the BPMN 2.0 'assignment'
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpressionfromExpressionprotected ExpressiontoExpression
-
Constructor Summary
Constructors Constructor Description Assignment(Expression fromExpression, Expression toExpression)
-
-
-
Field Detail
-
fromExpression
protected Expression fromExpression
-
toExpression
protected Expression toExpression
-
-
Constructor Detail
-
Assignment
public Assignment(Expression fromExpression, Expression toExpression)
-
-
Method Detail
-
evaluate
public void evaluate(DelegateExecution execution)
-
-