Uses of Class
wt.workflow.definer.WfNodeTemplateReference

Packages that use WfNodeTemplateReference
wt.projmgmt.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 WfNodeTemplateReference in wt.projmgmt.definer
 

Fields in wt.projmgmt.definer declared as WfNodeTemplateReference
private  WfNodeTemplateReference SummaryActivityTemplate.inConnectorRef
           
private  WfNodeTemplateReference ProjectProxyTemplate.inConnectorRef
           
private  WfNodeTemplateReference ProjectActivityTemplate.inConnectorRef
           
private  WfNodeTemplateReference MilestoneTemplate.inConnectorRef
           
 

Methods in wt.projmgmt.definer that return WfNodeTemplateReference
 WfNodeTemplateReference SummaryActivityTemplate.getInConnectorRef()
          Gets the value of the attribute: IN_CONNECTOR_REF.
 WfNodeTemplateReference ProjectProxyTemplate.getInConnectorRef()
          Gets the value of the attribute: IN_CONNECTOR_REF.
 WfNodeTemplateReference ProjectNodeTemplate.getInConnectorRef()
          Gets the value of the attribute: IN_CONNECTOR_REF.
 WfNodeTemplateReference ProjectActivityTemplate.getInConnectorRef()
          Gets the value of the attribute: IN_CONNECTOR_REF.
 WfNodeTemplateReference MilestoneTemplate.getInConnectorRef()
          Gets the value of the attribute: IN_CONNECTOR_REF.
 

Methods in wt.projmgmt.definer with parameters of type WfNodeTemplateReference
 void SummaryActivityTemplate.setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
          Sets the value of the attribute: IN_CONNECTOR_REF.
 void ProjectProxyTemplate.setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
          Sets the value of the attribute: IN_CONNECTOR_REF.
 void ProjectNodeTemplate.setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
          Sets the value of the attribute: IN_CONNECTOR_REF.
 void ProjectActivityTemplate.setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
          Sets the value of the attribute: IN_CONNECTOR_REF.
 void MilestoneTemplate.setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
          Sets the value of the attribute: IN_CONNECTOR_REF.
 

Uses of WfNodeTemplateReference in wt.workflow.definer
 

Subclasses of WfNodeTemplateReference in wt.workflow.definer
 class WfTemplateObjectReference
          Reference to a template object.
 

Methods in wt.workflow.definer that return WfNodeTemplateReference
static WfNodeTemplateReference WfNodeTemplateReference.newWfNodeTemplateReference()
          No-arg nodetemplate reference constructor.
static WfNodeTemplateReference WfNodeTemplateReference.newWfNodeTemplateReference(WfNodeTemplate template)
          Constructs a node template reference given a node template.
static WfNodeTemplateReference WfNodeTemplateReference.newWfNodeTemplateReference(WfNodeTemplateReference template_ref)
          Constructs a node template reference given a reference to a node template.
static WfNodeTemplateReference WfNodeTemplateReference.newWfNodeTemplateReference(ObjectIdentifier template_id)
          Constructs a node template reference given the object identifier of a node template.
 

Methods in wt.workflow.definer with parameters of type WfNodeTemplateReference
protected  boolean WfNodeTemplateReference.readVersion(WfNodeTemplateReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WfNodeTemplateReference WfNodeTemplateReference.newWfNodeTemplateReference(WfNodeTemplateReference template_ref)
          Constructs a node template reference given a reference to a node template.
protected  void WfNodeTemplateReference.initialize(WfNodeTemplateReference template_ref)
          Supports initialization, following construction of an instance.
 

Uses of WfNodeTemplateReference in wt.workflow.engine
 

Fields in wt.workflow.engine declared as WfNodeTemplateReference
private  WfNodeTemplateReference WfConnector.template
           
private  WfNodeTemplateReference WfConnector.template
           
 

Methods in wt.workflow.engine that return WfNodeTemplateReference
 WfNodeTemplateReference WfConnector.getTemplate()
          Gets the value of the attribute: TEMPLATE.
 WfNodeTemplateReference WfConnector.getTemplate()
          Gets the value of the attribute: TEMPLATE.
 

Methods in wt.workflow.engine with parameters of type WfNodeTemplateReference
 void WfConnector.setTemplate(WfNodeTemplateReference a_Template)
          Sets the value of the attribute: TEMPLATE.
 void WfConnector.setTemplate(WfNodeTemplateReference a_Template)
          Sets the value of the attribute: TEMPLATE.