Class Assignment
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.data.Assignment
-
public class Assignment extends java.lang.ObjectImplementation 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevaluate(DelegateExecution execution)
-
-
-
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)
-
-