Uses of Class
wt.workflow.definer.WfVariableMap

Packages that use WfVariableMap
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. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfVariableMap in wt.clients.workflow.definer
 

Fields in wt.clients.workflow.definer declared as WfVariableMap
(package private)  WfVariableMap WfTemplateObjectVariables.inputMap
           
(package private)  WfVariableMap WfTemplateObjectVariables.outputMap
           
(package private)  WfVariableMap WfTemplateObjectVariables.originalInputMap
           
(package private)  WfVariableMap WfTemplateObjectVariables.originalOutputMap
           
(package private)  WfVariableMap WfProxyTemplateVariables.inputMap
           
(package private)  WfVariableMap WfProxyTemplateVariables.outputMap
           
(package private)  WfVariableMap WfProxyTemplateVariables.originalInputMap
           
(package private)  WfVariableMap WfProxyTemplateVariables.originalOutputMap
           
(package private)  WfVariableMap VariableDialog.inputMap
           
(package private)  WfVariableMap VariableDialog.outputMap
           
 

Uses of WfVariableMap in wt.workflow.definer
 

Fields in wt.workflow.definer declared as WfVariableMap
private  WfVariableMap ProcessStepTemplateLink.inputVariableMap
           
private  WfVariableMap ProcessStepTemplateLink.outputVariableMap
           
 

Methods in wt.workflow.definer that return WfVariableMap
 WfVariableMap WfVariableMap.copy()
          Procudes a copy of the variable map.
 WfVariableMap ProcessStepTemplateLink.getInputVariableMap()
          Gets the value of the attribute: INPUT_VARIABLE_MAP.
 WfVariableMap ProcessStepTemplateLink.getOutputVariableMap()
          Gets the value of the attribute: OUTPUT_VARIABLE_MAP.
 

Methods in wt.workflow.definer with parameters of type WfVariableMap
protected  boolean WfVariableMap.readVersion(WfVariableMap thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ProcessStepTemplateLink.setInputVariableMap(WfVariableMap a_InputVariableMap)
          Sets the value of the attribute: INPUT_VARIABLE_MAP.
 void ProcessStepTemplateLink.setOutputVariableMap(WfVariableMap a_OutputVariableMap)
          Sets the value of the attribute: OUTPUT_VARIABLE_MAP.
 

Uses of WfVariableMap in wt.workflow.engine
 

Fields in wt.workflow.engine declared as WfVariableMap
private  WfVariableMap WfActivity.inputVariableMap
           
private  WfVariableMap WfActivity.outputVariableMap
           
private  WfVariableMap WfActivity.inputVariableMap
           
private  WfVariableMap WfActivity.outputVariableMap
           
 

Methods in wt.workflow.engine that return WfVariableMap
 WfVariableMap WfActivity.getInputVariableMap()
          Gets the value of the attribute: INPUT_VARIABLE_MAP.
 WfVariableMap WfActivity.getOutputVariableMap()
          Gets the value of the attribute: OUTPUT_VARIABLE_MAP.
 WfVariableMap WfActivity.getInputVariableMap()
          Gets the value of the attribute: INPUT_VARIABLE_MAP.
 WfVariableMap WfActivity.getOutputVariableMap()
          Gets the value of the attribute: OUTPUT_VARIABLE_MAP.
 

Methods in wt.workflow.engine with parameters of type WfVariableMap
 void WfActivity.setInputVariableMap(WfVariableMap a_InputVariableMap)
          Sets the value of the attribute: INPUT_VARIABLE_MAP.
 void WfActivity.setOutputVariableMap(WfVariableMap a_OutputVariableMap)
          Sets the value of the attribute: OUTPUT_VARIABLE_MAP.
 boolean ProcessData.readValues(ProcessData input, WfVariableMap variable_map)
          Initializes values in the process data object.
 boolean ProcessData.writeValues(ProcessData output, WfVariableMap variable_map)
          Updates values in the context of a process.
 void WfActivity.setInputVariableMap(WfVariableMap a_InputVariableMap)
          Sets the value of the attribute: INPUT_VARIABLE_MAP.
 void WfActivity.setOutputVariableMap(WfVariableMap a_OutputVariableMap)
          Sets the value of the attribute: OUTPUT_VARIABLE_MAP.
 boolean ProcessData.readValues(ProcessData input, WfVariableMap variable_map)
          Initializes values in the process data object.
 boolean ProcessData.writeValues(ProcessData output, WfVariableMap variable_map)
          Updates values in the context of a process.