Uses of Interface
wt.change2.ChangeableIfc

Packages that use ChangeableIfc
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.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
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.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.replication.unit   
 

Uses of ChangeableIfc in wt.change2
 

Subinterfaces of ChangeableIfc in wt.change2
 interface Changeable2
          Changeable objects are business objects that can be associated to a change object.
 

Methods in wt.change2 that return ChangeableIfc
 ChangeableIfc ChangeRecordIfc.getChangeableIfc()
          Gets the object for the association that plays role: CHANGEABLE_IFC_ROLE.
 ChangeableIfc ChangeRecord2.getChangeableIfc()
          Gets the object for the association that plays role: CHANGEABLE_IFC_ROLE.
 ChangeableIfc ChangeRecord2.getChangeable2()
          Gets the object for the association that plays role: CHANGEABLE2_ROLE.
 

Methods in wt.change2 with parameters of type ChangeableIfc
 void ChangeRecordIfc.setChangeableIfc(ChangeableIfc theChangeableIfc)
          Sets the object for the association that plays role: CHANGEABLE_IFC_ROLE.
 void ChangeRecord2.setChangeableIfc(ChangeableIfc theChangeableIfc)
          Sets the object for the association that plays role: CHANGEABLE_IFC_ROLE.
 void ChangeRecord2.setChangeable2(ChangeableIfc theChangeable2)
          Sets the object for the association that plays role: CHANGEABLE2_ROLE.
 

Uses of ChangeableIfc in wt.doc
 

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

Uses of ChangeableIfc in wt.enterprise
 

Classes in wt.enterprise that implement ChangeableIfc
 class RevisionControlled
          This wt.lifecycle.LifeCycleManged first class information object is an IteratedFoldered which allows special foldering to take into account its Versioned nature (and it is controlled via a checkin/checkoutmechanism), and it is DomainAdministered; it is similar to Managed except that it is a IteratedFoldered rather than Foldered.
 

Uses of ChangeableIfc in wt.epm
 

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

Uses of ChangeableIfc in wt.federation
 

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

Uses of ChangeableIfc in wt.part
 

Classes in wt.part that implement ChangeableIfc
 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 WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 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.
 

Uses of ChangeableIfc in wt.replication.unit
 

Classes in wt.replication.unit that implement ChangeableIfc
 class WTUnit
          Deprecated.