Class LoggingExecutionTreeCommandInvoker
- java.lang.Object
-
- org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.flowable.engine.impl.interceptor.CommandInvoker
-
- org.flowable.engine.impl.interceptor.LoggingExecutionTreeCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class LoggingExecutionTreeCommandInvoker extends CommandInvoker
- Author:
- Joram Barrez
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
agendaOperationRunner
-
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description LoggingExecutionTreeCommandInvoker(AgendaOperationRunner agendaOperationRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteOperation(CommandContext commandContext, Runnable runnable)-
Methods inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
execute, executeOperations, getAgendaOperationRunner, getNext, setAgendaOperationRunner, setNext
-
-
-
-
Constructor Detail
-
LoggingExecutionTreeCommandInvoker
public LoggingExecutionTreeCommandInvoker(AgendaOperationRunner agendaOperationRunner)
-
-
Method Detail
-
executeOperation
public void executeOperation(CommandContext commandContext, Runnable runnable)
- Overrides:
executeOperationin classCommandInvoker
-
-