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