|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OndemandReportRecord
Interface OndemandReportRecord contains information of a ondemand report in
the report server.
| Method Summary | |
|---|---|
java.lang.String |
getCatalog()
Return the catalog. |
int |
getCatalogVersionNumber()
Get catalog version number, it indicate which version of the catalog is used. |
long |
getCompletedTime()
Return the completed time if the report runs over, else return -1. |
long |
getDuration()
Get the duration of the task |
java.util.List |
getEngineErrors()
Return Engine errors list if the ondemand Report Running wrongly. |
java.lang.String |
getErrorMessage()
Return Error Message if the ondemand Report Running wrongly. |
int |
getFormat()
Get report format |
java.lang.String |
getOndemandID()
Get the ondemand report record id. |
java.util.Properties |
getParameters()
Return the parameter properties. |
java.lang.String |
getQuery()
Return the HTTP query for "To Applet". |
java.lang.String |
getReportName()
Return the report name. |
ReportSheetInfo |
getReportSheet()
Return the report sheet |
int |
getReportVersionNumber()
Get report version number, it indicate which version of the report is used. |
java.lang.String |
getResult()
Return the report result. |
java.lang.String |
getResultPath()
Get path that represent a result doc, if this ondemand report record represent a result doc. |
int |
getResultVersionNumber()
Get the result doc version number that this ondemand report record represents. |
long |
getStartedTime()
Return the started time of the report running. |
java.lang.String |
getStatus()
Get report status. |
long |
getTimeElapse()
Return time elapse in milliseconds if the report does not runs over, else return the running time. |
java.lang.String |
getUserID()
Return the user ID. |
boolean |
isCancelled()
Check if this ondemand report record is cancelled |
boolean |
isCompleted()
Return if the report runs over. |
boolean |
isTempResult()
Check if this ondemand report record represent a temp result or result doc. |
| Method Detail |
|---|
java.lang.String getUserID()
java.lang.String getResult()
java.lang.String getCatalog()
java.lang.String getReportName()
ReportSheetInfo getReportSheet()
java.util.Properties getParameters()
java.lang.String getQuery()
long getStartedTime()
boolean isCompleted()
long getCompletedTime()
long getTimeElapse()
java.lang.String getErrorMessage()
java.util.List getEngineErrors()
int getCatalogVersionNumber()
int getReportVersionNumber()
java.lang.String getOndemandID()
boolean isTempResult()
java.lang.String getResultPath()
int getResultVersionNumber()
long getDuration()
boolean isCancelled()
java.lang.String getStatus()
int getFormat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||