Uses of Interface
com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionCallback
Packages that use ThrowingTransactionCallback
Package
Description
-
Uses of ThrowingTransactionCallback in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ThrowingTransactionCallbackModifier and TypeMethodDescriptionprotected <TYPE> TYPE
TransactionWrappingFinder.executeReadOnly
(ThrowingTransactionCallback<TYPE, NotFoundException> callback) -
Uses of ThrowingTransactionCallback in com.atlassian.confluence.plugins.contentproperty.transaction
Methods in com.atlassian.confluence.plugins.contentproperty.transaction with parameters of type ThrowingTransactionCallbackModifier and TypeMethodDescription<T,
X extends Exception>
TThrowingTransactionTemplate.execute
(Class<X> exceptionType, TransactionalHostContextAccessor.Permission permission, ThrowingTransactionCallback<T, X> callback) Runs an action in a transaction and returns a optional value.<T,
X extends Exception>
TThrowingTransactionTemplate.execute
(Class<X> exceptionType, TransactionalHostContextAccessor.Propagation propagation, ThrowingTransactionCallback<T, X> callback) Runs an action in a transaction and returns a optional value.<T,
X extends Exception>
TThrowingTransactionTemplate.execute
(Class<X> exceptionType, TransactionalHostContextAccessor.Propagation propagation, TransactionalHostContextAccessor.Permission permission, ThrowingTransactionCallback<T, X> callback) Runs an action in a transaction and returns a optional value.