Uses of Class
org.flowable.common.engine.impl.cfg.TransactionPropagation
-
Packages that use TransactionPropagation Package Description org.flowable.common.engine.impl.cfg org.flowable.common.engine.impl.interceptor -
-
Uses of TransactionPropagation in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg that return TransactionPropagation Modifier and Type Method Description static TransactionPropagationTransactionPropagation. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionPropagation[]TransactionPropagation. values()Returns an array containing the constants of this enum type, 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 TransactionPropagation Modifier and Type Method Description TransactionPropagationCommandConfig. getTransactionPropagation()Constructors in org.flowable.common.engine.impl.interceptor with parameters of type TransactionPropagation Constructor Description CommandConfig(boolean contextReusePossible, TransactionPropagation transactionPropagation)
-