Uses of Class
org.apache.oozie.store.WorkflowStore

Packages that use WorkflowStore
org.apache.oozie.command.wf   
org.apache.oozie.service   
 

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

Methods in org.apache.oozie.command.wf with parameters of type WorkflowStore
protected  WorkflowActionBean WorkflowActionInfoCommand.call(WorkflowStore store)
           
protected  Void SuspendCommand.call(WorkflowStore store)
           
protected  String SubmitHttpCommand.call(WorkflowStore store)
           
protected  String SubmitCommand.call(WorkflowStore store)
           
protected  Void SignalCommand.call(WorkflowStore store)
           
protected  Void ResumeCommand.call(WorkflowStore store)
           
protected  Void ReRunCommand.call(WorkflowStore store)
           
protected  Void PurgeCommand.call(WorkflowStore store)
           
 Void NotificationCommand.call(WorkflowStore store)
           
protected  Void KillCommand.call(WorkflowStore store)
           
protected  WorkflowsInfo JobsCommand.call(WorkflowStore store)
           
protected  WorkflowJobBean JobCommand.call(WorkflowStore store)
           
protected  String ExternalIdCommand.call(WorkflowStore store)
           
protected  String DefinitionCommand.call(WorkflowStore store)
           
protected  Void CompletedActionCommand.call(WorkflowStore store)
           
protected  Void ActionStartCommand.call(WorkflowStore store)
           
protected  Void ActionKillCommand.call(WorkflowStore store)
           
protected  Void ActionEndCommand.call(WorkflowStore store)
           
protected  Void ActionCheckCommand.call(WorkflowStore store)
           
protected  Void SuspendCommand.execute(WorkflowStore store)
           
protected  Void SignalCommand.execute(WorkflowStore store)
           
protected  Void ResumeCommand.execute(WorkflowStore store)
           
protected  Void ReRunCommand.execute(WorkflowStore store)
           
protected  Void KillCommand.execute(WorkflowStore store)
           
protected  Void ActionStartCommand.execute(WorkflowStore store)
           
protected  Void ActionKillCommand.execute(WorkflowStore store)
           
protected  Void ActionEndCommand.execute(WorkflowStore store)
           
protected  Void ActionCheckCommand.execute(WorkflowStore store)
           
protected  void ActionCommand.handleNonTransient(WorkflowStore store, ActionExecutor.Context context, ActionExecutor executor, org.apache.oozie.client.WorkflowAction.Status status)
          Takes care of non transient failures.
static void SuspendCommand.setPendingFalseForActions(WorkflowStore store, String id, String actionId)
          Set pending flag to false for the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL

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
 

Uses of WorkflowStore in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return WorkflowStore
abstract  WorkflowStore WorkflowStoreService.create()
          Return a workflow store instance with a fresh transaction.
 WorkflowStore DBLiteWorkflowStoreService.create()
           
<S extends Store>
WorkflowStore
WorkflowStoreService.create(S store)
          Return a workflow store instance with an existing transaction.
<S extends Store>
WorkflowStore
DBLiteWorkflowStoreService.create(S store)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.