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 TypeMethodDescriptionvoidaddOperation(DmnOperation operation) protected AgendaFutureMaxWaitTimeoutProvidervoidplanExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext, Decision decision) voidplanExecuteDecisionServiceOperation(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, setCommandContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.agenda.Agenda
getNextOperation, isEmpty, planFutureOperation, planOperation
-
Constructor Details
-
DefaultDmnEngineAgenda
-
-
Method Details
-
addOperation
-
getAgendaFutureMaxWaitTimeoutProvider
- Specified by:
getAgendaFutureMaxWaitTimeoutProviderin classAbstractAgenda
-
planExecuteDecisionServiceOperation
public void planExecuteDecisionServiceOperation(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) - Specified by:
planExecuteDecisionServiceOperationin interfaceDmnEngineAgenda
-
planExecuteDecisionOperation
public void planExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext, Decision decision) - Specified by:
planExecuteDecisionOperationin interfaceDmnEngineAgenda
-