public class NodePageResult extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodePageResult() |
Modifier and Type | Method and Description |
---|---|
Node[] |
getNodes()
Gets the list of nodes on the specified page.
|
Node |
getNodes(int index)
Gets the value at the specified index in the Nodes array.
|
int |
getNumberOfPages()
Gets the maximum number of pages (actual number will be based on permissions and hidden state).
|
String |
getPageContext()
Gets the page context is a state token which should be used when getting next page.
|
int |
getPageNumber()
Gets the page number returned, or 0 if the page does not exist.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setNodes(int index,
Node value)
Sets the value at the specified index in the fNodes array.
|
void |
setNodes(Node[] value)
Sets the list of nodes on the specified page.
|
void |
setNumberOfPages(int value)
Sets the maximum number of pages (actual number will be based on permissions and hidden state).
|
void |
setPageContext(String value)
Sets the page context is a state token which should be used when getting next page.
|
void |
setPageNumber(int value)
Sets the page number returned, or 0 if the page does not exist.
|
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 setNodes(Node[] value)
public Node[] getNodes()
public void setNodes(int index, Node value)
public Node getNodes(int index)
public void setNumberOfPages(int value)
public int getNumberOfPages()
public void setPageContext(String value)
public String getPageContext()
public void setPageNumber(int value)
public int getPageNumber()
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.