Uses of Class
org.apache.oozie.workflow.WorkflowInstance.Status

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

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

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

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

Methods in org.apache.oozie.workflow.lite that return WorkflowInstance.Status
 WorkflowInstance.Status LiteWorkflowInstance.getStatus()
           
 

Methods in org.apache.oozie.workflow.lite with parameters of type WorkflowInstance.Status
 void LiteWorkflowInstance.setStatus(WorkflowInstance.Status status)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.