Interface IXFormProvidingEvent
- 
- All Superinterfaces:
 IWorkflowEventData,Serializable
- All Known Subinterfaces:
 IFormSubmissionEvent
public interface IXFormProvidingEvent extends IWorkflowEventData
Interface forIWorkflowEventDatathat contains anIXForm.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IXFormgetXForm()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getDefaultSystemState, getLocale, getUser, getWorkflowExecutionPostProcessors 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getXForm
IXForm getXForm()
- Returns:
 - The XForm provided by this event.
 
 
 - 
 
 -