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