Package wt.workflow.engine
Class WfInstruction
java.lang.Object
wt.workflow.engine.WfInstruction
- All Implemented Interfaces:
Externalizable,Serializable,Evolvable
This class is for use by WfVariable to hold dynamic activity instructions.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetInstruction(String a_Instruction) Sets the value of the attribute: instruction.
-
Constructor Details
-
WfInstruction
public WfInstruction()Creates a new WfInstruction - no arg constructor.
Supported API: true
-
-
Method Details
-
setInstruction
Sets the value of the attribute: instruction.
Supported API: true- Parameters:
a_Instruction-- Throws:
WTPropertyVetoException
-