Class DmnCommandInvoker
- java.lang.Object
-
- org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.flowable.dmn.engine.impl.interceptor.DmnCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class DmnCommandInvoker extends AbstractCommandInterceptor
- Author:
- Yvo Swillens
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description DmnCommandInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)protected voidexecuteOperations(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation)voidsetNext(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)
-
executeOperations
protected void executeOperations(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation)
-
setNext
public void setNext(CommandInterceptor next)
- Specified by:
setNextin interfaceCommandInterceptor- Overrides:
setNextin classAbstractCommandInterceptor
-
-