Class DmnOperation
- java.lang.Object
-
- org.flowable.dmn.engine.impl.agenda.operation.DmnOperation
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
ExecuteDecisionOperation,ExecuteDecisionServiceOperation
public abstract class DmnOperation extends Object implements Runnable
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandContextcommandContext
-
Constructor Summary
Constructors Constructor Description DmnOperation()DmnOperation(CommandContext commandContext)
-
-
-
Field Detail
-
commandContext
protected CommandContext commandContext
-
-
Constructor Detail
-
DmnOperation
public DmnOperation()
-
DmnOperation
public DmnOperation(CommandContext commandContext)
-
-