| Package | Description |
|---|---|
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.cfg.jta | |
| org.flowable.common.engine.impl.cfg.standalone | |
| org.flowable.common.engine.impl.interceptor | |
| org.flowable.common.spring | |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContextFactory |
AbstractEngineConfiguration.transactionContextFactory |
| Modifier and Type | Method and Description |
|---|---|
TransactionContextFactory |
AbstractEngineConfiguration.getTransactionContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setTransactionContextFactory(TransactionContextFactory transactionContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JtaTransactionContextFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneMybatisTransactionContextFactory |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContextFactory |
TransactionContextInterceptor.transactionContextFactory |
| Modifier and Type | Method and Description |
|---|---|
TransactionContextFactory |
TransactionContextInterceptor.getTransactionContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionContextInterceptor.setTransactionContextFactory(TransactionContextFactory transactionContextFactory) |
| Constructor and Description |
|---|
TransactionContextInterceptor(TransactionContextFactory transactionContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringTransactionContextFactory |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContextFactory |
ProcessEngineImpl.transactionContextFactory |
Copyright © 2023 Flowable. All rights reserved.