org.kuali.kfs.sys.document.workflow
Class SimpleBooleanSplitNode
java.lang.Object
org.kuali.kfs.sys.document.workflow.SimpleBooleanSplitNode
- All Implemented Interfaces:
- org.kuali.rice.kew.engine.node.Node, org.kuali.rice.kew.engine.node.SplitNode
public class SimpleBooleanSplitNode
- extends Object
- implements org.kuali.rice.kew.engine.node.SplitNode
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBooleanSplitNode
public SimpleBooleanSplitNode()
process
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
- Specified by:
process
in interface org.kuali.rice.kew.engine.node.SplitNode
- Throws:
Exception
- See Also:
SimpleNode.process(org.kuali.rice.kew.engine.RouteContext, org.kuali.rice.kew.engine.RouteHelper)
booleanToSplitResult
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
- Parameters:
b
- a boolean to convert to a SplitResult
- Returns:
- the converted SplitResult
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.