Uses of Class
org.opencastproject.index.service.impl.util.EventHttpServletRequest
Packages that use EventHttpServletRequest
Package
Description
-
Uses of EventHttpServletRequest in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api with parameters of type EventHttpServletRequestModifier and TypeMethodDescriptionIndexService.createEvent(EventHttpServletRequest eventHttpServletRequest) Create a new event using aEventHttpServletRequest. -
Uses of EventHttpServletRequest in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type EventHttpServletRequestModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(EventHttpServletRequest eventHttpServletRequest) -
Uses of EventHttpServletRequest in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util that return EventHttpServletRequestModifier and TypeMethodDescriptionstatic EventHttpServletRequestEventHttpServletRequest.createFromHttpServletRequest(javax.servlet.http.HttpServletRequest request, IngestService ingestService, List<EventCatalogUIAdapter> eventCatalogUIAdapters, String startDatePattern, String startTimePattern) static EventHttpServletRequestEventHttpServletRequest.updateFromHttpServletRequest(Event event, javax.servlet.http.HttpServletRequest request, List<EventCatalogUIAdapter> eventCatalogUIAdapters, String startDatePattern, String startTimePattern) Load the details of updating an event.