| Package | Description |
|---|---|
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl | |
| org.flowable.dmn.engine.impl.cfg |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
DmnEngineConfiguration.commandExecutor
this will be initialized during the configurationComplete()
|
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
DmnEngineConfiguration.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ServiceImpl.commandExecutor |
protected CommandExecutor |
AbstractQuery.commandExecutor |
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
ServiceImpl.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandExecutor commandExecutor) |
AbstractQuery(CommandExecutor commandExecutor) |
DecisionTableQueryImpl(CommandExecutor commandExecutor) |
DmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
NativeDecisionTableQueryImpl(CommandExecutor commandExecutor) |
NativeDmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
TablePageQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutorImpl
Command executor that passes commands to the first interceptor in the chain.
|
Copyright © 2017 Flowable. All rights reserved.