Package com.ptc.qualitymanagement.qms
Class QMSCommands
java.lang.Object
com.ptc.qualitymanagement.qms.QMSCommands
- All Implemented Interfaces:
RemoteAccess
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateRegulatorySubmissionProxy(WTObject baseObject) Creates a regulatory submission by creating a RegulatorySubmissionProxy and then passing it through the CREATE_REGSUB event.static voidcreateRegulatorySubmissionProxy(WTObject baseObject, String selector) Creates a regulatory submission by creating a RegulatorySubmissionProxy and then passing it through the CREATE_REGSUB event.
-
Method Details
-
createRegulatorySubmissionProxy
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- baseObjectString- selector- Throws:
WTException
-