Uses of Interface
wt.org.OrganizationOwnedMaster

Packages that use OrganizationOwnedMaster
wt.doc   
wt.epm
 
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.org
org package — Organization Service
The following figure shows a representation of the org package model. 
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 OrganizationOwnedMaster in wt.doc
 

Classes in wt.doc that implement OrganizationOwnedMaster
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Uses of OrganizationOwnedMaster in wt.epm
 

Classes in wt.epm that implement OrganizationOwnedMaster
 class EPMDocumentMaster
          The Master of an EPMDocument.
 

Uses of OrganizationOwnedMaster in wt.federation
 

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

Uses of OrganizationOwnedMaster in wt.org
 

Methods in wt.org that return OrganizationOwnedMaster
 OrganizationOwnedMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 OrganizationOwnedMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.org with parameters of type OrganizationOwnedMaster
 void MasterIteration.setMaster(OrganizationOwnedMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(OrganizationOwnedMaster master, OrganizationOwnedVersion iteration)
          Default factory for the class.
 void MasterIteration.setMaster(OrganizationOwnedMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(OrganizationOwnedMaster master, OrganizationOwnedVersion iteration)
          Default factory for the class.
 

Uses of OrganizationOwnedMaster in wt.part
 

Classes in wt.part that implement OrganizationOwnedMaster
 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.