Class RegulatorySubmissionHelper
java.lang.Object
com.ptc.qualitymanagement.regmstr.RegulatorySubmissionHelper
Provides utility methods for working with regulatory submissions.
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegulatorySubmissionServiceThe implementedcom.ptc.qualitymanagement.regmstr.RegulatorySubmissionService. -
Method Summary
Modifier and TypeMethodDescriptionstatic RegulatorySubmissiongetRegulatorySubmission(Persistable persistable) Finds the regulatory submissions related to the persistable.static RegulatorySubmissionsetSubmissionStage(RegulatorySubmission regSub, com.ptc.qualitymanagement.regmstr.SubmissionStage submissionStage) This will set the Submission-Stage on Regulatory Submission.
-
Field Details
-
service
The implementedcom.ptc.qualitymanagement.regmstr.RegulatorySubmissionService.
Supported API: true
-
-
Method Details
-
getRegulatorySubmission
Finds the regulatory submissions related to the persistable.Persistable: RegulatorySubmission --> RegulatorySubmission
When the persistable is a WorkItem, the primaryBusinessObject is retrieved, then the above algorithm is used.
Returns null when no valid relationship is found.
Supported API: true- Parameters:
persistable-- Returns:
-
setSubmissionStage
public static RegulatorySubmission setSubmissionStage(RegulatorySubmission regSub, com.ptc.qualitymanagement.regmstr.SubmissionStage submissionStage) throws WTPropertyVetoException, WTException This will set the Submission-Stage on Regulatory Submission. It will update the submission with out creating a new Iteration.
Supported API: true- Parameters:
regSub-subStage-- Returns:
- Throws:
WTExceptionWTPropertyVetoException
-