| Package | Description |
|---|---|
| org.activiti.dmn.engine | |
| org.activiti.dmn.engine.impl.cfg | |
| org.activiti.dmn.engine.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
DmnEngineConfiguration.defaultCommandConfig |
protected CommandConfig |
DmnEngineConfiguration.schemaCommandConfig |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
DmnEngineConfiguration.getDefaultCommandConfig() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setDefaultCommandConfig(CommandConfig defaultCommandConfig) |
| 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 |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandInvoker.execute(CommandConfig config,
Command<T> command) |
| Constructor and Description |
|---|
CommandConfig(CommandConfig commandConfig) |
Copyright © 2017 Alfresco. All rights reserved.