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