|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletedTaskRecord
Interface CompletedTaskRecord contains information of a completed task in
the report server.
| Method Summary | |
|---|---|
java.lang.String |
getCatalogFile()
Return the report catalog of the completed task. |
java.lang.String |
getCompletedRecordID()
Return the record ID of the completed task. |
java.util.Date |
getCompletedTime()
Return the completed time of the completed task. |
java.lang.String |
getEngineStatus()
Return the report engine status message of the completed task. |
java.lang.String |
getErrorMessage()
Return the error message of the completed task. |
int |
getLaunchType()
Return the launch type of the completed task. |
java.lang.String |
getLogicOfConditions()
Return the logic between the trigger and the time condition of this task |
java.lang.String |
getParamFile()
Return the parameter filename of the report of the completed task. |
java.lang.String |
getReportFile()
Return the report name of the completed task. |
java.lang.String |
getReportNames()
Return a String contains report names |
java.lang.String |
getResults()
Return the report results of the completed task. |
java.lang.String |
getSubmitter()
Return the submitter of the completed task. |
TaskSuccessInfo |
getSuccessInfo()
Return success info for exporting every format file. |
java.lang.String |
getTaskClass()
Return the task type of the completed task. |
java.lang.String |
getTaskID()
Return the task ID of the completed task. |
java.lang.String |
getTaskName()
Return the task name of the completed task. |
java.lang.String |
getTrigger()
Return the bound trigger name of the active task |
java.lang.String |
getVersionID()
Return the version ID of the "Publish to Version system" task. |
boolean |
isMissed()
Return Whether this completed task is missed or not |
boolean |
isSuccessful()
Return if the completed task is successful. |
| Methods inherited from interface jet.server.api.PropertiesCreator |
|---|
toProperties |
| Method Detail |
|---|
java.lang.String getCompletedRecordID()
java.util.Date getCompletedTime()
boolean isSuccessful()
TaskSuccessInfo getSuccessInfo()
java.lang.String getEngineStatus()
java.lang.String getErrorMessage()
java.lang.String getSubmitter()
java.lang.String getTaskID()
java.lang.String getTaskName()
java.lang.String getTaskClass()
int getLaunchType()
java.lang.String getCatalogFile()
java.lang.String getReportFile()
java.lang.String getParamFile()
java.lang.String getResults()
java.lang.String getVersionID()
boolean isMissed()
java.lang.String getTrigger()
java.lang.String getLogicOfConditions()
java.lang.String getReportNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||