org.kuali.rice.kew.engine.node
Class NoOpNode

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.NoOpNode
All Implemented Interfaces:
Node, SimpleNode

public class NoOpNode
extends Object
implements SimpleNode

A SimpleNode implementation which does nothing.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
NoOpNode()
           
 
Method Summary
 SimpleResult process(RouteContext context, RouteHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpNode

public NoOpNode()
Method Detail

process

public SimpleResult process(RouteContext context,
                            RouteHelper helper)
                     throws Exception
Specified by:
process in interface SimpleNode
Throws:
Exception


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