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 Summary
ConstructorsConstructorDescriptionSaSaveInfoImpl
(String dbName, String sysRowId, String hdoc, String transId) Constructor. -
Method Summary
-
Constructor Details
-
SaSaveInfoImpl
Constructor.- Parameters:
dbName
- Database namesysRowId
- SysRowIdhdoc
- Document XHDOCtransId
- Transaction ID
-
-
Method Details
-
getDbName
Gets the tablename (DDC name) of the saved document.- Specified by:
getDbName
in interfaceSaSaveInfo
- Returns:
- the dbName (DDC name)
- See Also:
-
com.saperion.rmi.ISaSaveInfo#getDbName()
-
getHdoc
Gets the HDOC of the document.- Specified by:
getHdoc
in interfaceSaSaveInfo
- Returns:
- the document id (hdoc)
- See Also:
-
com.saperion.rmi.ISaSaveInfo#getHdoc()
-
getSysRowId
Gets 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:
getSysRowId
in interfaceSaSaveInfo
- Returns:
- system-wide unique key sysRowId
- See Also:
-
com.saperion.rmi.ISaSaveInfo#getXsysrowid()
-
getTransactionId
Gets the transaction ID. Not used.- Specified by:
getTransactionId
in interfaceSaSaveInfo
- Returns:
- Transaction ID
- See Also:
-
toString
-