|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowAction
Bean that represents a workflow action in a workflow job.
Nested Class Summary | |
---|---|
static class |
WorkflowAction.Status
Defines the possible stati of a action. |
Method Summary | |
---|---|
String |
getConf()
Return the action configuration. |
String |
getConsoleUrl()
Return the URL to the web console of the system executing the action. |
String |
getCred()
Return the Credential. |
String |
getData()
Return the action data. |
Date |
getEndTime()
Return the end time of the action action. |
String |
getErrorCode()
Return the error code of the action, if it ended in ERROR. |
String |
getErrorMessage()
Return the error message of the action, if it ended in ERROR. |
String |
getExternalChildIDs()
Return the external child IDs of the action. |
String |
getExternalId()
Return the external ID of the action. |
String |
getExternalStatus()
Return the external status of the action. |
String |
getId()
Return the action action ID. |
String |
getName()
Return the action name. |
int |
getRetries()
Return the number of retries of the action. |
Date |
getStartTime()
Return the start time of the action action. |
String |
getStats()
Return the action statistics. |
WorkflowAction.Status |
getStatus()
Return the current status of the action action. |
String |
getTrackerUri()
Return the URL to programmatically track the status of the action. |
String |
getTransition()
Return the transition a action took. |
String |
getType()
Return the action type. |
int |
getUserRetryCount()
Return the number of user retry of the action. |
int |
getUserRetryInterval()
Return the interval of user retry of the action, in minutes. |
int |
getUserRetryMax()
Return the max number of user retry of the action. |
Method Detail |
---|
String getId()
String getName()
String getCred()
String getType()
String getConf()
WorkflowAction.Status getStatus()
int getRetries()
int getUserRetryCount()
int getUserRetryMax()
int getUserRetryInterval()
Date getStartTime()
Date getEndTime()
String getTransition()
String getData()
String getStats()
String getExternalChildIDs()
String getExternalId()
String getExternalStatus()
String getTrackerUri()
String getConsoleUrl()
String getErrorCode()
String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |