Class ITextCoreProductEvent

    • Field Detail

      • PROCESS_PDF

        public static final java.lang.String PROCESS_PDF
        Process pdf event type.
        See Also:
        Constant Field Values
      • eventType

        private final java.lang.String eventType
    • Constructor Detail

      • ITextCoreProductEvent

        private ITextCoreProductEvent​(SequenceId sequenceId,
                                      IMetaInfo metaInfo,
                                      java.lang.String eventType,
                                      EventConfirmationType confirmationType)
        Creates an event associated with a general identifier and additional meta data.
        Parameters:
        sequenceId - is an identifier associated with the event
        metaInfo - is an additional meta info
        eventType - is a string description of the event
        confirmationType - defines when the event should be confirmed to notify that the associated process has finished successfully
    • Method Detail

      • createProcessPdfEvent

        public static ITextCoreProductEvent createProcessPdfEvent​(SequenceId sequenceId,
                                                                  IMetaInfo metaInfo,
                                                                  EventConfirmationType confirmationType)
        Creates an process pdf event which associated with a general identifier and additional meta data.
        Parameters:
        sequenceId - is an identifier associated with the event
        metaInfo - is an additional meta info
        confirmationType - defines when the event should be confirmed to notify that the associated process has finished successfully
        Returns:
        the process pdf event