Class ServletEventDataFactory

java.lang.Object
de.xima.fc.servlet.event.ServletEventDataFactory

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

    • ServletEventDataFactory

      public ServletEventDataFactory()
  • Method Details

    • doiSelfVerification

      public static final IDoiVerificationEventData doiSelfVerification(Vorgang formRecord, IUser 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.
    • doiVerification

      public static final IDoiVerificationEventData doiVerification(IExtendedFormRequestContext ctx)
      Creates the event data for a Double-Opt-In verification event.
      Parameters:
      ctx - IExtendedFormRequestContext to create event data for
      Returns:
      the created event data for a Double-Opt-In verification event.