public class SingleSearchResponse extends ServiceDataObject implements Serializable
Constructor and Description |
---|
SingleSearchResponse() |
Modifier and Type | Method and Description |
---|---|
SGraph[] |
getResultAnalysis()
Gets any out of band information related to the results.
|
SGraph |
getResultAnalysis(int index)
Gets the value at the specified index in the ResultAnalysis array.
|
SResultPage |
getResults()
Gets the requested page of search results.
|
DataBagType[] |
getType()
Gets the types used in the fResultAnalysis.
|
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 |
setResultAnalysis(int index,
SGraph value)
Sets the value at the specified index in the fResultAnalysis array.
|
void |
setResultAnalysis(SGraph[] value)
Sets any out of band information related to the results.
|
void |
setResults(SResultPage value)
Sets the requested page of search results.
|
void |
setType(DataBagType[] value)
Sets the types used in the fResultAnalysis.
|
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 setResultAnalysis(SGraph[] value)
public SGraph[] getResultAnalysis()
public void setResultAnalysis(int index, SGraph value)
public SGraph getResultAnalysis(int index)
public void setResults(SResultPage value)
public SResultPage getResults()
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.