Uses of Interface
wt.build.BuildTargetMaster

Packages that use BuildTargetMaster
wt.build   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

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 BuildTargetMaster in wt.build
 

Methods in wt.build that return BuildTargetMaster
 BuildTargetMaster StandardBuildService.buildTargetMaster(BuildTargetMaster targetMaster)
          Propagates attributes from all source master to given target master.
 BuildTargetMaster BuildServiceFwd.buildTargetMaster(BuildTargetMaster targetMaster)
          Propagates attributes from all source master to given target master.
 BuildTargetMaster BuildService.buildTargetMaster(BuildTargetMaster targetMaster)
          Propagates attributes from all source master to given target master.
 

Methods in wt.build with parameters of type BuildTargetMaster
 BuildTargetMaster StandardBuildService.buildTargetMaster(BuildTargetMaster targetMaster)
          Propagates attributes from all source master to given target master.
 QueryResult StandardBuildService.buildTargetMaster(BuildTargetMaster[] targetMasters)
          Propagates attributes from all source master to given target masters.
 BuildTargetMaster BuildServiceFwd.buildTargetMaster(BuildTargetMaster targetMaster)
          Propagates attributes from all source master to given target master.
 QueryResult BuildServiceFwd.buildTargetMaster(BuildTargetMaster[] targetMasters)
          Propagates attributes from all source master to given target masters.
 BuildTargetMaster BuildService.buildTargetMaster(BuildTargetMaster targetMaster)
          Propagates attributes from all source master to given target master.
 QueryResult BuildService.buildTargetMaster(BuildTargetMaster[] targetMasters)
          Propagates attributes from all source master to given target masters.
 

Uses of BuildTargetMaster in wt.federation
 

Classes in wt.federation that implement BuildTargetMaster
 class ProxyPartMaster
           Use the newProxyPartMaster static factory method(s), not the ProxyPartMaster constructor, to construct instances of this class.
 

Uses of BuildTargetMaster in wt.part
 

Classes in wt.part that implement BuildTargetMaster
 class WTPartMaster
          This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTParts which represent the various stages (versions or iterations) of change for the changeable aspects of this part.
 class WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.