Package com.logicaldoc.core
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTransactionId()
Gets the unique ID of the transactionvoid
setTransactionId(String transactionId)
Sets the transaction's identifier
-