Interface IDoiVerifiedEventData
- 
- All Superinterfaces:
 IFormRecordProvidingEvent,IProjectProvidingEvent,IWorkflowEventData,Serializable
public interface IDoiVerifiedEventData extends IFormRecordProvidingEvent
Interface for the event when an initialized double opt-in process (seeEWorkflowNodeType.FC_DOI_INIT) has been confirmed.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowNodegetDoiInitWorkflowNode()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IFormRecordProvidingEvent
getFormRecord, getFormRecordLockContext, isAnonymize, update 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IProjectProvidingEvent
getProject, update 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getDefaultSystemState, getLocale, getUser, getWorkflowExecutionPostProcessors 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDoiInitWorkflowNode
WorkflowNode getDoiInitWorkflowNode()
- Returns:
 - workflow node that initialized the Double Opt-In process
 
 
 - 
 
 -