Uses of Interface
wt.maturity.Promotable

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

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

Uses of Promotable in wt.enterprise
 

Classes in wt.enterprise that implement Promotable
 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 Promotable in wt.epm
 

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

Uses of Promotable in wt.federation
 

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

Uses of Promotable in wt.maturity
 

Methods in wt.maturity that return Promotable
 Promotable PromotionTarget.getPromotable()
          Gets the object for the association that plays role: PROMOTABLE_ROLE.
 Promotable PromotionSeed.getPromotable()
          Gets the object for the association that plays role: PROMOTABLE_ROLE.
 

Methods in wt.maturity with parameters of type Promotable
 void StandardMaturityService.unattachPromotable(Promotable refObject, PromotionNotice promotionNotice, Class linkClass, String maturityRole)
          Deletes the association between a PromotionNotice and a Promotable.
 QueryResult StandardMaturityService.getBaselines(Promotable promotable)
          Returns a QueryResult of MaturityVersioned Baseline objects that this MaturityVersioned Baselineable item iteration is part of.
 boolean StandardMaturityService.isInBaseline(Promotable promotable, PromotionNotice promotionNotice)
          Returns true, if the MaturityVersioned item iteration is part of the MaturityBaseline associated to the PromotionNotice.
 boolean StandardMaturityService.isAnyIterationInBaseline(Promotable promotable, PromotionNotice promotionNotice)
          Returns true, if for this Maturity Baselineable, any items with the same Master are part of the MaturityBaseline associated to the PromotionNotice.
 void PromotionTarget.setPromotable(Promotable thePromotable)
          Sets the object for the association that plays role: PROMOTABLE_ROLE.
static PromotionTarget PromotionTarget.newPromotionTarget(PromotionNotice thePromotionNotice, Promotable thePromotable)
          Default factory for the class.
 void PromotionSeed.setPromotable(Promotable thePromotable)
          Sets the object for the association that plays role: PROMOTABLE_ROLE.
static PromotionSeed PromotionSeed.newPromotionSeed(PromotionNotice thePromotionNotice, Promotable thePromotable)
          Default factory for the class.
 void MaturityServiceFwd.unattachPromotable(Promotable refObject, PromotionNotice promotionNotice, Class linkClass, String maturityRole)
          Deletes the association between a PromotionNotice and a Promotable.
 QueryResult MaturityServiceFwd.getBaselines(Promotable promotable)
          Returns a QueryResult of MaturityVersioned Baseline objects that this MaturityVersioned Baselineable item iteration is part of.
 boolean MaturityServiceFwd.isInBaseline(Promotable promotable, PromotionNotice promotionNotice)
          Returns true, if the MaturityVersioned item iteration is part of the MaturityBaseline associated to the PromotionNotice.
 boolean MaturityServiceFwd.isAnyIterationInBaseline(Promotable promotable, PromotionNotice promotionNotice)
          Returns true, if for this Maturity Baselineable, any items with the same Master are part of the MaturityBaseline associated to the PromotionNotice.
 void MaturityService.unattachPromotable(Promotable refObject, PromotionNotice promotionNotice, Class linkClass, String maturityRole)
          Deletes the association between a PromotionNotice and a Promotable.
 QueryResult MaturityService.getBaselines(Promotable promotable)
          Returns a QueryResult of MaturityVersioned Baseline objects that this MaturityVersioned Baselineable item iteration is part of.
 boolean MaturityService.isInBaseline(Promotable promotable, PromotionNotice promotionNotice)
          Returns true, if the MaturityVersioned item iteration is part of the MaturityBaseline associated to the PromotionNotice.
 boolean MaturityService.isAnyIterationInBaseline(Promotable promotable, PromotionNotice promotionNotice)
          Returns true, if for this Maturity Baselineable, any items with the same Master are part of the MaturityBaseline associated to the PromotionNotice.
 

Uses of Promotable in wt.part
 

Classes in wt.part that implement Promotable
 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 Promotable in wt.replication.unit
 

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