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

Packages that use WorkflowJob
org.apache.oozie.client   
org.apache.oozie.client.rest   
 

Uses of WorkflowJob in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return WorkflowJob
 WorkflowJob OozieClient.getJobInfo(String jobId)
          Get the info of a workflow job.
 WorkflowJob OozieClient.getJobInfo(String jobId, int start, int len)
          Get the info of a workflow job and subset actions.
 

Methods in org.apache.oozie.client that return types with arguments of type WorkflowJob
 List<WorkflowJob> OozieClient.getJobsInfo(String filter)
          Return the info of the workflow jobs that match the filter.
 List<WorkflowJob> OozieClient.getJobsInfo(String filter, int start, int len)
          Return the info of the workflow jobs that match the filter.
 

Uses of WorkflowJob in org.apache.oozie.client.rest
 

Methods in org.apache.oozie.client.rest that return WorkflowJob
static WorkflowJob JsonToBean.createWorkflowJob(org.json.simple.JSONObject json)
          Creates a workflow job bean from a JSON object.
 

Methods in org.apache.oozie.client.rest that return types with arguments of type WorkflowJob
static List<WorkflowJob> JsonToBean.createWorkflowJobList(org.json.simple.JSONArray json)
          Creates a list of workflow job beans from a JSON array.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.