Uses of Class
org.flowable.common.engine.impl.cfg.TransactionState
-
Packages that use TransactionState Package Description org.flowable.common.engine.impl.cfg org.flowable.common.engine.impl.cfg.jta org.flowable.common.engine.impl.cfg.standalone -
-
Uses of TransactionState in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg that return TransactionState Modifier and Type Method Description static TransactionStateTransactionState. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionState[]TransactionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flowable.common.engine.impl.cfg with parameters of type TransactionState Modifier and Type Method Description voidTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener) -
Uses of TransactionState in org.flowable.common.engine.impl.cfg.jta
Fields in org.flowable.common.engine.impl.cfg.jta declared as TransactionState Modifier and Type Field Description protected TransactionStateJtaTransactionContext.TransactionStateSynchronization. transactionStateMethods in org.flowable.common.engine.impl.cfg.jta with parameters of type TransactionState Modifier and Type Method Description voidJtaTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)Constructors in org.flowable.common.engine.impl.cfg.jta with parameters of type TransactionState Constructor Description TransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext) -
Uses of TransactionState in org.flowable.common.engine.impl.cfg.standalone
Fields in org.flowable.common.engine.impl.cfg.standalone with type parameters of type TransactionState Modifier and Type Field Description protected Map<TransactionState,List<TransactionListener>>StandaloneMybatisTransactionContext. stateTransactionListenersMethods in org.flowable.common.engine.impl.cfg.standalone with parameters of type TransactionState Modifier and Type Method Description voidStandaloneMybatisTransactionContext. addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)protected voidStandaloneMybatisTransactionContext. fireTransactionEvent(TransactionState transactionState, boolean executeInNewContext)Fires the event for the providedTransactionState.
-