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) -
Uses of TransactionContext in org.flowable.common.spring
Classes in org.flowable.common.spring that implement TransactionContextMethods in org.flowable.common.spring that return TransactionContextModifier and TypeMethodDescriptionSpringTransactionContextFactory.openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.engine.impl.context
Methods in org.flowable.engine.impl.context that return TransactionContext -
Uses of TransactionContext in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type TransactionContextModifier and TypeMethodDescriptionprotected voidDefaultJobManager.createAsyncHistoryHintListeners(HistoryJobEntity historyJobEntity, TransactionContext transactionContext) protected voidDefaultJobManager.hintAsyncHistoryExecutor(HistoryJobEntity historyJobEntity, TransactionContext transactionContext) DefaultJobManager.scheduleHistoryJob(HistoryJobEntity historyJobEntity, TransactionContext transactionContext) JobManager.scheduleHistoryJob(HistoryJobEntity historyJobEntity, TransactionContext transactionContext) schedules aHistoryJobEntity, meaning it will be scheduled (inserted in the database/put on a queue/...) to be executed at a later point in time.protected voidDefaultJobManager.triggerAsyncHistoryExecutorIfNeeded(HistoryJobEntity historyJobEntity, TransactionContext transactionContext)