|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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. |
java.lang.String |
getErrorMessage()
Return Error Message if the ondemand Report Running wrongly. |
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. |
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. |
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 |
isCompleted()
Return if the report runs over. |
boolean |
isTempResult()
Check if this ondemand report record represent a temp result or result doc. |
| Method Detail |
public java.lang.String getUserID()
public java.lang.String getResult()
public java.lang.String getCatalog()
public java.lang.String getReportName()
public java.util.Properties getParameters()
public java.lang.String getQuery()
public long getStartedTime()
public boolean isCompleted()
public long getCompletedTime()
public long getTimeElapse()
public java.lang.String getErrorMessage()
public int getCatalogVersionNumber()
public int getReportVersionNumber()
public java.lang.String getOndemandID()
public boolean isTempResult()
public java.lang.String getResultPath()
public int getResultVersionNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||