Uses of Class
org.apache.oozie.BundleActionBean

Packages that use BundleActionBean
org.apache.oozie.executor.jpa   
 

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

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

Methods in org.apache.oozie.executor.jpa that return types with arguments of type BundleActionBean
 List<BundleActionBean> BundleActionsGetWaitingOlderJPAExecutor.execute(javax.persistence.EntityManager em)
           
 List<BundleActionBean> BundleActionsGetJPAExecutor.execute(javax.persistence.EntityManager em)
           
 List<BundleActionBean> BundleActionsGetByLastModifiedTimeJPAExecutor.execute(javax.persistence.EntityManager em)
           
 

Constructors in org.apache.oozie.executor.jpa with parameters of type BundleActionBean
BundleActionInsertJPAExecutor(BundleActionBean bundleAction)
          The constructor for class BundleActionInsertJPAExecutor
BundleActionUpdateJPAExecutor(BundleActionBean bundleAction)
          The constructor for class BundleActionUpdateJPAExecutor
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.