Class QMSCommands

java.lang.Object
com.ptc.qualitymanagement.qms.QMSCommands
All Implemented Interfaces:
RemoteAccess

public class QMSCommands extends Object implements RemoteAccess
Supported API: true
  • Method Details

    • createRegulatorySubmissionProxy

      public static void createRegulatorySubmissionProxy(WTObject baseObject) throws WTException
      Creates a regulatory submission by creating a RegulatorySubmissionProxy and then passing it through the CREATE_REGSUB event. Selector is inferred from the type of the base object.

      Supported API: true


      Parameters:
      WTObject - baseObject
      Throws:
      WTException
    • createRegulatorySubmissionProxy

      public static void createRegulatorySubmissionProxy(WTObject baseObject, String selector) throws WTException
      Creates a regulatory submission by creating a RegulatorySubmissionProxy and then passing it through the CREATE_REGSUB event.

      Supported API: true
      Parameters:
      WTObject - baseObject
      String - selector
      Throws:
      WTException