public class SimpleBooleanSplitNode extends Object implements SplitNode
Constructor and Description |
---|
SimpleBooleanSplitNode() |
Modifier and Type | Method and Description |
---|---|
protected SplitResult |
booleanToSplitResult(boolean b)
Converts a boolean value to SplitResult where the branch name is "True" or "False" based on the value of the given boolean
|
SplitResult |
process(RouteContext context,
RouteHelper helper)
This method will look up the document being routed, if it is an instance of ResearchDocumentBase
it will call answerSplitNodeQuestion on it passing the name of the route node.
|
public SimpleBooleanSplitNode()
public SplitResult process(RouteContext context, RouteHelper helper) throws Exception
process
in interface SplitNode
Exception
SimpleNode.process(org.kuali.rice.kew.engine.RouteContext, org.kuali.rice.kew.engine.RouteHelper)
protected SplitResult booleanToSplitResult(boolean b)
b
- a boolean to convert to a SplitResultCopyright © 2005–2016 The Kuali Foundation. All rights reserved.