Uses of Interface
org.flowable.common.engine.impl.cfg.TransactionContext
Packages that use TransactionContext
Package
Description
-
Uses of TransactionContext in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg that return TransactionContextModifier and TypeMethodDescriptionTransactionContextFactory.openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.cfg.jta
Classes in org.flowable.common.engine.impl.cfg.jta that implement TransactionContextMethods in org.flowable.common.engine.impl.cfg.jta that return TransactionContextModifier and TypeMethodDescriptionJtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.cfg.standalone
Classes in org.flowable.common.engine.impl.cfg.standalone that implement TransactionContextMethods in org.flowable.common.engine.impl.cfg.standalone that return TransactionContextModifier and TypeMethodDescriptionStandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.context
Methods in org.flowable.common.engine.impl.context that return TransactionContextMethods in org.flowable.common.engine.impl.context with parameters of type TransactionContextModifier and TypeMethodDescriptionstatic voidContext.setTransactionContext(TransactionContext transactionContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as TransactionContextModifier and TypeFieldDescriptionprotected TransactionContextTransactionCommandContextCloseListener.transactionContextConstructors in org.flowable.common.engine.impl.interceptor with parameters of type TransactionContextModifierConstructorDescriptionTransactionCommandContextCloseListener(TransactionContext transactionContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.transaction
Fields in org.flowable.common.engine.impl.transaction with type parameters of type TransactionContextModifier and TypeFieldDescriptionprotected static ThreadLocal<Stack<TransactionContext>>TransactionContextHolder.transactionContextThreadLocalMethods in org.flowable.common.engine.impl.transaction that return TransactionContextModifier and TypeMethodDescriptionstatic TransactionContextTransactionContextHolder.getTransactionContext()Methods in org.flowable.common.engine.impl.transaction with parameters of type TransactionContextModifier and TypeMethodDescriptionstatic voidTransactionContextHolder.setTransactionContext(TransactionContext transactionContext)