Interface IDoiVerificationResult
-
- All Superinterfaces:
IServletEventResult
,Serializable
- All Known Implementing Classes:
DoiVerificationResult
public interface IDoiVerificationResult extends IServletEventResult
Interface for the result of the verification of a Double Opt-In process of a form record.- Since:
- 7.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vorgang
getFormRecord()
IServletResponse
getServletResponse()
boolean
isWasSuccessful()
-
-
-
Method Detail
-
getFormRecord
Vorgang getFormRecord()
- Returns:
- form record for which the Double Opt-In verification event was executed
-
getServletResponse
IServletResponse getServletResponse()
- Returns:
- response to be returned to client
-
isWasSuccessful
boolean isWasSuccessful()
- Returns:
- whether or not the Double Opt-In verification was successful
-
-