Class TaskExpression
- java.lang.Object
-
- com.aquima.interactions.process.impl.TaskExpression
-
public class TaskExpression extends Object
Internal task expression.- Since:
- 9.0
- Author:
- Danny Roest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static TaskExpression
create(ConditionOperator operator, IValue value)
ConditionOperator
getOperator()
IValue
getValue()
-
-
-
Method Detail
-
create
protected static TaskExpression create(ConditionOperator operator, IValue value)
-
getOperator
public ConditionOperator getOperator()
-
getValue
public IValue getValue()
-
-