Interface TransactionalObject

All Known Implementing Classes:
AbstractDocument, Document, Hit, Version

public interface TransactionalObject
Implementations of this interface are objects that may participate into a transaction
Since:
6.5
Author:
Marco Meschieri - LogicalDOC
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the unique ID of the transaction
    void
    setTransactionId(String transactionId)
    Sets the transaction's identifier
  • Method Details Link icon

    • getTransactionId Link icon

      String getTransactionId()
      Gets the unique ID of the transaction
      Returns:
      the identifier of the transaction
    • setTransactionId Link icon

      void setTransactionId(String transactionId)
      Sets the transaction's identifier
      Parameters:
      transactionId - the identifier of the transacrion