| Package | Description |
|---|---|
| org.flowable.engine.common.impl.cfg | |
| org.flowable.engine.common.impl.db | |
| org.flowable.engine.common.impl.interceptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseTransactionContext<T extends BaseTransactionListener<C>,C extends AbstractCommandContext> |
interface |
BaseTransactionListener<C extends AbstractCommandContext> |
interface |
TransactionContextFactory<T extends BaseTransactionListener<C>,C extends AbstractCommandContext> |
| Modifier and Type | Method and Description |
|---|---|
Session |
AbstractDbSqlSessionFactory.openSession(AbstractCommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseCommand<T,C extends AbstractCommandContext> |
interface |
BaseCommandContextCloseListener<C extends AbstractCommandContext>
A listener that can be used to be notified of lifecycle events of the
CommandContext. |
| Modifier and Type | Field and Description |
|---|---|
protected List<BaseCommandContextCloseListener<AbstractCommandContext>> |
AbstractCommandContext.closeListeners |
protected BaseCommand<?,? extends AbstractCommandContext> |
AbstractCommandContext.command |
| Modifier and Type | Method and Description |
|---|---|
List<BaseCommandContextCloseListener<AbstractCommandContext>> |
AbstractCommandContext.getCloseListeners() |
BaseCommand<?,? extends AbstractCommandContext> |
AbstractCommandContext.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCommandContextCloseListener.afterSessionsFlush(AbstractCommandContext commandContext) |
void |
TransactionCommandContextCloseListener.closed(AbstractCommandContext commandContext) |
void |
TransactionCommandContextCloseListener.closeFailure(AbstractCommandContext commandContext) |
void |
TransactionCommandContextCloseListener.closing(AbstractCommandContext commandContext) |
Session |
SessionFactory.openSession(AbstractCommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommandContext.addCloseListener(BaseCommandContextCloseListener<AbstractCommandContext> commandContextCloseListener) |
| Constructor and Description |
|---|
AbstractCommandContext(BaseCommand<?,? extends AbstractCommandContext> command) |
Copyright © 2017 Flowable. All rights reserved.