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.