Uses of Class
com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor.Propagation

Packages that use TransactionalHostContextAccessor.Propagation
com.atlassian.confluence.plugins.contentproperty.transaction   
com.atlassian.confluence.spring.transaction.interceptor   
 

Uses of TransactionalHostContextAccessor.Propagation in com.atlassian.confluence.plugins.contentproperty.transaction
 

Methods in com.atlassian.confluence.plugins.contentproperty.transaction with parameters of type TransactionalHostContextAccessor.Propagation
<T,X extends java.lang.Exception>
T
ThrowingTransactionTemplate.execute(java.lang.Class<X> exceptionType, TransactionalHostContextAccessor.Propagation propagation, ThrowingTransactionCallback<T,X> callback)
          Runs an action in a transaction and returns a optional value.
<T,X extends java.lang.Exception>
T
ThrowingTransactionTemplate.execute(java.lang.Class<X> exceptionType, TransactionalHostContextAccessor.Propagation propagation, TransactionalHostContextAccessor.Permission permission, ThrowingTransactionCallback<T,X> callback)
          Runs an action in a transaction and returns a optional value.
<T,X1 extends java.lang.Exception,X2 extends java.lang.Exception>
T
ThrowingTransactionTemplate.execute(java.lang.Class<X1> exceptionType, java.lang.Class<X2> exceptionType2, TransactionalHostContextAccessor.Propagation propagation, Throwing2TransactionCallback<T,X1,X2> callback)
          Runs an action in a transaction and returns a optional value.
<T,X1 extends java.lang.Exception,X2 extends java.lang.Exception>
T
ThrowingTransactionTemplate.execute(java.lang.Class<X1> exceptionType, java.lang.Class<X2> exceptionType2, TransactionalHostContextAccessor.Propagation propagation, TransactionalHostContextAccessor.Permission permission, Throwing2TransactionCallback<T,X1,X2> callback)
          Runs an action in a transaction and returns a optional value.
 

Uses of TransactionalHostContextAccessor.Propagation in com.atlassian.confluence.spring.transaction.interceptor
 

Methods in com.atlassian.confluence.spring.transaction.interceptor that return TransactionalHostContextAccessor.Propagation
static TransactionalHostContextAccessor.Propagation TransactionalHostContextAccessor.Propagation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransactionalHostContextAccessor.Propagation[] TransactionalHostContextAccessor.Propagation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.spring.transaction.interceptor with parameters of type TransactionalHostContextAccessor.Propagation
<T> T
TransactionalHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Propagation propagation, com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
          Runs an action in a transaction and returns a optional value.
<T> T
ConfluenceSpringHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Propagation propagation, com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
           
<T> T
TransactionalHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Propagation propagation, TransactionalHostContextAccessor.Permission permission, com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
          Runs an action in a transaction and returns a optional value.
<T> T
ConfluenceSpringHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Propagation propagation, TransactionalHostContextAccessor.Permission permission, com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.