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 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 marks the start of transmission of a regulatory submission. -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
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 acknowledgment 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 acknowledgment is received and indicates failure. Failure includes acknowledgments 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 acknowledgment and after any post acknowledgment 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 acknowledgment and after any post acknowledgment processing is completed.
Supported API: true- See Also:
-