Class RegulatoryMasterServiceEvent

java.lang.Object
wt.events.KeyedEvent
com.ptc.qualitymanagement.regmstr.RegulatoryMasterServiceEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class RegulatoryMasterServiceEvent extends KeyedEvent implements Serializable
Provides a service specific event extended from KeyedEvent for Regulatory Master.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • TRANSMISSION_STARTED

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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: