Class ServletEventDataFactory


  • public class ServletEventDataFactory
    extends Object
    Factory for the data of servlet events.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • ServletEventDataFactory

        public ServletEventDataFactory()
    • Method Detail

      • doiSelfVerification

        public static final IDoiVerificationEventData doiSelfVerification​(Vorgang formRecord,
                                                                          Benutzer user,
                                                                          Locale locale,
                                                                          boolean skipWorkflowTriggers)
        Creates the event data for verifying the Double-Opt-In of a form record manually using the verify UUID of the form record itself.
        Parameters:
        formRecord - to verify Double opt-in for
        user - that triggers the event
        locale - to be used
        skipWorkflowTriggers - whether Double opt-in workflow triggers should be triggered or not
        Returns:
        the created event data for a Double-Opt-In verification event.