|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowAction.Status | |
---|---|
org.apache.oozie | |
org.apache.oozie.action | |
org.apache.oozie.action.ssh | |
org.apache.oozie.client | |
org.apache.oozie.client.rest | |
org.apache.oozie.command.wf |
Uses of WorkflowAction.Status in org.apache.oozie |
---|
Methods in org.apache.oozie that return WorkflowAction.Status | |
---|---|
WorkflowAction.Status |
WorkflowActionBean.getStatus()
|
Methods in org.apache.oozie with parameters of type WorkflowAction.Status | |
---|---|
void |
WorkflowActionBean.setEndData(WorkflowAction.Status status,
String signalValue)
Set the completion information for an action end. |
void |
WorkflowActionBean.setStatus(WorkflowAction.Status val)
|
Uses of WorkflowAction.Status in org.apache.oozie.action |
---|
Methods in org.apache.oozie.action with parameters of type WorkflowAction.Status | |
---|---|
protected String |
ActionExecutor.getActionSignal(WorkflowAction.Status status)
Convenience method that return the signal for an Action based on the action status. |
void |
ActionExecutor.Context.setEndData(WorkflowAction.Status status,
String signalValue)
Set the action end completion information for a completed action. |
Uses of WorkflowAction.Status in org.apache.oozie.action.ssh |
---|
Methods in org.apache.oozie.action.ssh that return WorkflowAction.Status | |
---|---|
protected WorkflowAction.Status |
SshActionExecutor.getActionStatus(ActionExecutor.Context context,
WorkflowAction action)
Get action status. |
Uses of WorkflowAction.Status in org.apache.oozie.client |
---|
Methods in org.apache.oozie.client that return WorkflowAction.Status | |
---|---|
WorkflowAction.Status |
WorkflowAction.getStatus()
Return the current status of the action action. |
static WorkflowAction.Status |
WorkflowAction.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorkflowAction.Status[] |
WorkflowAction.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of WorkflowAction.Status in org.apache.oozie.client.rest |
---|
Methods in org.apache.oozie.client.rest that return WorkflowAction.Status | |
---|---|
WorkflowAction.Status |
JsonWorkflowAction.getStatus()
|
Methods in org.apache.oozie.client.rest with parameters of type WorkflowAction.Status | |
---|---|
void |
JsonWorkflowAction.setStatus(WorkflowAction.Status status)
|
Uses of WorkflowAction.Status in org.apache.oozie.command.wf |
---|
Methods in org.apache.oozie.command.wf with parameters of type WorkflowAction.Status | |
---|---|
protected void |
ActionCommand.handleError(ActionExecutor.Context context,
ActionExecutor executor,
String message,
boolean isStart,
WorkflowAction.Status status)
Takes care of errors. |
protected void |
ActionCommand.handleNonTransient(WorkflowStore store,
ActionExecutor.Context context,
ActionExecutor executor,
WorkflowAction.Status status)
Takes care of non transient failures. |
protected boolean |
ActionCommand.handleTransient(ActionExecutor.Context context,
ActionExecutor executor,
WorkflowAction.Status status)
Takes care of Transient failures. |
void |
ActionCommand.ActionExecutorContext.setEndData(WorkflowAction.Status status,
String signalValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |