Uses of Interface
de.xima.fc.interfaces.servlet.event.result.IDoiVerificationResult
Packages that use IDoiVerificationResult
Package
Description
Package für den API-Zugriff auf Workflowverarbeitung
-
Uses of IDoiVerificationResult in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow that return IDoiVerificationResultModifier and TypeMethodDescriptionWorkflowAPI.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 IDoiVerificationResultModifier 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 IDoiVerificationResult in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow that return IDoiVerificationResultModifier and TypeMethodDescriptionWorkflowHandler.verifyDoubleOptIn(UserContext uc, IDoiVerificationEventData eventData) -
Uses of IDoiVerificationResult in de.xima.fc.mdl.form
Classes in de.xima.fc.mdl.form that implement IDoiVerificationResultModifier and TypeClassDescriptionfinal classModel 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 IDoiVerificationResultModifier and TypeMethodDescriptionstatic final IDoiVerificationResultServletEventResultFactory.doiVerificationFailure(IEntityContext ec, Projekt project, Long doiInitWorkflowNodeId) static final IDoiVerificationResultServletEventResultFactory.doiVerificationPage(IEntityContext ec, Vorgang formRecord, Locale locale) static final IDoiVerificationResultServletEventResultFactory.doiVerificationSuccess(IEntityContext ec, Vorgang formRecord, Locale locale) static final IDoiVerificationResultServletEventResultFactory.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 IDoiVerificationResultModifier and TypeMethodDescriptionstatic voidFormResponder.respondVerifyOk(IExtendedFormRequestContext ctx, IDoiVerificationResult eventResult) When the double opt-in was verified successfully: Responds to the HTTP request with the proper answer.