|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowAction | |
|---|---|
| org.apache.oozie.client | |
| org.apache.oozie.client.rest | |
| Uses of WorkflowAction in org.apache.oozie.client |
|---|
| Methods in org.apache.oozie.client that return WorkflowAction | |
|---|---|
WorkflowAction |
OozieClient.getWorkflowActionInfo(String actionId)
Get the info of a workflow action. |
| Methods in org.apache.oozie.client that return types with arguments of type WorkflowAction | |
|---|---|
List<WorkflowAction> |
WorkflowJob.getActions()
Return the workflow nodes that already executed and are executing. |
| Uses of WorkflowAction in org.apache.oozie.client.rest |
|---|
| Methods in org.apache.oozie.client.rest that return WorkflowAction | |
|---|---|
static WorkflowAction |
JsonToBean.createWorkflowAction(org.json.simple.JSONObject json)
Creates a workflow action bean from a JSON object. |
| Methods in org.apache.oozie.client.rest that return types with arguments of type WorkflowAction | |
|---|---|
static List<WorkflowAction> |
JsonToBean.createWorkflowActionList(org.json.simple.JSONArray json)
Creates a list of workflow action beans from a JSON array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||