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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResultdoWork()Deprecated.Method containing the work to be done in the user transaction.
-
-
-
Method Detail
-
doWork
Result doWork() throws java.lang.Throwable
Deprecated.Method containing the work to be done in the user transaction.- Returns:
- Return the result of the operation
- Throws:
java.lang.Throwable
-
-