Class EditChangeDirectiveFormProcessor

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.core.components.forms.DefaultEditFormProcessor
com.ptc.windchill.enterprise.changeDirective.forms.processors.EditChangeDirectiveFormProcessor
All Implemented Interfaces:
ObjectFormProcessor

public class EditChangeDirectiveFormProcessor extends DefaultEditFormProcessor
A class for handling change directive update wizard processing. This class implements the doOperation method in order to process a transaction for the Change Directive object wizard.

Supported API: true

Extendable: true
  • Method Details

    • doOperation

      public FormResult doOperation(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException
      This method will save the object that was updated by calling the registered delegates. Supported API: true
      Specified by:
      doOperation in interface ObjectFormProcessor
      Overrides:
      doOperation in class DefaultEditFormProcessor
      Parameters:
      clientData - The NmCommandBean that contains information of the context object
      objectBeans - The "object" attribute of these beans contain the object instances to be updated. One bean per object. Input. Required.
      objectBeanList - The List of objects that are currently being processed by the Processor
      Returns:
      FormResult object that is the feedback from one form processor to another or from a form processor back to a servlet after processing completes. If any error occurs, the FormResult will contain information about the error.
      Throws:
      Exception
      WTException