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

Uses of Class
org.apache.oozie.service.JPAService

Packages that use JPAService
org.apache.oozie.command.coord   
org.apache.oozie.command.wf   
 

Uses of JPAService in org.apache.oozie.command.coord
 

Fields in org.apache.oozie.command.coord declared as JPAService
protected  JPAService CoordPushDependencyCheckXCommand.jpaService
           
 

Uses of JPAService in org.apache.oozie.command.wf
 

Methods in org.apache.oozie.command.wf with parameters of type JPAService
static void SuspendXCommand.suspendJob(JPAService jpaService, WorkflowJobBean workflow, String id, String actionId, List<JsonBean> updateList)
          Suspend the workflow job and pending flag to false for the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.