Package de.xima.fc.servlet.event
Class ServletEventDataFactory
java.lang.Object
de.xima.fc.servlet.event.ServletEventDataFactory
Factory for the data of servlet events.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final IDoiVerificationEventDatadoiSelfVerification(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 final IDoiVerificationEventDataCreates the event data for a Double-Opt-In verification event.
-
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 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
Creates the event data for a Double-Opt-In verification event.- Parameters:
ctx-IExtendedFormRequestContextto create event data for- Returns:
- the created event data for a Double-Opt-In verification event.
-