Interface IHttpContextProvidingEvent
- All Superinterfaces:
IWorkflowEventData, Serializable
- All Known Subinterfaces:
IFormSubmissionEvent
Interface for
IWorkflowEventData that are triggered in the context of an HTTP request.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors
-
Method Details
-
getHttpContextData
IHttpContextData getHttpContextData()- Returns:
- The data from an HTTP request provided by this event.
-