| 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 | 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 |
LockManagerImpl.commandExecutor |
| Constructor and Description |
|---|
LockManagerImpl(CommandExecutor commandExecutor,
String lockName,
Duration lockPollRate) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutor |
AbstractEngineEntityManager.getCommandExecutor() |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
protected CommandExecutor |
AbstractQuery.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandExecutor commandExecutor) |
AbstractQuery(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CommonEngineServiceImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
CommonEngineServiceImpl.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonEngineServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
Copyright © 2020 Flowable. All rights reserved.