|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskHistory
Represents the historical information for a task instance. TaskHistory may be used to see all events that have occurred for a task, or to get a replica of the TaskData for the task at a given point in the past.
| Method Summary | |
|---|---|
TaskData |
getTaskAtDate(Date date)
Reconstruct the state of a task on a given date. |
TaskEventIterator |
getTaskEvents(Date startDate,
Date endDate)
Get an iterator over all events that have occurred for this task from the startDate to the endDate (inclusive). |
| Method Detail |
|---|
TaskEventIterator getTaskEvents(Date startDate,
Date endDate)
throws RemoteException,
ManagementException
RemoteException
ManagementException
TaskData getTaskAtDate(Date date)
throws NotSupportedException,
ManagementException,
RemoteException
NotSupportedException
ManagementException
RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||