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

Packages that use WorkflowJob.Status
org.apache.oozie   
org.apache.oozie.client   
org.apache.oozie.client.rest   
 

Uses of WorkflowJob.Status in org.apache.oozie
 

Methods in org.apache.oozie that return WorkflowJob.Status
 WorkflowJob.Status WorkflowJobBean.getStatus()
           
 

Methods in org.apache.oozie with parameters of type WorkflowJob.Status
 void WorkflowJobBean.setStatus(WorkflowJob.Status val)
           
 

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.rest
 

Methods in org.apache.oozie.client.rest that return WorkflowJob.Status
 WorkflowJob.Status JsonWorkflowJob.getStatus()
           
 

Methods in org.apache.oozie.client.rest with parameters of type WorkflowJob.Status
 void JsonWorkflowJob.setStatus(WorkflowJob.Status status)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.