Uses of Class
org.apache.oozie.BundleJobBean

Packages that use BundleJobBean
org.apache.oozie   
org.apache.oozie.client.rest   
org.apache.oozie.command.bundle   
org.apache.oozie.executor.jpa   
org.apache.oozie.service   
org.apache.oozie.util   
 

Uses of BundleJobBean in org.apache.oozie
 

Methods in org.apache.oozie that return BundleJobBean
 BundleJobBean BundleEngine.getBundleJob(String jobId)
           
 

Methods in org.apache.oozie that return types with arguments of type BundleJobBean
 List<BundleJobBean> BundleJobInfo.getBundleJobs()
          Return the bundle jobs being returned.
 

Constructor parameters in org.apache.oozie with type arguments of type BundleJobBean
BundleJobInfo(List<BundleJobBean> jobs, int start, int len, int total)
          Create a bundle info bean.
 

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

Methods in org.apache.oozie.client.rest that return BundleJobBean
 BundleJobBean BulkResponseImpl.getBundle()
           
 

Methods in org.apache.oozie.client.rest with parameters of type BundleJobBean
 void BulkResponseImpl.setBundle(BundleJobBean bj)
          Sets the bundle comprising this bulk response object
 

Uses of BundleJobBean in org.apache.oozie.command.bundle
 

Methods in org.apache.oozie.command.bundle that return BundleJobBean
protected  BundleJobBean BundleJobXCommand.execute()
           
 

Constructors in org.apache.oozie.command.bundle with parameters of type BundleJobBean
BundlePauseXCommand(BundleJobBean bundleJob)
           
BundleUnpauseXCommand(BundleJobBean bundleJob)
           
 

Uses of BundleJobBean in org.apache.oozie.executor.jpa
 

Methods in org.apache.oozie.executor.jpa that return BundleJobBean
 BundleJobBean BundleJobGetJPAExecutor.execute(javax.persistence.EntityManager em)
           
 

Methods in org.apache.oozie.executor.jpa that return types with arguments of type BundleJobBean
 List<BundleJobBean> BundleJobsGetUnpausedJPAExecutor.execute(javax.persistence.EntityManager em)
           
 List<BundleJobBean> BundleJobsGetRunningOrPendingJPAExecutor.execute(javax.persistence.EntityManager em)
           
 List<BundleJobBean> BundleJobsGetPausedJPAExecutor.execute(javax.persistence.EntityManager em)
           
 List<BundleJobBean> BundleJobsGetNeedStartJPAExecutor.execute(javax.persistence.EntityManager em)
           
 

Constructors in org.apache.oozie.executor.jpa with parameters of type BundleJobBean
BundleJobInsertJPAExecutor(BundleJobBean bundleJob)
           
BundleJobUpdateJPAExecutor(BundleJobBean bundleJob)
          The constructor for class BundleJobUpdateJPAExecutor
 

Uses of BundleJobBean in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return types with arguments of type BundleJobBean
 List<BundleJobBean> StatusTransitService.StatusTransitRunnable.removeDuplicates(List<BundleJobBean> pendingJobList)
           
 

Method parameters in org.apache.oozie.service with type arguments of type BundleJobBean
 List<BundleJobBean> StatusTransitService.StatusTransitRunnable.removeDuplicates(List<BundleJobBean> pendingJobList)
           
 

Uses of BundleJobBean in org.apache.oozie.util
 

Methods in org.apache.oozie.util with parameters of type BundleJobBean
static void LogUtils.setLogInfo(BundleJobBean bBean, XLog.Info logInfo)
          Set the log info with the context of the given bundle bean.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.