Class DefaultDmnEngineAgenda
- java.lang.Object
-
- org.flowable.common.engine.impl.agenda.AbstractAgenda
-
- org.flowable.dmn.engine.impl.agenda.DefaultDmnEngineAgenda
-
- All Implemented Interfaces:
Agenda,Session,DmnEngineAgenda
public class DefaultDmnEngineAgenda extends AbstractAgenda implements DmnEngineAgenda
- Author:
- Yvo Swillens
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.agenda.AbstractAgenda
commandContext, futureOperations, operations
-
-
Constructor Summary
Constructors Constructor Description DefaultDmnEngineAgenda(CommandContext commandContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOperation(DmnOperation operation)voidplanExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext, Decision decision)voidplanExecuteDecisionServiceOperation(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService)-
Methods inherited from class org.flowable.common.engine.impl.agenda.AbstractAgenda
assertOperationsNotEmpty, close, flush, getCommandContext, getNextOperation, getOperations, isEmpty, planFutureOperation, planOperation, setCommandContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.impl.agenda.Agenda
getNextOperation, isEmpty, planFutureOperation, planOperation
-
-
-
-
Constructor Detail
-
DefaultDmnEngineAgenda
public DefaultDmnEngineAgenda(CommandContext commandContext)
-
-
Method Detail
-
addOperation
public void addOperation(DmnOperation operation)
-
planExecuteDecisionServiceOperation
public void planExecuteDecisionServiceOperation(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService)
- Specified by:
planExecuteDecisionServiceOperationin interfaceDmnEngineAgenda
-
planExecuteDecisionOperation
public void planExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext, Decision decision)
- Specified by:
planExecuteDecisionOperationin interfaceDmnEngineAgenda
-
-