Class DefaultCommandInvoker
- java.lang.Object
-
- org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class DefaultCommandInvoker extends AbstractCommandInterceptor
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description DefaultCommandInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)CommandInterceptorgetNext()voidsetNext(CommandInterceptor next)
-
-
-
Method Detail
-
execute
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
-
getNext
public CommandInterceptor getNext()
- Specified by:
getNextin interfaceCommandInterceptor- Overrides:
getNextin classAbstractCommandInterceptor
-
setNext
public void setNext(CommandInterceptor next)
- Specified by:
setNextin interfaceCommandInterceptor- Overrides:
setNextin classAbstractCommandInterceptor
-
-