Uses of Interface
wt.org.OrganizationOwnedImpl

Packages that use OrganizationOwnedImpl
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
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.inf.container   
wt.inf.library   
wt.inf.team   
wt.maturity   
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. 
wt.pdmlink   
wt.projmgmt.admin   
 

Uses of OrganizationOwnedImpl in wt.change2
 

Classes in wt.change2 that implement OrganizationOwnedImpl
 class ChangeIssue
          The abstract level representation of a change issue.
 class ChangeOrder2
          The abstract level representation of a change order.
 class ChangeRequest2
          The abstract level representation of a change request.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Uses of OrganizationOwnedImpl in wt.doc
 

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

Uses of OrganizationOwnedImpl in wt.epm
 

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

Uses of OrganizationOwnedImpl in wt.federation
 

Classes in wt.federation that implement OrganizationOwnedImpl
 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 OrganizationOwnedImpl in wt.inf.container
 

Subinterfaces of OrganizationOwnedImpl in wt.inf.container
 interface WTContainer
          Implementors of WTContainer should create a new WTContainerInfo in their initializer: protected void initialize() throws WTException { super.initialize(); try { setContainerInfo(WTContainerInfo.newWTContainerInfo()); } catch (WTPropertyVetoException wtpve) { throw new WTException(wtpve); } }

Supported API: true

Extendable: false
 

Classes in wt.inf.container that implement OrganizationOwnedImpl
 class ExchangeContainer
          A special type of container that is used as the root of a given installation's container hierarchy.
 class OrgContainer
          A container for an organization's business and administrative objects.
 

Methods in wt.inf.container with parameters of type OrganizationOwnedImpl
private  WTContained PersistenceManagerEventHandler.preStore(OrganizationOwnedImpl impl)
           
private  WTContained PersistenceManagerEventHandler.preStore(OrganizationOwnedImpl impl)
           
 

Uses of OrganizationOwnedImpl in wt.inf.library
 

Classes in wt.inf.library that implement OrganizationOwnedImpl
 class WTLibrary
           Use the newWTLibrary static factory method(s), not the WTLibrary constructor, to construct instances of this class.
 

Uses of OrganizationOwnedImpl in wt.inf.team
 

Subinterfaces of OrganizationOwnedImpl in wt.inf.team
 interface ContainerTeamManaged
          

Supported API: true

Extendable: false
 

Uses of OrganizationOwnedImpl in wt.maturity
 

Classes in wt.maturity that implement OrganizationOwnedImpl
 class PromotionNotice
          The implementation of PromotionNotices.
 

Uses of OrganizationOwnedImpl in wt.org
 

Subinterfaces of OrganizationOwnedImpl in wt.org
 interface OrganizationOwnedMaster
          This interface is designed to be implemented by Mastered objects.
 

Uses of OrganizationOwnedImpl in wt.part
 

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

Uses of OrganizationOwnedImpl in wt.pdmlink
 

Classes in wt.pdmlink that implement OrganizationOwnedImpl
 class PDMLinkProduct
           Use the newPDMLinkProduct static factory method(s), not the PDMLinkProduct constructor, to construct instances of this class.
 

Uses of OrganizationOwnedImpl in wt.projmgmt.admin
 

Classes in wt.projmgmt.admin that implement OrganizationOwnedImpl
 class Project2
          Project2 represents a"temporary endeavor undertaken to create a unique product or service." As such it has start and end dates.