Uses of Class
wt.workflow.definer.SignatureVector

Packages that use SignatureVector
wt.clients.workflow.definer   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of SignatureVector in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return SignatureVector
 SignatureVector WfApplRobotTemplatePanel.getEnvironment()
          Returns the list of environment options which will be set when executing the command in a seperate process.
 

Methods in wt.clients.workflow.definer with parameters of type SignatureVector
 void WfApplRobotTemplatePanel.setEnvironment(SignatureVector environment)
          Sets the list of environment options which will be set when executing the command in a seperate process.
 

Uses of SignatureVector in wt.workflow.definer
 

Fields in wt.workflow.definer declared as SignatureVector
private  SignatureVector WfInvokedMethodTemplate.signature
           
private  SignatureVector WfApplRobotTemplate.environment
           
 

Methods in wt.workflow.definer that return SignatureVector
 SignatureVector WfInvokedMethodTemplate.getSignature()
          Gets the value of the attribute: SIGNATURE.
 SignatureVector WfApplRobotTemplate.getEnvironment()
          Gets the value of the attribute: ENVIRONMENT.
 

Methods in wt.workflow.definer with parameters of type SignatureVector
 void WfInvokedMethodTemplate.setSignature(SignatureVector a_Signature)
          Sets the value of the attribute: SIGNATURE.
 void WfApplRobotTemplate.setEnvironment(SignatureVector a_Environment)
          Sets the value of the attribute: ENVIRONMENT.
protected  boolean SignatureVector.readVersion(SignatureVector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.