public class PagedNodeAuditData extends ServiceDataObject implements Serializable
Constructor and Description |
---|
PagedNodeAuditData() |
Modifier and Type | Method and Description |
---|---|
NodeAuditRecord[] |
getAuditRecords()
Gets the list of audit records.
|
NodeAuditRecord |
getAuditRecords(int index)
Gets the value at the specified index in the AuditRecords array.
|
PageHandle |
getPageHandle()
Gets the page handle to be supplied for subsequent pages.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAuditRecords(int index,
NodeAuditRecord value)
Sets the value at the specified index in the fAuditRecords array.
|
void |
setAuditRecords(NodeAuditRecord[] value)
Sets the list of audit records.
|
void |
setPageHandle(PageHandle value)
Sets the page handle to be supplied for subsequent pages.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setAuditRecords(NodeAuditRecord[] value)
public NodeAuditRecord[] getAuditRecords()
public void setAuditRecords(int index, NodeAuditRecord value)
public NodeAuditRecord getAuditRecords(int index)
public void setPageHandle(PageHandle value)
public PageHandle getPageHandle()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.