Uses of Interface
org.flowable.engine.runtime.ProcessDebugger
-
Packages that use ProcessDebugger Package Description org.flowable.engine.impl.agenda -
-
Uses of ProcessDebugger in org.flowable.engine.impl.agenda
Fields in org.flowable.engine.impl.agenda declared as ProcessDebugger Modifier and Type Field Description protected ProcessDebuggerDebugContinueProcessOperation. debuggerprotected ProcessDebuggerDebugFlowableEngineAgendaFactory. debuggerprotected ProcessDebuggerDebugFlowableEngineAgenda. processDebuggerMethods in org.flowable.engine.impl.agenda with parameters of type ProcessDebugger Modifier and Type Method Description voidDebugFlowableEngineAgendaFactory. setDebugger(ProcessDebugger debugger)Constructors in org.flowable.engine.impl.agenda with parameters of type ProcessDebugger Constructor Description DebugContinueProcessOperation(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution)DebugContinueProcessOperation(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation)DebugFlowableEngineAgenda(CommandContext commandContext, ProcessDebugger processDebugger)
-