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
getFormDataAdapterMethods inherited from interface de.xima.fc.interfaces.workflow.event.IFormRecordProvidingEvent
getFormRecord, getFormRecordLockContext, isAnonymize, updateMethods inherited from interface de.xima.fc.interfaces.workflow.event.IHttpContextProvidingEvent
getHttpContextDataMethods inherited from interface de.xima.fc.interfaces.workflow.event.IProjectProvidingEvent
getProject, updateMethods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessorsMethods inherited from interface de.xima.fc.interfaces.workflow.event.IXFormProvidingEvent
getXFormMethods 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.
-