Class ModifyChangeActionStatusFormProcessor

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

public class ModifyChangeActionStatusFormProcessor extends DefaultObjectFormProcessor
A class for handling modify change action status wizard processing. This class implements the doOperation method in order to process a transaction for changing status on a change action object.

Supported API: true

Extendable: true
  • Method Details

    • doOperation

      public FormResult doOperation(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException
      This method will modify the status of the change action object Supported API: true
      Specified by:
      doOperation in interface ObjectFormProcessor
      Overrides:
      doOperation in class DefaultObjectFormProcessor
      Parameters:
      clientData - NmCommandBean that contains the updated status information
      objectBeans - List that contains the Change Action object whose status is getting changed
      Returns:
      FormResult object that is the f Contains feedback message after processing completes. If any error occurs, the FormResult will contain information about the error.
      Throws:
      Exception
      WTException