Interface IInvitationErrorEventData
-
- All Superinterfaces:
IFormRecordProvidingEvent
,IProjectProvidingEvent
,IWorkflowEventData
,Serializable
public interface IInvitationErrorEventData extends IFormRecordProvidingEvent
Interface for the event when an error occurred while trying to send an invitation to a form record.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMailTo()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IFormRecordProvidingEvent
getFormRecord, 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
-
-
-
-
Method Detail
-
getMailTo
String getMailTo()
- Returns:
- The email address to which an invitation was sent (if any).
-
-