Uses of Enum Class
org.flowable.common.engine.impl.cfg.TransactionPropagation
Packages that use TransactionPropagation
-
Uses of TransactionPropagation in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg that return TransactionPropagationModifier and TypeMethodDescriptionstatic TransactionPropagation
Returns the enum constant of this class with the specified name.static TransactionPropagation[]
TransactionPropagation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionPropagation in org.flowable.common.engine.impl.interceptor
Methods in org.flowable.common.engine.impl.interceptor that return TransactionPropagationConstructors in org.flowable.common.engine.impl.interceptor with parameters of type TransactionPropagationModifierConstructorDescriptionCommandConfig
(boolean contextReusePossible, TransactionPropagation transactionPropagation)