Uses of Interface
wt.org.OrganizationOwnedVersion

Packages that use OrganizationOwnedVersion
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 OrganizationOwnedVersion in wt.doc
 

Classes in wt.doc that implement OrganizationOwnedVersion
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of OrganizationOwnedVersion in wt.epm
 

Classes in wt.epm that implement OrganizationOwnedVersion
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of OrganizationOwnedVersion in wt.federation
 

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

Uses of OrganizationOwnedVersion in wt.org
 

Methods in wt.org that return OrganizationOwnedVersion
 OrganizationOwnedVersion MasterIteration.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 OrganizationOwnedVersion MasterIteration.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 

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

Uses of OrganizationOwnedVersion in wt.part
 

Classes in wt.part that implement OrganizationOwnedVersion
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.