Uses of Class
wt.build.BuildReference

Packages that use BuildReference
wt.build   
wt.epm.build   
wt.ixb.epm.handlers.forclasses   
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. 
 

Uses of BuildReference in wt.build
 

Methods in wt.build that return BuildReference
static BuildReference BuildReference.newBuildReference()
          

Supported API: false
static BuildReference BuildReference.newBuildReference(String applicationTag, String uniqueId)
          

Supported API: false
static BuildReference BuildHelper.makeBuildReference(String applicationTag, UsesOccurrence sourceOccurrence)
          Creates a build reference for a buildable occurrence.
 BuildReference BuildableObject.getSourceIdentification()
          Gets the object for the association that plays role: SOURCE_IDENTIFICATION.
 

Methods in wt.build with parameters of type BuildReference
 BuildableLink StandardBuildService.newBuildableLink(Class linkClass, BuildTarget buildTargetRoleObject, Persistable persistableRoleObject, BuildReference buildReference)
          

Supported API: false
 BuildableLink StandardBuildService.getBuiltLink(BuildReference buildReference)
          Deprecated.  
 void StandardBuildService.markAsBuilt(BuildableLink link, BuildReference buildReference)
          Deprecated. at R6. Please use BuildHelper.markAsBuilt().
 BuildableOccurrence StandardBuildService.getBuiltOccurrence(BuildReference buildReference)
          Returns the "built" buildable occurrence that is associated with this build reference..
 BuildableLink StandardBuildService.getBuiltLink(BuildTarget targetParent, BuildReference buildReference)
          Returns a "built" buildable link (if exists else null) with the given build reference.
private  String StandardBuildService.getKey(QueryKey targetKey, BuildReference br)
           
 BuildableLink BuildServiceFwd.newBuildableLink(Class linkClass, BuildTarget buildTargetRoleObject, Persistable persistableRoleObject, BuildReference buildReference)
          

Supported API: false
 BuildableLink BuildServiceFwd.getBuiltLink(BuildReference buildReference)
          Deprecated.  
 void BuildServiceFwd.markAsBuilt(BuildableLink link, BuildReference buildReference)
          Deprecated. at R6. Please use BuildHelper.markAsBuilt().
 BuildableOccurrence BuildServiceFwd.getBuiltOccurrence(BuildReference buildReference)
          Returns the "built" buildable occurrence that is associated with this build reference..
 BuildableLink BuildServiceFwd.getBuiltLink(BuildTarget targetParent, BuildReference buildReference)
          Returns a "built" buildable link (if exists else null) with the given build reference.
 BuildableLink BuildService.newBuildableLink(Class linkClass, BuildTarget buildTargetRoleObject, Persistable persistableRoleObject, BuildReference buildReference)
          

Supported API: false
 BuildableLink BuildService.getBuiltLink(BuildReference buildReference)
          Deprecated.  
 void BuildService.markAsBuilt(BuildableLink link, BuildReference buildReference)
          Deprecated. at R6. Please use BuildHelper.markAsBuilt().
 BuildableOccurrence BuildService.getBuiltOccurrence(BuildReference buildReference)
          Returns the "built" buildable occurrence that is associated with this build reference..
 BuildableLink BuildService.getBuiltLink(BuildTarget targetParent, BuildReference buildReference)
          Returns a "built" buildable link (if exists else null) with the given build reference.
protected  boolean BuildReference.readVersion(BuildReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static void BuildHelper.markAsBuilt(BuildableObject object, BuildReference buildReference)
          This method converts a "non built" buildable object to "built" buildable object by setting the object's build reference.
 void BuildableObject.setSourceIdentification(BuildReference a_SourceIdentification)
          Sets the object for the association that plays role: SOURCE_IDENTIFICATION.
 

Uses of BuildReference in wt.epm.build
 

Methods in wt.epm.build with parameters of type BuildReference
 WTPartUsageLink EPMDefaultBuildLinksDelegate.createNewLink(WTPart parent, WTPartMaster childMaster, BuildReference buildReference, Quantity quantity)
          Creates a new "built" part usage link between the given Part and PartMaster.
 WTPartUsageLink EPMDefaultBuildLinksDelegate.subsumeNonBuiltLink(QueryResult links, BuildReference buildReference, Quantity quantity)
          This method replaces a "non built" part usage link with a "built" part usage link.
 WTPartUsageLink EPMBuildLinksDelegate.createNewLink(WTPart parent, WTPartMaster childMaster, BuildReference buildReference, Quantity quantity)
          Creates a new "built" part usage link between the given Part and PartMaster.
 WTPartUsageLink EPMBuildLinksDelegate.subsumeNonBuiltLink(QueryResult links, BuildReference buildReference, Quantity quantity)
          This method replaces a "non built" part usage link with a "built" part usage link.
private  String EPMBuildDelegate.getKey(QueryKey targetKey, BuildReference br)
           
 

Uses of BuildReference in wt.ixb.epm.handlers.forclasses
 

Methods in wt.ixb.epm.handlers.forclasses with parameters of type BuildReference
static QueryResult ExpImpForEPMBuildHistory.getBuiltFromOccurrenceForExport(BuildReference br)
           
static EPMUsesOccurrence ExpImpForEPMBuildHistory.getBuiltFromOccurrenceForImport(BuildReference br, String name, EPMBuildLinksRule rule)
           
 

Uses of BuildReference in wt.part
 

Fields in wt.part declared as BuildReference
private  BuildReference WTPartUsageLink.sourceIdentification
           
private  BuildReference PartUsesOccurrence.sourceIdentification
           
 

Methods in wt.part that return BuildReference
 BuildReference WTPartUsageLink.getSourceIdentification()
          Gets the object for the association that plays role: SOURCE_IDENTIFICATION.
 BuildReference PartUsesOccurrence.getSourceIdentification()
          Gets the object for the association that plays role: SOURCE_IDENTIFICATION.
 

Methods in wt.part with parameters of type BuildReference
 void WTPartUsageLink.setSourceIdentification(BuildReference a_SourceIdentification)
          Sets the object for the association that plays role: SOURCE_IDENTIFICATION.
 void PartUsesOccurrence.setSourceIdentification(BuildReference a_SourceIdentification)
          Sets the object for the association that plays role: SOURCE_IDENTIFICATION.