public interface DynamicNode extends Node
Modifier and Type | Method and Description |
---|---|
DynamicResult |
transitioningInto(RouteContext context,
RouteNodeInstance process,
RouteHelper helper)
Invoked when the engine first encounters this DynamicNode.
|
DynamicResult |
transitioningOutOf(RouteContext context,
RouteHelper helper)
Invoked everytime a node in the dynamic process completes.
|
DynamicResult transitioningInto(RouteContext context, RouteNodeInstance process, RouteHelper helper) throws Exception
DynamicResult
containing
the first RouteNodeInstance
in the dynamic process.Exception
DynamicResult transitioningOutOf(RouteContext context, RouteHelper helper) throws Exception
DynamicResult
with the
RouteNodeInstance
(or instances) of the next node in the dynamic graph. If this returns no next
node then the dynamic process will be considered completed.Exception
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.