Package de.xima.fc.servlet.event
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 Summary
Constructors Constructor Description ServletEventDataFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.static IDoiVerificationEventData
doiVerification(IExtendedFormRequestContext ctx)
Creates the event data for a Double-Opt-In verification event.
-
-
-
Method Detail
-
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 foruser
- that triggers the eventlocale
- to be usedskipWorkflowTriggers
- 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.
-
-