Package com.saperion.rmi
Class SaSaveInfoImpl
java.lang.Object
com.saperion.rmi.SaSaveInfoImpl
- All Implemented Interfaces:
- SaSaveInfo,- Serializable
RMI server implementation of the 
SaSaveInfo interface.
 Holds the backend information like HDoc, SysRowId about a new created or updated document.- Author:
- rbo
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSaSaveInfoImpl(String dbName, String sysRowId, String hdoc, String transId) Constructor.
- 
Method Summary
- 
Constructor Details- 
SaSaveInfoImplConstructor.- Parameters:
- dbName- Database name
- sysRowId- SysRowId
- hdoc- Document XHDOC
- transId- Transaction ID
 
 
- 
- 
Method Details- 
getDbNameGets the tablename (DDC name) of the saved document.- Specified by:
- getDbNamein interface- SaSaveInfo
- Returns:
- the dbName (DDC name)
- See Also:
- 
- com.saperion.rmi.ISaSaveInfo#getDbName()
 
 
- 
getHdocGets the HDOC of the document.- Specified by:
- getHdocin interface- SaSaveInfo
- Returns:
- the document id (hdoc)
- See Also:
- 
- com.saperion.rmi.ISaSaveInfo#getHdoc()
 
 
- 
getSysRowIdGets the system-wide unique key SYSROWID of the saved document.NOTE: 
 The SYSROWID field is a completely independent ID. It never corresponds to the XHDOC (revision ID), even at the time of archiving.- Specified by:
- getSysRowIdin interface- SaSaveInfo
- Returns:
- system-wide unique key sysRowId
- See Also:
- 
- com.saperion.rmi.ISaSaveInfo#getXsysrowid()
 
 
- 
getTransactionIdGets the transaction ID. Not used.- Specified by:
- getTransactionIdin interface- SaSaveInfo
- Returns:
- Transaction ID
- See Also:
 
- 
toString
 
-