org.kuali.rice.kew.engine.node.var
Class SetVarNode

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

public class SetVarNode
extends Object
implements SimpleNode

A simple node that allows setting of document variables. The definition of SetVarNode takes the following config parameter elements:

name
The name of the variable to set
value
The value to which to set the variable. This value is parsed according to Property/PropertyScheme syntax
The default PropertySchme is LiteralScheme, which will evaluate the value simply as a literal (won't do anything but return it)

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
PropertyScheme, Property

Constructor Summary
SetVarNode()
           
 
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

SetVarNode

public SetVarNode()
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.