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) |
public SimpleBooleanSplitNode()
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.SplitNode
Exception
SimpleNode.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 © 2004–2015 The Kuali Foundation. All rights reserved.