org.kuali.rice.kew.engine.node
Interface SimpleNode

All Superinterfaces:
Node
All Known Implementing Classes:
EmailNode, FYIByNetworkId, FYIByUniversityId, InitialNode, IteratedRequestActivationNode, KRAMetaRuleNode, 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)

Method Summary
 SimpleResult process(RouteContext context, RouteHelper helper)
           
 

Method Detail

process

SimpleResult process(RouteContext context,
                     RouteHelper helper)
                     throws Exception
Throws:
Exception


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.