Package wt.change2

Class RelevantAnalysisData

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToObjectLink
All Implemented Interfaces:
Externalizable, Serializable, wt.change2._RelatedProductData, RelatedProductData, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.archive._Archiveable, wt.fc.archive.Archiveable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, DisplayIdentification, wt.ufid._Federatable, wt.ufid.Federatable

Deprecated.
A link between an AnalysisActivity and a Changeable2 that allows the user to identify relevant product data. The description attribute is used to explain the relevance of the associated changeable.

To create a RelevantAnalysisData link that is supported with association constraints the recommended order of operations are:
  • Use the newRelevantAnalysisData static factory method(s), not the RelevantAnalysisData constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.
  • Set the change item role and the changeable role on the returned typed link.
  • Set any initial or required attributes on the typed link.
  • Call the change service to store the link associations ChangeHelper2.service.storeAssocations(AnalysisActivity, WTCollection) to save the collection of RelevantAnalysisData links.


  • Supported API: true

    Extendable: true
    See Also: