|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteCompletedTaskTable
Interface RemoteCompletedTaskTable contains records of completed tasks in
the report server.
| Method Summary | |
|---|---|
void |
commit()
Commit changes into the disk. |
java.util.Vector |
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)
|
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.Vector getAllCompletedTaskRecords()
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
CompletedTaskRecord getCompletedTaskRecord(java.lang.String recordID)
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.CompletedTaskRecord
java.util.Vector getCompletedTaskRecordsByTaskID(java.lang.String taskID)
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.CompletedTaskRecord
java.util.Vector getCompletedTaskRecordsByReport(java.lang.String catalog,
java.lang.String report)
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.CompletedTaskRecord
java.util.Vector getCompletedTaskRecordsByUser(java.lang.String userId)
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException
RptServerException
boolean removeCompletedTaskRecord(java.lang.String recordID)
throws java.rmi.RemoteException,
RptServerException
recordID - the record ID.
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
boolean removeAllCompletedTaskRecord()
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
void commit()
throws java.rmi.RemoteException,
RptServerException
java.rmi.RemoteException - if a RemoteException occurs.
RptServerException - if a RptServerException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||