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 CommandInterceptor
getNext
in class AbstractCommandInterceptor
public void setNext(CommandInterceptor next)
setNext
in interface CommandInterceptor
setNext
in class AbstractCommandInterceptor
public AgendaOperationRunner getAgendaOperationRunner()
public void setAgendaOperationRunner(AgendaOperationRunner agendaOperationRunner)
Copyright © 2021 Flowable. All rights reserved.