|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionalHostContextAccessor.Permission | |
|---|---|
| com.atlassian.confluence.plugins.contentproperty.transaction | |
| com.atlassian.confluence.spring.transaction.interceptor | |
| Uses of TransactionalHostContextAccessor.Permission in com.atlassian.confluence.plugins.contentproperty.transaction |
|---|
| Methods in com.atlassian.confluence.plugins.contentproperty.transaction with parameters of type TransactionalHostContextAccessor.Permission | ||
|---|---|---|
|
ThrowingTransactionTemplate.execute(java.lang.Class<X> exceptionType,
TransactionalHostContextAccessor.Permission permission,
ThrowingTransactionCallback<T,X> callback)
Runs an action in a transaction and returns a optional value. |
|
|
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. |
|
|
ThrowingTransactionTemplate.execute(java.lang.Class<X1> exceptionType,
java.lang.Class<X2> exceptionType2,
TransactionalHostContextAccessor.Permission permission,
Throwing2TransactionCallback<T,X1,X2> callback)
Runs an action in a transaction and returns a optional value. |
|
|
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.Permission in com.atlassian.confluence.spring.transaction.interceptor |
|---|
| Methods in com.atlassian.confluence.spring.transaction.interceptor that return TransactionalHostContextAccessor.Permission | |
|---|---|
static TransactionalHostContextAccessor.Permission |
TransactionalHostContextAccessor.Permission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionalHostContextAccessor.Permission[] |
TransactionalHostContextAccessor.Permission.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.Permission | ||
|---|---|---|
|
TransactionalHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Permission permission,
com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
Runs an action in a transaction and returns a optional value. |
|
|
ConfluenceSpringHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Permission permission,
com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
|
|
|
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. |
|
|
ConfluenceSpringHostContextAccessor.doInTransaction(TransactionalHostContextAccessor.Propagation propagation,
TransactionalHostContextAccessor.Permission permission,
com.atlassian.sal.spi.HostContextAccessor.HostTransactionCallback<T> callback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||