Uses of Interface
de.xima.fc.interfaces.servlet.event.IDoiVerificationEventData
Packages that use IDoiVerificationEventData
Package
Description
Package für den API-Zugriff auf Workflowverarbeitung
-
Uses of IDoiVerificationEventData in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type IDoiVerificationEventDataModifier and TypeMethodDescriptionWorkflowAPI.verifyDoubleOptIn
(UserContext uc, IDoiVerificationEventData eventData) Verifies the Double Opt-In of the formRecord and executes the workflow tasks if necessary -
Uses of IDoiVerificationEventData in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type IDoiVerificationEventDataModifier and TypeMethodDescriptionIWorkflowHandler.verifyDoubleOptIn
(UserContext uc, IDoiVerificationEventData eventData) Verifies the Double Opt-In of the formRecord and executes the workflow tasks with triggers of typeEWorkflowTriggerType.FC_DOI_VERIFIED
-
Uses of IDoiVerificationEventData in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow with parameters of type IDoiVerificationEventDataModifier and TypeMethodDescriptionWorkflowHandler.verifyDoubleOptIn
(UserContext uc, IDoiVerificationEventData eventData) -
Uses of IDoiVerificationEventData in de.xima.fc.servlet.event
Methods in de.xima.fc.servlet.event that return IDoiVerificationEventDataModifier and TypeMethodDescriptionstatic final IDoiVerificationEventData
ServletEventDataFactory.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 final IDoiVerificationEventData
ServletEventDataFactory.doiVerification
(IExtendedFormRequestContext ctx) Creates the event data for a Double-Opt-In verification event.