Uses of Interface
com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionCallback
-
Packages that use ThrowingTransactionCallback Package Description com.atlassian.confluence.plugins.contentproperty com.atlassian.confluence.plugins.contentproperty.transaction -
-
Uses of ThrowingTransactionCallback in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ThrowingTransactionCallback Modifier and Type Method Description protected <TYPE> TYPETransactionWrappingFinder. 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 ThrowingTransactionCallback Modifier and Type Method Description <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.
-