Package org.alfresco.repo.transaction
Interface TransactionUtil.TransactionWork<Result>
- Enclosing class:
- TransactionUtil
public static interface TransactionUtil.TransactionWork<Result>
Deprecated.
Transaction work interface.
This interface encapsulates a unit of work that should be done within a transaction.
-
Method Summary
-
Method Details
-
doWork
Deprecated.Method containing the work to be done in the user transaction.- Returns:
- Return the result of the operation
- Throws:
Throwable
-