Class CreateChangeNoticeFormProcessor

All Implemented Interfaces:
ObjectFormProcessor, com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor
Direct Known Subclasses:
CreateChangeNoticeTemplateFormProcessor

public class CreateChangeNoticeFormProcessor extends CreateChangeItemFormProcessor
A class for top-level processor that perform a database operation on one or more change notice objects.

Implementation Notes: The association of the Change Impact Matrix is supported at this release, however in the future this functionality may be replaced by change templates. The association of the Change Impact Matrix will only take place if the property com.ptc.windchill.pdmlink.change.ImpactMatrix is set to true in the wt.properties file. The used to associate to the change notice is declared with the property com.ptc.windchill.pdmlink.change.changeImpactMatrixFile in wt.properties. The default value is /com/ptc/windchill/pdmlink/change/client/CMIIChangeImpactMatrix.xls . This value must be specified as a relative web-resource file path under the $WT_HOME/codebase location. If an exception occurs associating the Change Impact Matrix to the change notice, the processing of the change notice will not be terminated or rolled back. Any errors that occur will be logged in the Method Server log files.

Supported API: true

Extendable: true