Class RegulatoryMasterServiceEvent
java.lang.Object
wt.events.KeyedEvent
com.ptc.qualitymanagement.regmstr.RegulatoryMasterServiceEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
Provides a service specific event extended from KeyedEvent for Regulatory Master.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA constant that defines an event key that marks a failed transmission of a regulatory submission.static final StringA constant that defines an event key that marks the successful transmission of a regulatory submission.static final StringA constant that defines an event key that indicates Track Regulatory Submission action is used.static final StringA constant that defines an event key that indicates the transmission process has been stopped before completion.static final StringA constant that defines an event key that indicates entire transmission process is complete.static final StringA constant that defines an event key that indicates entire transmission process is complete but with errors.static final StringA constant that defines an event key that the transmission of a regulatory submission is taking longer than expected.static final StringA constant that defines an event key that indicates the transmission process failed.static final StringA constant that defines an event key that marks the start of transmission of a regulatory submission.static final StringA constant that defines an event key that indicates the Regulatory Submission Summary table was viewed on a Part info page. -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getAllEventNotificationDelegates, getConceptualClassname, getEventKey, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegateData, getEventNotificationDelegates, getEventTarget, getEventType, getTargetIDs, putEventNotificationDelegateData, toMultiObjectEvent, toSingleObjectEvents, toString
-
Field Details
-
TRANSMISSION_STARTED
A constant that defines an event key that marks the start of transmission of a regulatory submission.
Supported API: true- See Also:
-
ACKNOWLEDGEMENT_SUCCESSFUL
A constant that defines an event key that marks the successful transmission of a regulatory submission. It should be fired only once when the final acknowledgement is received and indicates success.
Supported API: true- See Also:
-
ACKNOWLEDGEMENT_FAILED
A constant that defines an event key that marks a failed transmission of a regulatory submission. It should be fired only once when the final acknowledgement is received and indicates failure. Failure includes acknowledgements that indicate data integrity issues that prevent the regulatory agency from accepting the submission.
Supported API: true- See Also:
-
TRANSMISSION_DELAYED
A constant that defines an event key that the transmission of a regulatory submission is taking longer than expected.
Supported API: true- See Also:
-
TRANSMISSION_COMPLETED_SUCCESSFUL
A constant that defines an event key that indicates entire transmission process is complete. It indicates that the agency has accepted the completed transmission. This should be fired after a successful acknowledgement and after any post acknowledgement processing is completed.
Supported API: true- See Also:
-
TRANSMISSION_COMPLETED_WITH_ERRORS
A constant that defines an event key that indicates entire transmission process is complete but with errors. It indicates that the agency has accepted the completed transmission but indicated that there are data integrity issues that need to be resolved. This should be fired after a failed acknowledgement and after any post acknowledgement processing is completed.
Supported API: true- See Also:
-
TRANSMISSION_CANCELED
A constant that defines an event key that indicates the transmission process has been stopped before completion.
Supported API: true- See Also:
-
TRANSMISSION_FAILED
A constant that defines an event key that indicates the transmission process failed.
Supported API: true- See Also:
-
VIEW_REGSUB_SUMMARY_PART
A constant that defines an event key that indicates the Regulatory Submission Summary table was viewed on a Part info page.
Supported API: true- See Also:
-
TRACK_REGSUB_EVENT
A constant that defines an event key that indicates Track Regulatory Submission action is used.
Supported API: true- See Also:
-