Uses of Class
org.apache.oozie.workflow.lite.LiteWorkflowApp

Packages that use LiteWorkflowApp
org.apache.oozie.workflow.lite   
 

Uses of LiteWorkflowApp in org.apache.oozie.workflow.lite
 

Methods in org.apache.oozie.workflow.lite that return LiteWorkflowApp
 LiteWorkflowApp LiteWorkflowApp.addNode(NodeDef node)
           
 LiteWorkflowApp LiteWorkflowInstance.getProcessDefinition()
           
 LiteWorkflowApp LiteWorkflowAppParser.validateAndParse(Reader reader)
          Parse and validate xml to LiteWorkflowApp
 

Methods in org.apache.oozie.workflow.lite with parameters of type LiteWorkflowApp
 boolean LiteWorkflowApp.equals(LiteWorkflowApp other)
           
 

Constructors in org.apache.oozie.workflow.lite with parameters of type LiteWorkflowApp
LiteWorkflowInstance(LiteWorkflowApp def, org.apache.hadoop.conf.Configuration conf, String instanceId)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.