Uses of Class
wt.workflow.definer.ProcessStepTemplateLink

Packages that use ProcessStepTemplateLink
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 ProcessStepTemplateLink in wt.clients.workflow.definer
 

Fields in wt.clients.workflow.definer declared as ProcessStepTemplateLink
(package private)  ProcessStepTemplateLink WfTemplateObjectVariables.processLink
           
(package private)  ProcessStepTemplateLink WfTemplateObjectEditor.processLink
           
(package private)  ProcessStepTemplateLink WfProxyTemplateVariables.processLink
           
(package private)  ProcessStepTemplateLink WfInternalMethodTemplatePanel.processLink
           
(package private)  ProcessStepTemplateLink VariableDialog.processLink
           
 

Methods in wt.clients.workflow.definer that return ProcessStepTemplateLink
 ProcessStepTemplateLink WfTemplateObjectEditor.getProcessStepTemplateLink()
           
 

Methods in wt.clients.workflow.definer with parameters of type ProcessStepTemplateLink
 void WfTemplateObjectEditor.setProcessStepTemplateLink(ProcessStepTemplateLink link)
           
 

Uses of ProcessStepTemplateLink in wt.workflow.definer
 

Methods in wt.workflow.definer that return ProcessStepTemplateLink
private static ProcessStepTemplateLink WfDefinitionHandler.validateProcessStepTemplateLink(ProcessStepTemplateLink pstl)
           
private static ProcessStepTemplateLink WfDefinitionDefaultDelegate.validateProcessStepTemplateLink(ProcessStepTemplateLink pstl)
           
 ProcessStepTemplateLink WfDefinerServiceFwd.getProcessStepTemplateLink(WfContainerTemplate process_def, WfTemplateObject step)
          Deprecated. use getProcessTemplateLink (WfTemplateObject) instead
 ProcessStepTemplateLink WfDefinerServiceFwd.getProcessStepTemplateLink(WfTemplateObject step)
          Returns the link between a node template and the containing process template.
 ProcessStepTemplateLink WfDefinerService.getProcessStepTemplateLink(WfContainerTemplate process_def, WfTemplateObject step)
          Deprecated. use getProcessTemplateLink (WfTemplateObject) instead
 ProcessStepTemplateLink WfDefinerService.getProcessStepTemplateLink(WfTemplateObject step)
          Returns the link between a node template and the containing process template.
 ProcessStepTemplateLink StandardWfDefinerService.getProcessStepTemplateLink(WfContainerTemplate process_def, WfTemplateObject step)
          Deprecated. use getProcessTemplateLink (WfTemplateObject) instead
 ProcessStepTemplateLink StandardWfDefinerService.getProcessStepTemplateLink(WfTemplateObject step)
          Returns the link between a node template and the containing process template.
static ProcessStepTemplateLink ProcessStepTemplateLink.newProcessStepTemplateLink(WfContainerTemplate process, WfTemplateObject step)
          Default factory for the class.
 

Methods in wt.workflow.definer with parameters of type ProcessStepTemplateLink
private static void WfDefinitionHandler.updateStepTemplate(ProcessStepTemplateLink link, boolean isRemove)
          Updates both the parent process reference and the link reference on the step side of the link.
private static void WfDefinitionHandler.deleteProcessStepTemplateLink(ProcessStepTemplateLink pstl)
          Process the deletion of an ProcessStepTemplateLink object.
private static ProcessStepTemplateLink WfDefinitionHandler.validateProcessStepTemplateLink(ProcessStepTemplateLink pstl)
           
private static void WfDefinitionDefaultDelegate.updateStepTemplate(ProcessStepTemplateLink link, boolean isRemove)
          Updates both the parent process reference and the link reference on the step side of the link.
private static void WfDefinitionDefaultDelegate.deleteProcessStepTemplateLink(ProcessStepTemplateLink pstl)
          Process the deletion of an ProcessStepTemplateLink object.
private static ProcessStepTemplateLink WfDefinitionDefaultDelegate.validateProcessStepTemplateLink(ProcessStepTemplateLink pstl)
           
static void WfDefinerHelper.setParentLinkRef(WfTemplateObject object, ProcessStepTemplateLink link)
           
protected  boolean ProcessStepTemplateLink.readVersion(ProcessStepTemplateLink thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ProcessStepTemplateLink in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type ProcessStepTemplateLink
 void SynchedWorkflow.setVariableMap(ProcessStepTemplateLink link)
           
 void SynchedWorkflow.setVariableMap(ProcessStepTemplateLink link)