| Package | Description |
|---|---|
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl.cfg | |
| org.flowable.dmn.engine.impl.cfg.standalone | |
| org.flowable.dmn.engine.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContextFactory<TransactionListener,CommandContext> |
DmnEngineConfiguration.transactionContextFactory |
| Modifier and Type | Method and Description |
|---|---|
TransactionContextFactory<TransactionListener,CommandContext> |
DmnEngineConfiguration.getTransactionContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setTransactionContextFactory(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionContext.addTransactionListener(TransactionState transactionState,
TransactionListener transactionListener) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<TransactionState,List<TransactionListener>> |
StandaloneMybatisTransactionContext.stateTransactionListeners |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneMybatisTransactionContext.addTransactionListener(TransactionState transactionState,
TransactionListener transactionListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContextFactory<TransactionListener,CommandContext> |
TransactionContextInterceptor.transactionContextFactory |
| Modifier and Type | Method and Description |
|---|---|
TransactionContextFactory<TransactionListener,CommandContext> |
TransactionContextInterceptor.getTransactionContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionContextInterceptor.setTransactionContextFactory(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory) |
| Constructor and Description |
|---|
TransactionContextInterceptor(TransactionContextFactory<TransactionListener,CommandContext> transactionContextFactory) |
Copyright © 2017 Flowable. All rights reserved.