Uses of Class
wt.workflow.definer.WfContainerTemplateReference

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

Uses of WfContainerTemplateReference in wt.workflow.definer
 

Subclasses of WfContainerTemplateReference in wt.workflow.definer
 class WfProcessTemplateReference
          Reference to a process template object.
 

Fields in wt.workflow.definer declared as WfContainerTemplateReference
private  WfContainerTemplateReference WfTemplateObject.parentTemplate
           
private  WfContainerTemplateReference WfConnectorTemplate.parentTemplate
           
private  WfContainerTemplateReference NodeTemplateLink.parentTemplate
           
 

Methods in wt.workflow.definer that return WfContainerTemplateReference
 WfContainerTemplateReference WfTemplateObject.getParentTemplate()
          Gets the value of the attribute: PARENT_TEMPLATE.
 WfContainerTemplateReference WfNodeTemplate.getParentTemplate()
          Gets the value of the attribute: PARENT_TEMPLATE.
static WfContainerTemplateReference WfContainerTemplateReference.newWfContainerTemplateReference()
          No-arg container template reference constructor.
static WfContainerTemplateReference WfContainerTemplateReference.newWfContainerTemplateReference(WfContainerTemplate container)
          Constructs a container template reference given the container template.
static WfContainerTemplateReference WfContainerTemplateReference.newWfContainerTemplateReference(WfContainerTemplateReference container_ref)
          Constructs a container template reference given another container template reference.
static WfContainerTemplateReference WfContainerTemplateReference.newWfContainerTemplateReference(ObjectIdentifier container_id)
          Constructs a container template reference given the object identifier of a container template.
 WfContainerTemplateReference WfConnectorTemplate.getParentTemplate()
          Gets the value of the attribute: PARENT_TEMPLATE.
protected  WfContainerTemplateReference StandardWfDefinerService.getParentProcessTemplate(WfTemplateObject template)
           
 WfContainerTemplateReference NodeTemplateLink.getParentTemplate()
          Gets the value of the attribute: PARENT_TEMPLATE.
 

Methods in wt.workflow.definer with parameters of type WfContainerTemplateReference
protected  void WfTemplateObject.setParentTemplate(WfContainerTemplateReference a_ParentTemplate)
          Sets the value of the attribute: PARENT_TEMPLATE.
protected  boolean WfContainerTemplateReference.readVersion(WfContainerTemplateReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WfContainerTemplateReference WfContainerTemplateReference.newWfContainerTemplateReference(WfContainerTemplateReference container_ref)
          Constructs a container template reference given another container template reference.
protected  void WfContainerTemplateReference.initialize(WfContainerTemplateReference container_ref)
          Supports initialization, following construction of an instance.
protected  void WfConnectorTemplate.setParentTemplate(WfContainerTemplateReference a_ParentTemplate)
          Sets the value of the attribute: PARENT_TEMPLATE.
 void NodeTemplateLink.setParentTemplate(WfContainerTemplateReference a_ParentTemplate)
          Sets the value of the attribute: PARENT_TEMPLATE.