org.kuali.rice.kew.engine.node.var
Class SetVarNode
java.lang.Object
   org.kuali.rice.kew.engine.node.var.SetVarNode
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SetVarNode
public SetVarNode()
process
public SimpleResult process(RouteContext context,
                            RouteHelper helper)
                     throws Exception
- 
- Specified by:
- processin interface- SimpleNode
 
- 
- Throws:
- Exception
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.