Interface IFormDataAdapterProvidingEvent
- 
- All Superinterfaces:
 IWorkflowEventData,Serializable
- All Known Subinterfaces:
 IFormSubmissionEvent
public interface IFormDataAdapterProvidingEvent extends IWorkflowEventData
Interface forIWorkflowEventDatathat containsIFormDataAdapter.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormDataAdaptergetFormDataAdapter()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getDefaultSystemState, getLocale, getUser, getWorkflowExecutionPostProcessors 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFormDataAdapter
IFormDataAdapter getFormDataAdapter()
- Returns:
 - The form data adapter with the form data provided by this event.
 
 
 - 
 
 -