| Package | Description |
|---|---|
| org.flowable.engine.common | |
| org.flowable.engine.common.impl | |
| org.flowable.engine.common.impl.cfg | |
| org.flowable.engine.common.impl.query |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractEngineConfiguration.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
AbstractEngineConfiguration.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractQuery.commandExecutor |
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandExecutor commandExecutor) |
AbstractQuery(CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutorImpl
Command executor that passes commands to the first interceptor in the chain.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractQuery.commandExecutor |
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandExecutor commandExecutor) |
AbstractQuery(CommandExecutor commandExecutor) |
Copyright © 2017 Flowable. All rights reserved.