Uses of Interface
wt.workflow.requirement.RequirementsManageable

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

Uses of RequirementsManageable in wt.doc
 

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

Uses of RequirementsManageable in wt.federation
 

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

Uses of RequirementsManageable in wt.part
 

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