Uses of Interface
wt.change2.RelatedProductData

Packages that use RelatedProductData
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. 
 

Uses of RelatedProductData in wt.change2
 

Classes in wt.change2 that implement RelatedProductData
 class AffectedActivityData
          A link between a ChangeActivity2 and a Changeable2 that allows the user to identify product data that must be somehow altered to satisfy the change activity.
 class ChangeRecord2
          A link between a ChangeActivity2 and a Changeable2 that allows the user to identify new changeable revisions that were created to satisfy a change activity.
 class ProblemProduct
          A link between a ChangeIssue and a WTProductMaster that allows the user to identify relevant product data.
 class RelevantAnalysisData
          A link between an AnalysisActivity and a Changeable2 that allows the user to identify relevant product data.
 class RelevantRequestData2
          A link between a ChangeRequest2 and a Changeable2 that allows the user to identify relevant product data.
 class ReportedAgainst
           Use the newReportedAgainst static factory method(s), not the ReportedAgainst constructor, to construct instances of this class.
 class SubjectProduct
          A link between a ChangeRequest2 and a WTProductMaster that allows the user to identify relevant product data.