|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletedTaskTable
Interface CompletedTaskTable contains records of completed tasks in
the report server.
| Method Summary | |
|---|---|
void |
commit()
Commit changes into the disk. |
java.util.Enumeration |
getAllCompletedTaskRecords()
Get all the completed task records. |
CompletedTaskRecord |
getCompletedTaskRecord(java.lang.String recordID)
Get CompletedTaskRecord with the record ID. |
java.util.Vector |
getCompletedTaskRecordsByReport(java.lang.String catalog,
java.lang.String report)
Get completed task records through the catalog and report. |
java.util.Vector |
getCompletedTaskRecordsByTaskID(java.lang.String taskID)
Get completed task records with the task ID. |
java.util.Vector |
getCompletedTaskRecordsByUser(java.lang.String userId)
Get completed task records through the user |
boolean |
removeAllCompletedTaskRecord()
Remove All completed task record |
boolean |
removeCompletedTaskRecord(java.lang.String recordID)
Remove a completed task record with the record ID. |
| Method Detail |
|---|
java.util.Enumeration getAllCompletedTaskRecords()
throws RptServerException
RptServerException - if a RptServerException occurs.
CompletedTaskRecord getCompletedTaskRecord(java.lang.String recordID)
throws RptServerException
RptServerException - if a RptServerException occurs.CompletedTaskRecord
java.util.Vector getCompletedTaskRecordsByTaskID(java.lang.String taskID)
throws RptServerException
RptServerException - if a RptServerException occurs.CompletedTaskRecord
java.util.Vector getCompletedTaskRecordsByReport(java.lang.String catalog,
java.lang.String report)
throws RptServerException
RptServerException - if a RptServerException occurs.CompletedTaskRecord
java.util.Vector getCompletedTaskRecordsByUser(java.lang.String userId)
throws RptServerException
RptServerException - if a RptServerException occurs.CompletedTaskRecord
boolean removeCompletedTaskRecord(java.lang.String recordID)
throws RptServerException
recordID - the record ID.
RptServerException - if a RptServerException occurs.
boolean removeAllCompletedTaskRecord()
throws RptServerException
RptServerException - if a RptServerException occurs.
modify by xie
void commit()
throws RptServerException
RptServerException - if a RptServerException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||