org.kuali.rice.kew.engine
Class DynamicRoutingTest.MockSequentialDynamicNode

java.lang.Object
  extended by org.kuali.rice.kew.engine.DynamicRoutingTest.MockSequentialDynamicNode
All Implemented Interfaces:
DynamicNode, Node
Enclosing class:
DynamicRoutingTest

public static class DynamicRoutingTest.MockSequentialDynamicNode
extends Object
implements DynamicNode


Constructor Summary
DynamicRoutingTest.MockSequentialDynamicNode()
           
 
Method Summary
 DynamicResult transitioningInto(RouteContext context, RouteNodeInstance process, RouteHelper helper)
           
 DynamicResult transitioningOutOf(RouteContext context, RouteHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicRoutingTest.MockSequentialDynamicNode

public DynamicRoutingTest.MockSequentialDynamicNode()
Method Detail

transitioningInto

public DynamicResult transitioningInto(RouteContext context,
                                       RouteNodeInstance process,
                                       RouteHelper helper)
                                throws Exception
Specified by:
transitioningInto in interface DynamicNode
Throws:
Exception

transitioningOutOf

public DynamicResult transitioningOutOf(RouteContext context,
                                        RouteHelper helper)
                                 throws Exception
Specified by:
transitioningOutOf in interface DynamicNode
Throws:
Exception


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