Uses of Interface
de.xima.fc.interfaces.servlet.event.result.IDoiVerificationResult
-
Packages that use IDoiVerificationResult 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.mdl.form de.xima.fc.servlet.event.result de.xima.fc.web.common.respond -
-
Uses of IDoiVerificationResult in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow that return IDoiVerificationResult 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 IDoiVerificationResult in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow that return IDoiVerificationResult 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 IDoiVerificationResult in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow that return IDoiVerificationResult Modifier and Type Method Description IDoiVerificationResult
WorkflowHandler. verifyDoubleOptIn(UserContext uc, IDoiVerificationEventData eventData)
-
Uses of IDoiVerificationResult in de.xima.fc.mdl.form
Classes in de.xima.fc.mdl.form that implement IDoiVerificationResult Modifier and Type Class Description class
DoiVerificationResult
Model class for the result of the execution of a double opt-in verification event. -
Uses of IDoiVerificationResult in de.xima.fc.servlet.event.result
Methods in de.xima.fc.servlet.event.result that return IDoiVerificationResult Modifier and Type Method Description static IDoiVerificationResult
ServletEventResultFactory. doiVerificationFailure(IEntityContext ec, Projekt project, Long doiInitWorkflowNodeId)
static IDoiVerificationResult
ServletEventResultFactory. doiVerificationSuccess(IEntityContext ec, Vorgang formRecord, Locale locale)
static IDoiVerificationResult
ServletEventResultFactory. doiVerificationSuccess(IEntityContext ec, ITaskExecutionResult result, Locale locale)
-
Uses of IDoiVerificationResult in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type IDoiVerificationResult Modifier and Type Method Description static void
FormResponder. respondVerifyOk(IExtendedFormRequestContext ctx, IDoiVerificationResult eventResult)
When the double opt-in was verified successfully: Responds to the HTTP request with the proper answer.
-