org.apache.oozie.workflow.lite
Class DecisionNodeHandler
java.lang.Object
org.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.DecisionNodeHandler
- Direct Known Subclasses:
- LiteWorkflowStoreService.LiteDecisionHandler
public abstract class DecisionNodeHandler
- extends NodeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionNodeHandler
public DecisionNodeHandler()
enter
public final boolean enter(NodeHandler.Context context)
throws WorkflowException
- Specified by:
enter
in class NodeHandler
- Throws:
WorkflowException
exit
public final String exit(NodeHandler.Context context)
throws WorkflowException
- Specified by:
exit
in class NodeHandler
- Throws:
WorkflowException
start
public abstract void start(NodeHandler.Context context)
throws WorkflowException
- Throws:
WorkflowException
end
public abstract void end(NodeHandler.Context context)
throws WorkflowException
- Throws:
WorkflowException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.