Uses of Class
wt.workflow.definer.InvalidVariableInfoException

Packages that use InvalidVariableInfoException
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of InvalidVariableInfoException in wt.workflow.definer
 

Methods in wt.workflow.definer that throw InvalidVariableInfoException
 Class[] ProcessDataInfo.getClassArray()
          Returns an array of the classes of the variables of the object.
 void ProcessDataInfo.addOrReplaceVariableInfo(WfVariableInfo var_info)
          Replaces var info in the object with the same name as the one passed as argument.
 

Uses of InvalidVariableInfoException in wt.workflow.engine
 

Methods in wt.workflow.engine that throw InvalidVariableInfoException
 void ProcessData.reset(ProcessDataInfo data_info)
          Resets the values to the object.
 void ProcessData.reset(ProcessDataInfo data_info)
          Resets the values to the object.