Class SendToDistributionTargetFormProcessor

java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.esi.forms.SendToDistributionTargetFormProcessor
All Implemented Interfaces:
ObjectFormProcessor

public class SendToDistributionTargetFormProcessor extends DefaultObjectFormProcessor
Send To Distribution Target Wizard Form Processor. Processes wizard data and initiates publication of a part, a BOM or a CAD document structure.

Supported API: true


Extendable: true


Since:
Windchill 9.0
See Also:
  • Method Details

    • doOperation

      public FormResult doOperation(NmCommandBean clientData, List<ObjectBean> objList) throws WTException
      Sends the object to the distribution target.

      Supported API: true
      Specified by:
      doOperation in interface ObjectFormProcessor
      Overrides:
      doOperation in class DefaultObjectFormProcessor
      Parameters:
      clientData - - Contains request form data and other context information.
      objList - - Contains the object(s) to be stored, updated, moved, etc. Note:
      • Not applicable for this form processor as the object is published to ERP and not stored, updated, or modified in the Windchill database.
      Returns:
      - The FormResult indicating the outcome of the operation.
      Throws:
      WTException