Uses of Class
org.apache.oozie.WorkflowsInfo

Packages that use WorkflowsInfo
org.apache.oozie   
org.apache.oozie.command.wf   
org.apache.oozie.executor.jpa   
org.apache.oozie.store   
 

Uses of WorkflowsInfo in org.apache.oozie
 

Methods in org.apache.oozie that return WorkflowsInfo
 WorkflowsInfo DagEngine.getJobs(String filter, int start, int len)
          Return the info about a set of jobs.
 

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

Methods in org.apache.oozie.command.wf that return WorkflowsInfo
protected  WorkflowsInfo JobsXCommand.execute()
           
 

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

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

Uses of WorkflowsInfo in org.apache.oozie.store
 

Methods in org.apache.oozie.store that return WorkflowsInfo
 WorkflowsInfo WorkflowStore.getWorkflowsInfo(Map<String,List<String>> filter, int start, int len)
          Loads all the jobs that are satisfying the given filter condition.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.