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 SummaryModifier and TypeMethodDescriptionGets the unique ID of the transactionvoidsetTransactionId(String transactionId) Sets the transaction's identifier
- 
Method Details- 
getTransactionIdString getTransactionId()Gets the unique ID of the transaction- Returns:
- the identifier of the transaction
 
- 
setTransactionIdSets the transaction's identifier- Parameters:
- transactionId- the identifier of the transacrion
 
 
-