Class WfVariable

java.lang.Object
wt.workflow.engine.WfVariable
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, NetFactor, Evolvable

public class WfVariable extends Object implements Externalizable, NetFactor, Evolvable
Name-value pair. The name is a string and the value must be serializable so it can be stored in the database. Some additional attributes are the type name and whether the variable is required.

Use the newWfVariable static factory method(s), not the WfVariable constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: