Uses of Interface
org.kuali.rice.kew.engine.node.Node
Packages that use Node
Package
Description
-
Uses of Node in org.kuali.rice.kew.engine
Methods in org.kuali.rice.kew.engine that return Node -
Uses of Node in org.kuali.rice.kew.engine.node
Subinterfaces of Node in org.kuali.rice.kew.engine.nodeModifier and TypeInterfaceDescriptioninterfaceA Node type which can be used to dynamically generate a route path for a document.interfaceA node which is responsible for joining 1 or more branches in the route path of a document.interfaceA simpleNodeimplementation which is executed and returns aSimpleResultindicating whether or not the node has completed.interfaceAn interface for a Split Node which allows for parallel branching of the route path within a document.interfaceANodewhich represents the initiation of a sub process.Classes in org.kuali.rice.kew.engine.node that implement NodeModifier and TypeClassDescriptionclassA simple node which represents the initial node in the document.classA node which Logs messages to Log4j.classASimpleNodeimplementation which does nothing.classA node which will activate any requests on it, returning true when there are no more requests which require activation.classAbstract superclass for request activation node types.classA node which generatesActionRequestValueobjects from aRouteModule.classA node implementation which provides integration with KIM Roles for routing.classA simple implementation of aJoinNodewhich indicates it is complete once all branches have joined.classA simpleSplitNodeimplementation which always splits to all branches that are defined for the split.classA simpleSubProcessNodeimplementation which is effectively a no-op. -
Uses of Node in org.kuali.rice.kew.engine.node.var
Classes in org.kuali.rice.kew.engine.node.var that implement NodeModifier and TypeClassDescriptionclassA 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