| Package | Description |
|---|---|
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.cfg | |
| org.flowable.common.engine.impl.interceptor | |
| org.flowable.common.engine.impl.query |
| Modifier and Type | Field and Description |
|---|---|
protected Command<Void> |
AbstractEngineConfiguration.schemaManagementCmd |
| Modifier and Type | Method and Description |
|---|---|
Command<Void> |
AbstractEngineConfiguration.getSchemaManagementCmd() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setSchemaManagementCmd(Command<Void> schemaManagementCmd) |
| 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 |
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 |
|---|
CommandContext(Command<?> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
class |
AbstractQuery<T extends Query<?,?>,U>
Abstract superclass for all query types.
|
Copyright © 2019 Flowable. All rights reserved.