org.kuali.rice.kew.engine.node
Class SubProcessResult
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleResult
org.kuali.rice.kew.engine.node.SubProcessResult
- All Implemented Interfaces:
- ProcessResult
public class SubProcessResult
- extends SimpleResult
The result of the execution of a SubProcessNode
. The work of initiation and instantiation of
a sub process is handled by the SubProcessTransitionEngine
so this result will always wrap
a SimpleResult
with a completion value of true.
- 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 |
SubProcessResult
public SubProcessResult()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.