org.kuali.rice.kew.engine.node
Class SubProcessResult

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.SimpleResult
      extended by 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)

Constructor Summary
SubProcessResult()
           
 
Method Summary
 
Methods inherited from class org.kuali.rice.kew.engine.node.SimpleResult
isComplete, setComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubProcessResult

public SubProcessResult()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.