public class SResultPage extends ServiceDataObject implements Serializable
Constructor and Description |
---|
SResultPage() |
Modifier and Type | Method and Description |
---|---|
SGraph[] |
getItem()
Gets the ordered list of the graphs in this page of search results.
|
SGraph |
getItem(int index)
Gets the value at the specified index in the Item array.
|
ListDescription |
getListDescription()
Gets the description of the place of this page of results in the entire result list.
|
DataBagType[] |
getType()
Gets the types of the edges and nodes in the graphs of fItem.
|
DataBagType |
getType(int index)
Gets the value at the specified index in the Type array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setItem(int index,
SGraph value)
Sets the value at the specified index in the fItem array.
|
void |
setItem(SGraph[] value)
Sets the ordered list of the graphs in this page of search results.
|
void |
setListDescription(ListDescription value)
Sets the description of the place of this page of results in the entire result list.
|
void |
setType(DataBagType[] value)
Sets the types of the edges and nodes in the graphs of fItem.
|
void |
setType(int index,
DataBagType value)
Sets the value at the specified index in the fType array.
|
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 setItem(SGraph[] value)
public SGraph[] getItem()
public void setItem(int index, SGraph value)
public SGraph getItem(int index)
public void setListDescription(ListDescription value)
public ListDescription getListDescription()
public void setType(DataBagType[] value)
public DataBagType[] getType()
public void setType(int index, DataBagType value)
public DataBagType getType(int index)
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.