Class AppCommandInvoker
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
com.flowable.app.engine.impl.interceptor.AppCommandInvoker
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.CommandInterceptor
public class AppCommandInvoker
extends org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(org.flowable.common.engine.impl.interceptor.CommandConfig config, org.flowable.common.engine.impl.interceptor.Command<T> command, org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) voidsetNext(org.flowable.common.engine.impl.interceptor.CommandInterceptor next) Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext
-
Constructor Details
-
AppCommandInvoker
public AppCommandInvoker()
-
-
Method Details
-
execute
public <T> T execute(org.flowable.common.engine.impl.interceptor.CommandConfig config, org.flowable.common.engine.impl.interceptor.Command<T> command, org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
setNext
public void setNext(org.flowable.common.engine.impl.interceptor.CommandInterceptor next) - Specified by:
setNextin interfaceorg.flowable.common.engine.impl.interceptor.CommandInterceptor- Overrides:
setNextin classorg.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-