Interface TransactionManager


public interface TransactionManager
The Fedora Transaction Manager abstraction
Author:
mohideen
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new fedora transaction
    get(String transactionId)
    Get an existing fedora transaction
  • Method Details

    • create

      Create a new fedora transaction
      Returns:
      Transaction The new fedora transaction
    • get

      Transaction get(String transactionId)
      Get an existing fedora transaction
      Parameters:
      transactionId - the id of the transaction to be returned
      Returns:
      Transaction the fedora transaction associated with the provided id