public interface SaSaveInfo extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDbName()
Gets the tablename (DDC name) of the saved document.
|
String |
getHdoc()
Gets the HDOC of the document.
|
String |
getSysRowId()
Gets the system-wide unique key SYSROWID of the saved document.
|
String |
getTransactionId()
Gets the transaction ID.
|
String getDbName()
String getHdoc()
String getSysRowId()
NOTE:
The SYSROWID field is a completely independent ID. It never corresponds to the XHDOC (revision ID), even at the time of archiving.
String getTransactionId()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.