|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicNode
A Node type which can be used to dynamically generate a route path for a document.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |