public static interface TransactionUtil.TransactionWork<Result>
This interface encapsulates a unit of work that should be done within a transaction.
Modifier and Type | Method and Description |
---|---|
Result |
doWork()
Deprecated.
Method containing the work to be done in the user transaction.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.