Class CommandInvoker
java.lang.Object
org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
org.activiti.engine.impl.interceptor.CommandInvoker
- All Implemented Interfaces:
CommandInterceptor
- Direct Known Subclasses:
DebugCommandInvoker,LoggingCommandInvoker
-
Field Summary
Fields inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(CommandConfig config, Command<T> command) voidexecuteOperation(Runnable runnable) protected voidexecuteOperations(CommandContext commandContext) getNext()voidsetNext(CommandInterceptor next)
-
Constructor Details
-
CommandInvoker
public CommandInvoker()
-
-
Method Details
-
execute
-
executeOperations
-
executeOperation
-
getNext
- Specified by:
getNextin interfaceCommandInterceptor- Overrides:
getNextin classAbstractCommandInterceptor
-
setNext
- Specified by:
setNextin interfaceCommandInterceptor- Overrides:
setNextin classAbstractCommandInterceptor
-