Interface IFormSubmissionEvent
- 
- All Superinterfaces:
 IFormDataAdapterProvidingEvent,IFormRecordProvidingEvent,IHttpContextProvidingEvent,IProjectProvidingEvent,IWorkflowEventData,IXFormProvidingEvent,IXFormRenderConfigProvidingEvent,Serializable
public interface IFormSubmissionEvent extends IFormRecordProvidingEvent, IHttpContextProvidingEvent, IXFormRenderConfigProvidingEvent, IXFormProvidingEvent, IFormDataAdapterProvidingEvent
Interface for the event when a form was submitted via an HTTP request.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSubmitButton()StringgetSubmitButtonQualifier()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IFormDataAdapterProvidingEvent
getFormDataAdapter 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IFormRecordProvidingEvent
getFormRecord, getFormRecordLockContext, isAnonymize, update 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IHttpContextProvidingEvent
getHttpContextData 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IProjectProvidingEvent
getProject, update 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getDefaultSystemState, getLocale, getUser, getWorkflowExecutionPostProcessors 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IXFormProvidingEvent
getXForm 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IXFormRenderConfigProvidingEvent
getXFormRenderConfig 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSubmitButton
String getSubmitButton()
- Returns:
 - The name of the submit button that was used to submit the form.
 
 
- 
getSubmitButtonQualifier
String getSubmitButtonQualifier()
- Returns:
 - The qualifying name of the submit button that was used to submit the form. Usually the name of the button list form element that contains the button.
 
 
 - 
 
 -