public class ReportResult extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ReportResult() |
Modifier and Type | Method and Description |
---|---|
RowValue[] |
getContents()
Gets the report data.
|
RowValue |
getContents(int index)
Gets the value at the specified index in the Contents array.
|
boolean |
getIsLimit()
Gets whether or not the results returned the maximum record limit.
|
Long |
getSubReportID()
Gets the ID of the Sub-Report
|
String[] |
getSubReportParameters()
Gets the parameters for the Sub-Report.
|
String |
getSubReportParameters(int index)
Gets the value at the specified index in the SubReportParameters array.
|
String |
getTitle()
Gets the title of the LiveReport.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setContents(int index,
RowValue value)
Sets the value at the specified index in the fContents array.
|
void |
setContents(RowValue[] value)
Sets the report data.
|
void |
setIsLimit(boolean value)
Sets whether or not the results returned the maximum record limit.
|
void |
setSubReportID(Long value)
Sets the ID of the Sub-Report
|
void |
setSubReportParameters(int index,
String value)
Sets the value at the specified index in the fSubReportParameters array.
|
void |
setSubReportParameters(String[] value)
Sets the parameters for the Sub-Report.
|
void |
setTitle(String value)
Sets the title of the LiveReport.
|
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 setContents(RowValue[] value)
public RowValue[] getContents()
public void setContents(int index, RowValue value)
public RowValue getContents(int index)
public void setIsLimit(boolean value)
public boolean getIsLimit()
public void setSubReportID(Long value)
public Long getSubReportID()
public void setSubReportParameters(String[] value)
public String[] getSubReportParameters()
public void setSubReportParameters(int index, String value)
public String getSubReportParameters(int index)
public void setTitle(String value)
public String getTitle()
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.