Class SetVarNode
java.lang.Object
org.kuali.rice.kew.engine.node.var.SetVarNode
- All Implemented Interfaces:
Node,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
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetVarNode
public SetVarNode()
-
-
Method Details
-
process
- Specified by:
processin interfaceSimpleNode- Throws:
Exception
-