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

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

Uses of WorkflowInstance in org.apache.oozie
 

Methods in org.apache.oozie that return WorkflowInstance
 WorkflowInstance WorkflowJobBean.getWorkflowInstance()
           
 

Methods in org.apache.oozie with parameters of type WorkflowInstance
static void DagELFunctions.setActionInfo(WorkflowInstance workflowInstance, org.apache.oozie.client.WorkflowAction action)
           
 void WorkflowJobBean.setWfInstance(WorkflowInstance wfInstance)
           
 void WorkflowJobBean.setWorkflowInstance(WorkflowInstance workflowInstance)
           
 

Uses of WorkflowInstance in org.apache.oozie.service
 

Methods in org.apache.oozie.service with parameters of type WorkflowInstance
static List<String> WorkflowStoreService.getActionsToFail(WorkflowInstance instance)
          Return the list of action IDs to fail.
static List<String> WorkflowStoreService.getActionsToKill(WorkflowInstance instance)
          Return the list of action IDs to kill.
static List<WorkflowActionBean> WorkflowStoreService.getStartedActions(WorkflowInstance instance)
          Return the list of actions started by a signal in an instance.
 

Uses of WorkflowInstance in org.apache.oozie.workflow
 

Methods in org.apache.oozie.workflow that return WorkflowInstance
 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.
 WorkflowInstance WorkflowLib.get(String id)
          Load a workflow instance from storage.
 

Methods in org.apache.oozie.workflow with parameters of type WorkflowInstance
 void WorkflowLib.insert(WorkflowInstance instance)
          Insert a workflow instance in storage.
 void WorkflowLib.update(WorkflowInstance instance)
          Update a workflow instance in storage.
 

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

Classes in org.apache.oozie.workflow.lite that implement WorkflowInstance
 class LiteWorkflowInstance
           
 

Methods in org.apache.oozie.workflow.lite that return WorkflowInstance
 WorkflowInstance LiteWorkflowLib.createInstance(WorkflowApp app, org.apache.hadoop.conf.Configuration conf)
           
 WorkflowInstance LiteWorkflowLib.createInstance(WorkflowApp app, org.apache.hadoop.conf.Configuration conf, String wfId)
           
 WorkflowInstance DBLiteWorkflowLib.get(String id)
          Loads the Workflow instance with the given ID.
 

Methods in org.apache.oozie.workflow.lite with parameters of type WorkflowInstance
 void DBLiteWorkflowLib.insert(WorkflowInstance instance)
          Save the Workflow Instance for the given Workflow Application.
 void DBLiteWorkflowLib.update(WorkflowInstance instance)
          Updates the Workflow Instance to DB.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.