Uses of Class
org.apache.oozie.client.WorkflowJob.Status

Packages that use WorkflowJob.Status
org.apache.oozie.client   
org.apache.oozie.client.event.message   
 

Uses of WorkflowJob.Status in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return WorkflowJob.Status
 WorkflowJob.Status WorkflowJob.getStatus()
          Return the workflow job status.
static WorkflowJob.Status WorkflowJob.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WorkflowJob.Status[] WorkflowJob.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of WorkflowJob.Status in org.apache.oozie.client.event.message
 

Methods in org.apache.oozie.client.event.message that return WorkflowJob.Status
 WorkflowJob.Status WorkflowJobMessage.getStatus()
          Get the workflow job status
 

Methods in org.apache.oozie.client.event.message with parameters of type WorkflowJob.Status
 void WorkflowJobMessage.setStatus(WorkflowJob.Status status)
          Set the workflow job status
 

Constructors in org.apache.oozie.client.event.message with parameters of type WorkflowJob.Status
WorkflowJobMessage(JobEvent.EventStatus eventStatus, String workflowJobId, String coordinatorActionId, Date startTime, Date endTime, WorkflowJob.Status status, String user, String appName, String errorCode, String errorMessage)
          Constructor for a workflow job message
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.