Package org.flowable.engine.impl.agenda
Class DebugFlowableEngineAgenda
java.lang.Object
org.flowable.common.engine.impl.agenda.AbstractAgenda
org.flowable.engine.impl.agenda.DefaultFlowableEngineAgenda
org.flowable.engine.impl.agenda.DebugFlowableEngineAgenda
- All Implemented Interfaces:
Agenda
,Session
,FlowableEngineAgenda
This
FlowableEngineAgenda
schedules operations which allow debugging-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.agenda.AbstractAgenda
commandContext, futureOperations, operations
-
Constructor Summary
ConstructorsConstructorDescriptionDebugFlowableEngineAgenda
(CommandContext commandContext, ProcessDebugger processDebugger) -
Method Summary
Modifier and TypeMethodDescriptionvoid
planContinueProcessInCompensation
(ExecutionEntity execution) void
planContinueProcessOperation
(ExecutionEntity execution) void
Methods inherited from class org.flowable.engine.impl.agenda.DefaultFlowableEngineAgenda
getAgendaFutureMaxWaitTimeoutProvider, planAsyncTriggerExecutionOperation, planContinueMultiInstanceOperation, planContinueProcessWithMigrationContextOperation, planDestroyScopeOperation, planEndExecutionOperation, planEndExecutionOperationSynchronous, planEvaluateConditionalEventsOperation, planEvaluateVariableListenerEventsOperation, planExecuteInactiveBehaviorsOperation, planOperation, planTakeOutgoingSequenceFlowsOperation, planTakeOutgoingSequenceFlowsSynchronousOperation, planTriggerExecutionOperation
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
-
Field Details
-
processDebugger
-
-
Constructor Details
-
DebugFlowableEngineAgenda
-
-
Method Details
-
planContinueProcessOperation
- Specified by:
planContinueProcessOperation
in interfaceFlowableEngineAgenda
- Overrides:
planContinueProcessOperation
in classDefaultFlowableEngineAgenda
-
planContinueProcessSynchronousOperation
- Specified by:
planContinueProcessSynchronousOperation
in interfaceFlowableEngineAgenda
- Overrides:
planContinueProcessSynchronousOperation
in classDefaultFlowableEngineAgenda
-
planContinueProcessInCompensation
- Specified by:
planContinueProcessInCompensation
in interfaceFlowableEngineAgenda
- Overrides:
planContinueProcessInCompensation
in classDefaultFlowableEngineAgenda
-