Uses of Class
org.apache.oozie.WorkflowJobBean

Packages that use WorkflowJobBean
org.apache.oozie   
org.apache.oozie.command   
org.apache.oozie.command.coord   
org.apache.oozie.command.wf   
org.apache.oozie.store   
 

Uses of WorkflowJobBean in org.apache.oozie
 

Methods in org.apache.oozie that return WorkflowJobBean
static WorkflowJobBean DagELFunctions.getWorkflow()
           
 

Methods in org.apache.oozie that return types with arguments of type WorkflowJobBean
 List<WorkflowJobBean> WorkflowsInfo.getWorkflows()
          Return the workflows being returned.
 

Methods in org.apache.oozie with parameters of type WorkflowJobBean
static void DagELFunctions.configureEvaluator(ELEvaluator evaluator, WorkflowJobBean workflow, WorkflowActionBean action)
           
 

Constructor parameters in org.apache.oozie with type arguments of type WorkflowJobBean
WorkflowsInfo(List<WorkflowJobBean> workflows, int start, int len, int total)
          Create a workflows info bean.
 

Uses of WorkflowJobBean in org.apache.oozie.command
 

Methods in org.apache.oozie.command with parameters of type WorkflowJobBean
protected  void Command.setLogInfo(WorkflowJobBean workflow)
          Set the log info with the context of the given workflow bean.
 

Uses of WorkflowJobBean in org.apache.oozie.command.coord
 

Constructors in org.apache.oozie.command.coord with parameters of type WorkflowJobBean
CoordActionUpdateCommand(WorkflowJobBean workflow)
           
 

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

Methods in org.apache.oozie.command.wf that return WorkflowJobBean
protected  WorkflowJobBean JobCommand.call(WorkflowStore store)
           
 

Methods in org.apache.oozie.command.wf with parameters of type WorkflowJobBean
static void SuspendCommand.suspendJob(WorkflowStore store, WorkflowJobBean workflow, String id, String actionId)
          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
 

Constructors in org.apache.oozie.command.wf with parameters of type WorkflowJobBean
ActionCommand.ActionExecutorContext(WorkflowJobBean workflow, WorkflowActionBean action, boolean isRetry)
           
NotificationCommand(WorkflowJobBean workflow)
           
NotificationCommand(WorkflowJobBean workflow, WorkflowActionBean action)
           
 

Uses of WorkflowJobBean in org.apache.oozie.store
 

Methods in org.apache.oozie.store that return WorkflowJobBean
 WorkflowJobBean WorkflowStore.getWorkflow(String id, boolean locking)
          Load the Workflow into a Bean and return it.
 WorkflowJobBean WorkflowStore.getWorkflowInfo(String id)
          Load the Workflow and all Action details and return a WorkflowJobBean.
 WorkflowJobBean WorkflowStore.getWorkflowInfoWithActionsSubset(String id, int start, int len)
          Load the Workflow and subset Actions details and return a WorkflowJobBean.
 

Methods in org.apache.oozie.store with parameters of type WorkflowJobBean
 void WorkflowStore.insertWorkflow(WorkflowJobBean workflow)
          Create a Workflow and return a WorkflowJobBean.
 void WorkflowStore.updateWorkflow(WorkflowJobBean wfBean)
          Update the data from Workflow Bean to DB along with the workflow instance data.
 



Copyright © 2011 Yahoo. All Rights Reserved.