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

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

Uses of BundleJob in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return BundleJob
 BundleJob BulkResponse.getBundle()
          Return the bundle comprising this bulk object
 BundleJob OozieClient.getBundleJobInfo(String jobId)
          Get the info of a bundle job.
 

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

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

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

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



Copyright © 2013 Apache Software Foundation. All Rights Reserved.