| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContextFactory |
ProcessEngineConfigurationImpl.commandContextFactory |
protected CommandContextFactory |
JtaProcessEngineConfiguration.dbSchemaOperationsCommandContextFactory
CommandContextFactory to be used for DbSchemaOperations |
| Modifier and Type | Method and Description |
|---|---|
CommandContextFactory |
ProcessEngineConfigurationImpl.getCommandContextFactory() |
CommandContextFactory |
JtaProcessEngineConfiguration.getDbSchemaOperationsCommandContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandContextFactory(CommandContextFactory commandContextFactory) |
void |
JtaProcessEngineConfiguration.setDbSchemaOperationsCommandContextFactory(CommandContextFactory dbSchemaOperationsCommandContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
TxContextCommandContextFactory
This
CommandContextFactory allows to explicitly pass in a TransactionContextFactory. |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContextFactory |
CommandContextInterceptor.commandContextFactory |
| Modifier and Type | Method and Description |
|---|---|
CommandContextFactory |
CommandContextInterceptor.getCommandContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContextInterceptor.setCommandContextFactory(CommandContextFactory commandContextFactory) |
| Constructor and Description |
|---|
CommandContextInterceptor(CommandContextFactory commandContextFactory,
ProcessEngineConfigurationImpl processEngineConfiguration) |
CommandContextInterceptor(CommandContextFactory commandContextFactory,
ProcessEngineConfigurationImpl processEngineConfiguration,
boolean alwaysOpenNew) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.