Interface SimpleNode

All Superinterfaces:
Node
All Known Implementing Classes:
InitialNode, LogNode, NoOpNode, RequestActivationNode, RequestActivationNodeBase, RequestsNode, RoleNode, SetVarNode

public interface SimpleNode extends Node
A simple Node implementation which is executed and returns a SimpleResult indicating whether or not the node has completed.
Author:
Kuali Rice Team (rice.collab@kuali.org)