public class ReportResultPage extends ResultPage
Constructor and Description |
---|
ReportResultPage() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getColumnTypes()
Get the column types for this report.
|
PerformanceMetrics |
getPerformanceMetrics()
Returns the performance metrics for the generated report.
|
java.lang.Long[] |
getTaskIds()
Get the task id for each row of the report.
|
boolean |
isMaximumReportTimeExceeded()
Returns whether the report generation took more time than the configured
maximum time.
|
boolean |
isTaskIdsValid()
Is the taskIds field valid?
|
void |
setColumnTypes(java.util.Map columnTypes_)
Set the column types for this report.
|
void |
setMaximumReportTimeExceeded(boolean maximumReportTimeExceeded_)
Sets whether the report generation took more time than the configured
maximum time.
|
void |
setPerformanceMetrics(PerformanceMetrics performanceMetrics_)
Sets the performance metrics for the generated report
|
void |
setTaskIds(java.lang.Long[] taskIds_)
Set the task id for each row of the report.
|
void |
setTaskIdsValid(boolean valid)
Set whether the taskIds field is valid.
|
addResults, getAvailableItems, getCodesForFailedIds, getFailedIds, getParent, setAvailableItems, setCodesForFailedIds, setFailedIds, setParent, toString
getNumResults, getResults, setResults
public boolean isMaximumReportTimeExceeded()
public void setMaximumReportTimeExceeded(boolean maximumReportTimeExceeded_)
flag
- to denote whether the maximum time exceeded.public boolean isTaskIdsValid()
public void setTaskIdsValid(boolean valid)
state
- whether or not the taskIds field contains valid data.public PerformanceMetrics getPerformanceMetrics()
public void setPerformanceMetrics(PerformanceMetrics performanceMetrics_)
performanceMetrics_
- Performance metrics for the report.public java.lang.Long[] getTaskIds()
setTaskIds(java.lang.Long[])
public void setTaskIds(java.lang.Long[] taskIds_)
taskIds_
- the task ids.getTaskIds()
public java.util.Map getColumnTypes()
ProcessAnalyticsService.getReportPage(com.appiancorp.suiteapi.process.analytics2.ReportData, long)
.setColumnTypes(java.util.Map)
public void setColumnTypes(java.util.Map columnTypes_)
columnTypes_
- the column types.getColumnTypes()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.