public abstract class DecisionNodeHandler extends NodeHandler
NodeHandler.Context| Constructor and Description |
|---|
DecisionNodeHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
end(NodeHandler.Context context) |
boolean |
enter(NodeHandler.Context context) |
String |
exit(NodeHandler.Context context) |
abstract void |
start(NodeHandler.Context context) |
fail, getLoopFlag, kill, loopDetection, multiExitpublic DecisionNodeHandler()
public final boolean enter(NodeHandler.Context context) throws WorkflowException
enter in class NodeHandlerWorkflowExceptionpublic final String exit(NodeHandler.Context context) throws WorkflowException
exit in class NodeHandlerWorkflowExceptionpublic abstract void start(NodeHandler.Context context) throws WorkflowException
WorkflowExceptionpublic abstract void end(NodeHandler.Context context) throws WorkflowException
WorkflowExceptionCopyright © 2018 Apache Software Foundation. All rights reserved.