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
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, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, 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 Details
-
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.
-