Interface IDoiVerificationEventData
-
- All Superinterfaces:
IServletEventData
,Serializable
public interface IDoiVerificationEventData extends IServletEventData
Interface for the data to be used in a double opt-in verification event.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Long
getDoiInitWorkflowNodeId()
Vorgang
getFormRecord()
Locale
getLocale()
Projekt
getProject()
Benutzer
getUser()
UUID
getVerifyUuid()
default boolean
isSkipWorkflowTriggers()
-
-
-
Method Detail
-
getFormRecord
Vorgang getFormRecord()
- Returns:
- form record that is to be verified
-
getProject
Projekt getProject()
- Returns:
- project for which the Doble Opt-In verification event should be executed
-
getVerifyUuid
UUID getVerifyUuid()
- Returns:
- verification UUID to be used for verification
-
getDoiInitWorkflowNodeId
Long getDoiInitWorkflowNodeId()
- Returns:
- the ID of the Workflow node that initialized the Double Opt-In
-
getUser
Benutzer getUser()
- Returns:
- user to perform the Double Opt-In verification event
-
getLocale
Locale getLocale()
- Returns:
- locale to be used in Double Opt-In verification process
-
isSkipWorkflowTriggers
default boolean isSkipWorkflowTriggers()
- Returns:
- whether or no the Double opt-in triggers should be skipped
-
-