Package org.fcrepo.kernel.api
Interface TransactionManager
-
public interface TransactionManager
The Fedora Transaction Manager abstraction- Author:
- mohideen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transactioncreate()Create a new fedora transactionTransactionget(String transactionId)Get an existing fedora transaction
-
-
-
Method Detail
-
create
Transaction create()
Create a new fedora transaction- Returns:
TransactionThe new fedora transaction
-
get
Transaction get(String transactionId)
Get an existing fedora transaction- Parameters:
transactionId- the id of the transaction to be returned- Returns:
Transactionthe fedora transaction associated with the provided id
-
-