| Package | Description |
|---|---|
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.cfg | |
| org.flowable.common.engine.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
AbstractEngineConfiguration.defaultCommandConfig |
protected CommandConfig |
AbstractEngineConfiguration.schemaCommandConfig |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
AbstractEngineConfiguration.getDefaultCommandConfig() |
CommandConfig |
AbstractEngineConfiguration.getSchemaCommandConfig() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setDefaultCommandConfig(CommandConfig defaultCommandConfig) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setSchemaCommandConfig(CommandConfig schemaCommandConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
CommandExecutorImpl.defaultConfig |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
CommandExecutorImpl.getDefaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutorImpl.execute(CommandConfig config,
Command<T> command) |
| Constructor and Description |
|---|
CommandExecutorImpl(CommandConfig defaultConfig,
CommandInterceptor first) |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
CommandExecutor.getDefaultConfig() |
CommandConfig |
CommandConfig.setContextReusePossible(boolean contextReusePossible) |
CommandConfig |
CommandConfig.transactionNotSupported() |
CommandConfig |
CommandConfig.transactionRequired() |
CommandConfig |
CommandConfig.transactionRequiresNew() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CrDbRetryInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
| Constructor and Description |
|---|
CommandConfig(CommandConfig commandConfig) |
Copyright © 2019 Flowable. All rights reserved.