public class CmmnCommandInvoker extends AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected AgendaOperationRunner |
agendaOperationRunner |
next| Constructor and Description |
|---|
CmmnCommandInvoker(AgendaOperationRunner agendaOperationRunner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateUntilStable(CommandContext commandContext) |
<T> T |
execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
protected void |
executeOperation(CommandContext commandContext,
boolean isStoreCaseInstanceIdOfNoOperation,
Runnable runnable) |
protected void |
executeOperations(CommandContext commandContext,
boolean isStoreCaseInstanceIdOfNoOperation) |
AgendaOperationRunner |
getAgendaOperationRunner() |
void |
setAgendaOperationRunner(AgendaOperationRunner agendaOperationRunner) |
void |
setNext(CommandInterceptor next) |
getNextprotected AgendaOperationRunner agendaOperationRunner
public CmmnCommandInvoker(AgendaOperationRunner agendaOperationRunner)
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
protected void executeOperations(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation)
protected void executeOperation(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation, Runnable runnable)
protected void evaluateUntilStable(CommandContext commandContext)
public void setNext(CommandInterceptor next)
setNext in interface CommandInterceptorsetNext in class AbstractCommandInterceptorpublic AgendaOperationRunner getAgendaOperationRunner()
public void setAgendaOperationRunner(AgendaOperationRunner agendaOperationRunner)
Copyright © 2021 Flowable. All rights reserved.