| Package | Description |
|---|---|
| org.flowable.engine.common.impl.cfg | |
| org.flowable.engine.common.impl.interceptor |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutorImpl.execute(Command<T> command) |
<T> T |
CommandExecutorImpl.execute(CommandConfig config,
Command<T> command) |
| Modifier and Type | Field and Description |
|---|---|
protected Command<?> |
CommandContext.command |
| Modifier and Type | Method and Description |
|---|---|
Command<?> |
CommandContext.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
<T> T |
CommandExecutor.execute(Command<T> command)
Execute a command with the default
CommandConfig. |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command) |
| Constructor and Description |
|---|
CommandContext(Command<?> command) |
Copyright © 2017 Flowable. All rights reserved.