public class SingleSearchRequest extends ServiceDataObject implements Serializable
Constructor and Description |
---|
SingleSearchRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDataCollectionSpec()
Gets the specification of the data collections to be used in this search.
|
int |
getFirstResultToRetrieve()
Gets a 1-based index into the result list of the first result in the result page.
|
int |
getNumResultsToRetrieve()
Gets the maximum size of the node set page to be returned.
|
String |
getQueryLanguage()
Gets the query language used to interpret the other features in this search.
|
String |
getResultOrderSpec()
Gets the specification of the order of the result items.
|
String |
getResultSetSpec()
Gets the specification of the set of items to be returned.
|
String[] |
getResultTransformationSpec()
Gets the specification of the final returned format of the graphs.
|
String |
getResultTransformationSpec(int index)
Gets the value at the specified index in the ResultTransformationSpec array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDataCollectionSpec(String value)
Sets the specification of the data collections to be used in this search.
|
void |
setFirstResultToRetrieve(int value)
Sets a 1-based index into the result list of the first result in the result page.
|
void |
setNumResultsToRetrieve(int value)
Sets the maximum size of the node set page to be returned.
|
void |
setQueryLanguage(String value)
Sets the query language used to interpret the other features in this search.
|
void |
setResultOrderSpec(String value)
Sets the specification of the order of the result items.
|
void |
setResultSetSpec(String value)
Sets the specification of the set of items to be returned.
|
void |
setResultTransformationSpec(int index,
String value)
Sets the value at the specified index in the fResultTransformationSpec array.
|
void |
setResultTransformationSpec(String[] value)
Sets the specification of the final returned format of the graphs.
|
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 setDataCollectionSpec(String value)
public String getDataCollectionSpec()
public void setFirstResultToRetrieve(int value)
public int getFirstResultToRetrieve()
public void setNumResultsToRetrieve(int value)
public int getNumResultsToRetrieve()
public void setQueryLanguage(String value)
public String getQueryLanguage()
public void setResultOrderSpec(String value)
public String getResultOrderSpec()
public void setResultSetSpec(String value)
public String getResultSetSpec()
public void setResultTransformationSpec(String[] value)
public String[] getResultTransformationSpec()
public void setResultTransformationSpec(int index, String value)
public String getResultTransformationSpec(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.