|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueueTaskProcess
Interface that represents a queued process item.
Method Summary | |
---|---|
Date |
getEndDateTime()
Returns the time the processed ended. |
String |
getGroupId()
Returns the group defined for the process. |
String |
getId()
Returns the id of the process in the queue. |
Date |
getQueuedDateTime()
Returns the time the process was added to the queue. |
Date |
getScheduledDateTime()
Returns the time the process is supposed to run. |
Date |
getStartDateTime()
Returns the time the process started running. |
QueueTaskProcessStatus |
getStatus()
Returns the status the process is in. |
IQueueTask |
getTask()
Returns the process' task. |
String |
getTitle()
Returns the title of the process. |
Method Detail |
---|
String getId()
String getTitle()
QueueTaskProcessStatus getStatus()
String getGroupId()
Date getQueuedDateTime()
Date
the process was put in queue.Date getScheduledDateTime()
Date
the process is scheduled to run.Date getStartDateTime()
Date
the process started to run.Date getEndDateTime()
QueueTaskProcessStatus.Failed
status.
Date
the process' run finish.IQueueTask getTask()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |