Package com.logicaldoc.core
Interface TransactionalObject
- 
- All Known Implementing Classes:
 AbstractDocument,Document,Hit,Version
public interface TransactionalObjectImplementations 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 StringgetTransactionId()Gets the unique ID of the transactionvoidsetTransactionId(String transactionId)Sets the transaction's identifier 
 -