Class CreateChangeTaskTemplateFormProcessor

All Implemented Interfaces:
ObjectFormProcessor, com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor

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

Supported API: true

Extendable: true
  • Method Details

    • preProcess

      public FormResult preProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException
      This method will create the object that processor delegates will use. Any pre-processing that needs to be done for change notice or change task objects will be done here. When extending this class, call the super implementation to perform required processing.

      Supported API: true
      Specified by:
      preProcess in interface ObjectFormProcessor
      Overrides:
      preProcess in class CreateChangeTaskFormProcessor
      Parameters:
      clientData - The bean that represents client state
      objectBeans - List of changeable object beans to perform processing on
      Returns:
      Form result that represents whether the processing of the form was successful
      Throws:
      WTException - if there is a form processing error to display generic form processing error to client