Class CmmnCommandInvoker
- java.lang.Object
-
- org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.flowable.cmmn.engine.impl.interceptor.CmmnCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class CmmnCommandInvoker extends AbstractCommandInterceptor
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected AgendaOperationRunneragendaOperationRunner-
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description CmmnCommandInvoker(AgendaOperationRunner agendaOperationRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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)AgendaOperationRunnergetAgendaOperationRunner()voidsetAgendaOperationRunner(AgendaOperationRunner agendaOperationRunner)voidsetNext(CommandInterceptor next)-
Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext
-
-
-
-
Field Detail
-
agendaOperationRunner
protected AgendaOperationRunner agendaOperationRunner
-
-
Constructor Detail
-
CmmnCommandInvoker
public CmmnCommandInvoker(AgendaOperationRunner agendaOperationRunner)
-
-
Method Detail
-
execute
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
-
executeOperations
protected void executeOperations(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation)
-
executeOperation
protected void executeOperation(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation, Runnable runnable)
-
evaluateUntilStable
protected void evaluateUntilStable(CommandContext commandContext)
-
setNext
public void setNext(CommandInterceptor next)
- Specified by:
setNextin interfaceCommandInterceptor- Overrides:
setNextin classAbstractCommandInterceptor
-
getAgendaOperationRunner
public AgendaOperationRunner getAgendaOperationRunner()
-
setAgendaOperationRunner
public void setAgendaOperationRunner(AgendaOperationRunner agendaOperationRunner)
-
-