Uses of Interface
de.xima.fc.interfaces.servlet.event.IDoiVerificationEventData
-
Packages that use IDoiVerificationEventData Package Description de.xima.fc.api.workflow Package für den API-Zugriff auf Workflowverarbeitungde.xima.fc.handler.interfaces.workflow de.xima.fc.handler.workflow de.xima.fc.servlet.event -
-
Uses of IDoiVerificationEventData in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type IDoiVerificationEventData Modifier and Type Method Description IDoiVerificationResult
WorkflowAPI. 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 IDoiVerificationEventData Modifier and Type Method Description IDoiVerificationResult
IWorkflowHandler. 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 IDoiVerificationEventData Modifier and Type Method Description IDoiVerificationResult
WorkflowHandler. verifyDoubleOptIn(UserContext uc, IDoiVerificationEventData eventData)
-
Uses of IDoiVerificationEventData in de.xima.fc.servlet.event
Methods in de.xima.fc.servlet.event that return IDoiVerificationEventData Modifier and Type Method Description static IDoiVerificationEventData
ServletEventDataFactory. 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.static IDoiVerificationEventData
ServletEventDataFactory. doiVerification(IExtendedFormRequestContext ctx)
Creates the event data for a Double-Opt-In verification event.
-