public class ListDescription extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ListDescription() |
Modifier and Type | Method and Description |
---|---|
int |
getActualCount()
Gets the current best guess (it may be accurate, but there is no requirement for that) on the size of the entire result list.
|
int |
getIncludeCount()
Gets the number of nodes returned in this PagedGraph.
|
int |
getListHead()
Gets the 1-based index of the first result in this page within the entire result list.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setActualCount(int value)
Sets the current best guess (it may be accurate, but there is no requirement for that) on the size of the entire result list.
|
void |
setIncludeCount(int value)
Sets the number of nodes returned in this PagedGraph.
|
void |
setListHead(int value)
Sets the 1-based index of the first result in this page within the entire result list.
|
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 setActualCount(int value)
public int getActualCount()
public void setIncludeCount(int value)
public int getIncludeCount()
public void setListHead(int value)
public int getListHead()
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.