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
- Author:
- Yvo Swillens
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.agenda.AbstractAgenda
commandContext, futureOperations, operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOperation
(DmnOperation operation) protected AgendaFutureMaxWaitTimeoutProvider
void
planExecuteDecisionOperation
(ExecuteDecisionContext executeDecisionContext, Decision decision) void
planExecuteDecisionServiceOperation
(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) Methods inherited from class org.flowable.common.engine.impl.agenda.AbstractAgenda
assertOperationsNotEmpty, close, flush, getCommandContext, getFutureMaxWaitTimeout, 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 Details
-
DefaultDmnEngineAgenda
-
-
Method Details
-
addOperation
-
getAgendaFutureMaxWaitTimeoutProvider
- Specified by:
getAgendaFutureMaxWaitTimeoutProvider
in classAbstractAgenda
-
planExecuteDecisionServiceOperation
public void planExecuteDecisionServiceOperation(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) - Specified by:
planExecuteDecisionServiceOperation
in interfaceDmnEngineAgenda
-
planExecuteDecisionOperation
public void planExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext, Decision decision) - Specified by:
planExecuteDecisionOperation
in interfaceDmnEngineAgenda
-