public class SaSaveInfoImpl extends Object implements Serializable, SaSaveInfo
SaSaveInfo
interface.
Holds the backend information like HDoc, SysRowId about a new created or updated document.Constructor and Description |
---|
SaSaveInfoImpl(String dbName,
String sysRowId,
String hdoc,
String transId)
Constructor.
|
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 |
toString() |
public final String getDbName()
getDbName
in interface SaSaveInfo
ISaSaveInfo
public final String getHdoc()
getHdoc
in interface SaSaveInfo
ISaSaveInfo
public final 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.
getSysRowId
in interface SaSaveInfo
ISaSaveInfo
public String getTransactionId()
getTransactionId
in interface SaSaveInfo
SaSaveInfo.getTransactionId()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.