Interface IDoiVerificationEventData
- All Superinterfaces:
 IServletEventData,Serializable
Interface for the data to be used in a double opt-in verification event.
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Method Details
- 
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.UsegetUser()instead.- Returns:
 - user to perform the Double Opt-In verification event
 
 
 - 
 
getUser()instead.