Uses of Interface
wt.change2.ConcreteChangeableAssociationDelegate

Packages that use ConcreteChangeableAssociationDelegate
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 ConcreteChangeableAssociationDelegate in wt.change2
 

Classes in wt.change2 that implement ConcreteChangeableAssociationDelegate
 class AffectedActivityDataDelegate
          Links a ChangeActivity2 object to each of the Changeable2 objects in a Vector.
 class ChangeRecord2Delegate
          Links a ChangeActivity2 object to each of the Changeable2 objects in a Vector.
 class ProblemProductDelegate
          This class is used to construct ProblemProduct links.
 class RelevantAnalysisDataDelegate
          Links an AnalysisActivity object to each of the Changeable2 objects in a Vector.
 class RelevantRequestData2Delegate
          This class is used to construct RelevantRequestData2 links.
 class ReportedAgainstDelegate
          This class is used to construct ReportedAgainst links.
 class SubjectProductDelegate
          This class is used to construct SubjectProduct links.
 

Methods in wt.change2 that return ConcreteChangeableAssociationDelegate
 ConcreteChangeableAssociationDelegate Change2DelegateFactory.getConcreteChangeableAssociationDelegate(Class theClass, ChangeItemIfc object)
          Returns a ConcreteChangeableAssociationDelegate based upon the property file entry: wt.services/svc/default/wt.change2.ConcreteChangeableAssociationDelegate/wt.change2.RelevantAnalysisData/wt.change2.WTAnalysisActivity/1=wt.change2.RelevantAnalysisDataDelegate/singleton

Supported API: true