Interface IFormDataAdapterProvidingEvent
- All Superinterfaces:
IWorkflowEventData
,Serializable
- All Known Subinterfaces:
IFormSubmissionEvent
Interface for
IWorkflowEventData
that contains IFormDataAdapter
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors
-
Method Details
-
getFormDataAdapter
IFormDataAdapter getFormDataAdapter()- Returns:
- The form data adapter with the form data provided by this event.
-