Uses of Class
wt.part.WTPartReferenceLink

Packages that use WTPartReferenceLink
com.ptc.windchill.esi.esidoc   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.ixb.handlers.netmarkets.prodstruct   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.pdmlink   
 

Uses of WTPartReferenceLink in com.ptc.windchill.esi.esidoc
 

Methods in com.ptc.windchill.esi.esidoc with parameters of type WTPartReferenceLink
private  String ESIDocumentsRenderer.findLatestPublishedRefDoc(WTPartReferenceLink link, ESITarget tgt)
           
private  String ESIDocumentRenderer.findLatestPublishedRefDoc(WTPartReferenceLink link, ESITarget tgt)
           
 

Uses of WTPartReferenceLink in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as WTPartReferenceLink
private  WTPartReferenceLink ReferenceItem.referenceLink
           
 

Methods in wt.clients.prodmgmt that return WTPartReferenceLink
 WTPartReferenceLink ReferenceItem.getReferenceLink()
          Get the actual ReferenceInterfaceLink.
static WTPartReferenceLink[] PartHelper.getReferences(WTPart part)
          Returns an array of WTPartReferenceLink objects containing the reference relationships for the given part.
static WTPartReferenceLink PartHelper.deletePartReferenceLink(WTPartReferenceLink link)
          Uses the PersistenceHelper to delete the given WTPartReferenceLink.
static WTPartReferenceLink PartHelper.savePartReferenceLink(WTPartReferenceLink link)
          Uses the PersistenceHelper to save the given WTPartReferenceLink.
 

Methods in wt.clients.prodmgmt with parameters of type WTPartReferenceLink
 void ReferenceItem.setReferenceLink(WTPartReferenceLink usage_link)
          Set the actual ReferenceInterfaceLink.
static WTPartReferenceLink PartHelper.deletePartReferenceLink(WTPartReferenceLink link)
          Uses the PersistenceHelper to delete the given WTPartReferenceLink.
static WTPartReferenceLink PartHelper.savePartReferenceLink(WTPartReferenceLink link)
          Uses the PersistenceHelper to save the given WTPartReferenceLink.
 

Constructors in wt.clients.prodmgmt with parameters of type WTPartReferenceLink
ReferenceItem(PartItem referenced_by, DocumentItem references, WTPartReferenceLink reference_link)
          Create a ReferenceItem associating the specified PartItem and DocumentItem using the existing ReferenceInterfaceLink.
 

Uses of WTPartReferenceLink in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as WTPartReferenceLink
private  WTPartReferenceLink ReferenceItem.referenceLink
           
 

Methods in wt.clients.replication.unit that return WTPartReferenceLink
 WTPartReferenceLink ReferenceItem.getReferenceLink()
          Get the actual ReferenceInterfaceLink.
static WTPartReferenceLink[] PartHelper.getReferences(WTPart part)
          Gets the WTPartReferenceLinks for a Part.
static WTPartReferenceLink PartHelper.deletePartReferenceLink(WTPartReferenceLink link)
          Deletes a WTPartReferenceLink.
static WTPartReferenceLink PartHelper.savePartReferenceLink(WTPartReferenceLink link)
          Save a ReferenceLink.
 

Methods in wt.clients.replication.unit with parameters of type WTPartReferenceLink
 void ReferenceItem.setReferenceLink(WTPartReferenceLink usage_link)
          Set the actual ReferenceInterfaceLink.
static WTPartReferenceLink PartHelper.deletePartReferenceLink(WTPartReferenceLink link)
          Deletes a WTPartReferenceLink.
static WTPartReferenceLink PartHelper.savePartReferenceLink(WTPartReferenceLink link)
          Save a ReferenceLink.
 

Constructors in wt.clients.replication.unit with parameters of type WTPartReferenceLink
ReferenceItem(PartItem referenced_by, DocumentItem references, WTPartReferenceLink reference_link)
          Create a ReferenceItem associating the specified PartItem and DocumentItem using the existing ReferenceInterfaceLink.
 

Uses of WTPartReferenceLink in wt.ixb.handlers.netmarkets.prodstruct
 

Methods in wt.ixb.handlers.netmarkets.prodstruct with parameters of type WTPartReferenceLink
protected  void NmWTPartReferenceLinkHandler.exportAttributes(WTPartReferenceLink link, IxbElement elem, Exporter exporter)
           
 

Uses of WTPartReferenceLink in wt.part
 

Methods in wt.part that return WTPartReferenceLink
static WTPartReferenceLink WTPartReferenceLink.newWTPartReferenceLink(WTPart referencedBy, WTDocumentMaster references)
          Default factory for the class.
 

Methods in wt.part with parameters of type WTPartReferenceLink
protected  boolean WTPartReferenceLink.readVersion(WTPartReferenceLink thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of WTPartReferenceLink in wt.pdmlink
 

Methods in wt.pdmlink with parameters of type WTPartReferenceLink
static void ProductIXUtils.exportWTPartReferenceLink(WTPartReferenceLink part_link, IxbElement elem, Exporter exporter)
          Exports a part reference link into the given IxbElement.