| Package | Description |
|---|---|
| org.apache.oozie.workflow | |
| org.apache.oozie.workflow.lite |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance.Status |
LiteWorkflowInstance.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
LiteWorkflowInstance.setStatus(WorkflowInstance.Status status) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.