Interface IHttpContextProvidingEvent
-
- All Superinterfaces:
IWorkflowEventData
,Serializable
- All Known Subinterfaces:
IFormSubmissionEvent
public interface IHttpContextProvidingEvent extends IWorkflowEventData
Interface forIWorkflowEventData
that are triggered in the context of an HTTP request.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHttpContextData
getHttpContextData()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors
-
-
-
-
Method Detail
-
getHttpContextData
IHttpContextData getHttpContextData()
- Returns:
- The data from an HTTP request provided by this event.
-
-