This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.oozie.client.WorkflowAction (Apache Oozie Client 4.0.0 API)

Uses of Interface
org.apache.oozie.client.WorkflowAction

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.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.