|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OndemandReportRecord
Interface OndemandReportRecord contains information of an on demand report in
the report server.
| Method Summary | |
|---|---|
java.lang.String |
getCatalog()
Returns the catalog. |
int |
getCatalogVersionNumber()
Gets catalog version number. |
long |
getCompletedTime()
Returns the completed time if the report runs over, the number of milliseconds since January 1, 1970, 00:00:00 GMT, or else returns -1. |
long |
getDuration()
Gets the duration time(ms) of the task. |
java.util.List |
getEngineErrors()
Returns Engine errors list if the on demand Report failed to run. |
java.lang.String |
getErrorMessage()
Returns Error Message if the on demand Report failed to run. |
int |
getFormat()
Gets report format. |
int |
getMemberID()
get the cluster node member id, which indicates the node that on demand report run on it. |
java.lang.String |
getOndemandID()
Gets the on demand report record id. |
java.util.Properties |
getParameters()
Returns the parameter properties. |
java.lang.String |
getQuery()
Returns the HTTP query for "To Applet". |
java.lang.String |
getReportName()
Returns the report name. |
ReportSheetInfo |
getReportSheet()
Returns the report sheet |
int |
getReportVersionNumber()
Gets report version number. |
java.lang.String |
getResult()
Returns the report result. |
java.lang.String |
getResultPath()
Gets path that represents a result doc, if this on demand report record represents a result doc. |
int |
getResultVersionNumber()
Gets the result doc version number that this on demand report record represents. |
long |
getStartedTime()
Returns the started time of the report running, the number of milliseconds since January 1, 1970, 00:00:00 GMT. |
java.lang.String |
getStatus()
Gets report status. |
long |
getTimeElapse()
Returns time elapse in milliseconds if the report does not runs over, or else returns the running time. |
java.lang.String |
getUserID()
Returns the user ID. |
boolean |
isCancelled()
Checks if this on demand report record is cancelled. |
boolean |
isCompleted()
Returns if the report runs over. |
boolean |
isLocal()
Checks in cluster whether the on demand report is local. |
boolean |
isTempResult()
Checks if this on demand report record represents a temporary 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()
boolean isLocal()
int getMemberID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||