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 Deprecated Methods Modifier and Type Method Description Long
getDoiInitWorkflowNodeId()
Vorgang
getFormRecord()
Locale
getLocale()
Projekt
getProject()
default Benutzer
getUser()
Deprecated.UsegetUser()
instead.IUser
getUserModel()
UUID
getVerifyUuid()
default boolean
isDisplaysVerifyPage()
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
-
getUserModel
IUser getUserModel()
- 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
-
isDisplaysVerifyPage
default boolean isDisplaysVerifyPage()
- Returns:
- whether or not to display a verify page for the double opt in
-
getUser
@Deprecated default Benutzer getUser()
Deprecated.UsegetUser()
instead.- Returns:
- user to perform the Double Opt-In verification event
-
-