Package com.saperion.intf
Interface SaSaveInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaSaveInfoImpl
A SaSaveInfo contains information like HDOC, SYSROWID and DDC-name of a created or updated document.
-
Method Summary
Modifier and TypeMethodDescriptionGets the tablename (DDC name) of the saved document.getHdoc()
Gets the HDOC of the document.Gets the system-wide unique key SYSROWID of the saved document.Gets the transaction ID.
-
Method Details
-
getDbName
String getDbName()Gets the tablename (DDC name) of the saved document.- Returns:
- the dbName (DDC name)
-
getHdoc
String getHdoc()Gets the HDOC of the document.- Returns:
- the document id (hdoc)
-
getSysRowId
String 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.- Returns:
- system-wide unique key sysRowId
-
getTransactionId
String getTransactionId()Gets the transaction ID. Not used.- Returns:
- Transaction ID
-