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

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

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-2013 Atlassian. All Rights Reserved.