Uses of Interface
org.apache.oozie.workflow.WorkflowApp

Packages that use WorkflowApp
org.apache.oozie.service   
org.apache.oozie.workflow   
org.apache.oozie.workflow.lite   
 

Uses of WorkflowApp in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return WorkflowApp
abstract  WorkflowApp WorkflowAppService.parseDef(org.apache.hadoop.conf.Configuration jobConf, String authToken)
          Parse workflow definition.
 WorkflowApp LiteWorkflowAppService.parseDef(org.apache.hadoop.conf.Configuration jobConf, String authToken)
          Parse workflow definition.
abstract  WorkflowApp WorkflowAppService.parseDef(String wfXml, org.apache.hadoop.conf.Configuration jobConf)
          Parse workflow definition.
 WorkflowApp LiteWorkflowAppService.parseDef(String workflowXml, org.apache.hadoop.conf.Configuration jobConf)
           
 

Uses of WorkflowApp in org.apache.oozie.workflow
 

Methods in org.apache.oozie.workflow that return WorkflowApp
 WorkflowApp WorkflowInstance.getApp()
          Return the workflow application that defines the instance.
 WorkflowApp WorkflowLib.parseDef(String wfXml, org.apache.hadoop.conf.Configuration jobConf)
          Parse a workflow application definition.
 

Methods in org.apache.oozie.workflow with parameters of type WorkflowApp
 WorkflowInstance WorkflowLib.createInstance(WorkflowApp app, org.apache.hadoop.conf.Configuration conf)
          Create a workflow instance.
 WorkflowInstance WorkflowLib.createInstance(WorkflowApp app, org.apache.hadoop.conf.Configuration conf, String wfId)
          Create a workflow instance with the given wfId.
 

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

Classes in org.apache.oozie.workflow.lite that implement WorkflowApp
 class LiteWorkflowApp
           
 

Methods in org.apache.oozie.workflow.lite that return WorkflowApp
 WorkflowApp LiteWorkflowInstance.getApp()
           
 WorkflowApp LiteWorkflowLib.parseDef(String appXml, org.apache.hadoop.conf.Configuration jobConf)
           
 

Methods in org.apache.oozie.workflow.lite with parameters of type WorkflowApp
 WorkflowInstance LiteWorkflowLib.createInstance(WorkflowApp app, org.apache.hadoop.conf.Configuration conf)
           
 WorkflowInstance LiteWorkflowLib.createInstance(WorkflowApp app, org.apache.hadoop.conf.Configuration conf, String wfId)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.