Interface IXFormProvidingEvent
- All Superinterfaces:
IWorkflowEventData
,Serializable
- All Known Subinterfaces:
IFormSubmissionEvent
Interface for
IWorkflowEventData
that contains an IXForm
.- 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
-
getXForm
IXForm getXForm()- Returns:
- The XForm provided by this event.
-