|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonWorkflowAction | |
---|---|
org.apache.oozie | |
org.apache.oozie.client.rest |
Uses of JsonWorkflowAction in org.apache.oozie |
---|
Subclasses of JsonWorkflowAction in org.apache.oozie | |
---|---|
class |
WorkflowActionBean
Bean that contains all the information to start an action for a workflow node. |
Uses of JsonWorkflowAction in org.apache.oozie.client.rest |
---|
Methods in org.apache.oozie.client.rest that return types with arguments of type JsonWorkflowAction | |
---|---|
static List<JsonWorkflowAction> |
JsonWorkflowAction.fromJSONArray(org.json.simple.JSONArray array)
Convert a JSONArray into a nodes list. |
Method parameters in org.apache.oozie.client.rest with type arguments of type JsonWorkflowAction | |
---|---|
void |
JsonWorkflowJob.setActions(List<? extends JsonWorkflowAction> nodes)
|
static org.json.simple.JSONArray |
JsonWorkflowAction.toJSONArray(List<? extends JsonWorkflowAction> nodes)
Convert a nodes list into a JSONArray. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |