Interface IInvitationSentEventData
- 
- All Superinterfaces:
 IFormRecordProvidingEvent,IProjectProvidingEvent,IWorkflowEventData,Serializable
public interface IInvitationSentEventData extends IFormRecordProvidingEvent
Interface for the event when a form record invitation has been sent successfully.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMailTo()- 
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
- 
getMailTo
String getMailTo()
- Returns:
 - The email address to which an invitation was sent (if any).
 
 
 - 
 
 -