Package org.fcrepo.kernel.api
Interface TransactionManager
public interface TransactionManager
The Fedora Transaction Manager abstraction
- Author:
- mohideen
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a new fedora transactionGet an existing fedora transaction
-
Method Details
-
create
Create a new fedora transaction- Returns:
TransactionThe new fedora transaction
-
get
Get an existing fedora transaction- Parameters:
transactionId- the id of the transaction to be returned- Returns:
Transactionthe fedora transaction associated with the provided id
-