Class RelatedChangeItemFormDelegate

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.RelatedChangeItemFormDelegate
All Implemented Interfaces:
ObjectFormProcessorDelegate

public class RelatedChangeItemFormDelegate extends DefaultObjectFormProcessorDelegate
This class processes any related change objects of a Change Request or a Change Notice. A Change Request can have either related Problem Reports or Variances. A Change Notice can have related Change Requests. This will modify the change Request through the wt.change2.FormalizedBy binary link relationship. The change notice will be modified through the wt.change2.AddressedBy binary link relationship.
If this Form Delegate is to be used with a table which has an table ID other than change.associatedChanges.table the table ID can be specified in the FORM data with a key of RelatedChangeItemFormDelegate.tableId

Supported API: true

Extendable: true