This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.BundleActionBean (Apache Oozie Core 3.3.2 API)

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> BundleActionsGetStatusPendingJPAExecutor.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 © 2013 Apache Software Foundation. All Rights Reserved.