Class CmmnCommandInvoker
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.cmmn.engine.impl.interceptor.CmmnCommandInvoker
- All Implemented Interfaces:
CommandInterceptor
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidevaluateUntilStable(CommandContext commandContext) <T> Texecute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) protected voidexecuteOperation(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation, Runnable runnable) protected voidexecuteOperations(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation) voidsetAgendaOperationRunner(AgendaOperationRunner agendaOperationRunner) voidsetNext(CommandInterceptor next) Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext
-
Field Details
-
agendaOperationRunner
-
-
Constructor Details
-
CmmnCommandInvoker
-
-
Method Details
-
execute
-
executeOperations
protected void executeOperations(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation) -
executeOperation
protected void executeOperation(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation, Runnable runnable) -
evaluateUntilStable
-
setNext
- Specified by:
setNextin interfaceCommandInterceptor- Overrides:
setNextin classAbstractCommandInterceptor
-
getAgendaOperationRunner
-
setAgendaOperationRunner
-