public class SimpleBooleanSplitNode extends Object implements org.kuali.rice.kew.engine.node.SplitNode
| Constructor and Description |
|---|
SimpleBooleanSplitNode() |
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.kew.engine.node.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
|
org.kuali.rice.kew.engine.node.SplitResult |
process(org.kuali.rice.kew.engine.RouteContext context,
org.kuali.rice.kew.engine.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 org.kuali.rice.kew.engine.node.SplitResult process(org.kuali.rice.kew.engine.RouteContext context,
org.kuali.rice.kew.engine.RouteHelper helper)
throws Exception
process in interface org.kuali.rice.kew.engine.node.SplitNodeExceptionSimpleNode.process(org.kuali.rice.kew.engine.RouteContext, org.kuali.rice.kew.engine.RouteHelper)protected org.kuali.rice.kew.engine.node.SplitResult booleanToSplitResult(boolean b)
b - a boolean to convert to a SplitResultCopyright © 2013 The Kuali Foundation. All Rights Reserved.