org.kuali.rice.kew.engine.node
Class SimpleResult
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleResult
- All Implemented Interfaces:
- ProcessResult
- Direct Known Subclasses:
- DynamicResult, JoinResult, SplitResult, SubProcessResult
public class SimpleResult
- extends Object
- implements ProcessResult
The result of the execution of a SimpleNode
. Simply wraps a boolean as
to whether or not the node has completed.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleResult
public SimpleResult(boolean complete)
isComplete
public boolean isComplete()
- Specified by:
isComplete
in interface ProcessResult
setComplete
protected void setComplete(boolean complete)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.