| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Node in org.kuali.rice.kew.engine | 
|---|
| Methods in org.kuali.rice.kew.engine that return Node | |
|---|---|
|  Node | RouteHelper.getNode(RouteNode routeNode) | 
| Uses of Node in org.kuali.rice.kew.engine.node | 
|---|
| Subinterfaces of Node in org.kuali.rice.kew.engine.node | |
|---|---|
|  interface | DynamicNodeA Node type which can be used to dynamically generate a route path for a document. | 
|  interface | JoinNodeA node which is responsible for joining 1 or more branches in the route path of a document. | 
|  interface | SimpleNodeA simple Nodeimplementation which is executed and returns aSimpleResultindicating whether or not the node has completed. | 
|  interface | SplitNodeAn interface for a Split Node which allows for parallel branching of the route path within a document. | 
|  interface | SubProcessNodeA Nodewhich represents the initiation of a sub process. | 
| Classes in org.kuali.rice.kew.engine.node that implement Node | |
|---|---|
|  class | FYIByNetworkIdDeprecated. Use NetworkIdRoleAttributeinstead | 
|  class | FYIByUniversityIdDeprecated. Use UniversityIdRoleAttributeinstead | 
|  class | InitialNodeA simple node which represents the initial node in the document. | 
|  class | IteratedRequestActivationNodeA node which will iteratively activate any requests pending on it. | 
|  class | KRAMetaRuleNodeNode that implements a KRAMetaRule, with multiple request/response phases | 
|  class | LogNodeA node which Logs messages to Log4j. | 
|  class | NoOpNodeA SimpleNodeimplementation which does nothing. | 
|  class | RequestActivationNodeA node which will activate any requests on it, returning true when there are no more requests which require activation. | 
|  class | RequestActivationNodeBaseAbstract superclass for request activation node types | 
|  class | RequestsNodeA node which generates ActionRequestValueobjects from aRouteModule. | 
|  class | RoleNodeA node implementation which provides integration with KIM Roles for routing. | 
|  class | SimpleJoinNodeA simple implementation of a JoinNodewhich indicates it is complete once all branches
 have joined. | 
|  class | SimpleSplitNodeA simple SplitNodeimplementation which always splits to all branches that are defined for the split. | 
|  class | SimpleSubProcessNodeA simple SubProcessNodeimplementation which is effectively a no-op. | 
| Uses of Node in org.kuali.rice.kew.engine.node.hierarchyrouting | 
|---|
| Classes in org.kuali.rice.kew.engine.node.hierarchyrouting that implement Node | |
|---|---|
|  class | HierarchyRoutingNodeGeneric hierarchy routing node | 
| Uses of Node in org.kuali.rice.kew.engine.node.var | 
|---|
| Classes in org.kuali.rice.kew.engine.node.var that implement Node | |
|---|---|
|  class | SetVarNodeA simple node that allows setting of document variables. | 
| Uses of Node in org.kuali.rice.kew.engine.transition | 
|---|
| Methods in org.kuali.rice.kew.engine.transition that return Node | |
|---|---|
| protected  Node | TransitionEngine.getNode(RouteNode routeNode,
               Class nodeClass) | 
| Uses of Node in org.kuali.rice.kew.mail | 
|---|
| Classes in org.kuali.rice.kew.mail that implement Node | |
|---|---|
|  class | EmailNodeA node which will send emails using the configured stylesheet to generate the email content. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||