|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowJob
Bean that represents a workflow job.
Nested Class Summary | |
---|---|
static class |
WorkflowJob.Status
Defines the possible stati of a workflow. |
Method Summary | |
---|---|
String |
getAcl()
Return the workflow job group. |
List<WorkflowAction> |
getActions()
Return the workflow nodes that already executed and are executing. |
String |
getAppName()
Return the name of the workflow application (from the workflow definition). |
String |
getAppPath()
Return the path to the workflow application for the workflow job. |
String |
getConf()
Return the job configuration. |
String |
getConsoleUrl()
Return the workflow job console URL. |
Date |
getCreatedTime()
Return the workflow job creation time. |
Date |
getEndTime()
Return the workflow job end time. |
String |
getExternalId()
Returns the external id for the workflow |
String |
getGroup()
Deprecated. |
String |
getId()
Return the workflow job ID. |
Date |
getLastModifiedTime()
Return the workflow job last modified time. |
String |
getParentId()
Return the coordinator action ID. |
int |
getRun()
Return the workflow job run number. |
Date |
getStartTime()
Return the workflow job start time. |
WorkflowJob.Status |
getStatus()
Return the workflow job status. |
String |
getUser()
Return the workflow job user owner. |
Method Detail |
---|
String getAppPath()
String getAppName()
String getId()
String getConf()
WorkflowJob.Status getStatus()
Date getLastModifiedTime()
Date getCreatedTime()
Date getStartTime()
Date getEndTime()
String getUser()
@Deprecated String getGroup()
getAcl()
method instead.
String getAcl()
int getRun()
String getConsoleUrl()
String getParentId()
List<WorkflowAction> getActions()
String getExternalId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |