Uses of Class
org.opencastproject.elasticsearch.index.objects.event.Event
Packages that use Event
Package
Description
-
Uses of Event in org.opencastproject.adminui.util
Methods in org.opencastproject.adminui.util that return types with arguments of type EventModifier and TypeMethodDescriptionBulkUpdateUtil.getEvent(IndexService indexSvc, ElasticsearchIndex index, String id) Wraps the IndexService.getEvent() method to convert SearchIndexExceptions into RuntimeExceptions.Methods in org.opencastproject.adminui.util with parameters of type EventModifier and TypeMethodDescriptionstatic org.json.simple.JSONObjectBulkUpdateUtil.addSchedulingDates(Event event, org.json.simple.JSONObject scheduling) Takes the given scheduling information and completes the event start and end dates as well as the duration for the given event. -
Uses of Event in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index that return types with arguments of type EventModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateEvent(String id, Function<Optional<Event>, Optional<Event>> updateFunction, String orgId, User user) Adds or updates the event in the search index.ElasticsearchIndex.getByQuery(EventSearchQuery query) Loads the event from the search index if it exists.Method parameters in org.opencastproject.elasticsearch.index with type arguments of type EventModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateEvent(String id, Function<Optional<Event>, Optional<Event>> updateFunction, String orgId, User user) Adds or updates the event in the search index.ElasticsearchIndex.addOrUpdateEvent(String id, Function<Optional<Event>, Optional<Event>> updateFunction, String orgId, User user) Adds or updates the event in the search index.voidElasticsearchIndex.bulkEventUpdate(List<Event> eventList) Adds the recording events to the search index or updates it accordingly if it is there. -
Uses of Event in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that return EventModifier and TypeMethodDescriptionstatic EventEventIndexUtils.toRecordingEvent(SearchMetadataCollection metadata, javax.xml.bind.Unmarshaller unmarshaller) Creates a search result item based on the data returned from the search index.static EventEventIndexUtils.updateEvent(Event event, MediaPackage mp) Update the givenEventwith the givenMediaPackage.static EventEventIndexUtils.updateEvent(Event event, DublinCore dc) Update the givenEventwith the givenDublinCore.static EventEventIndexUtils.updateEventExtendedMetadata(Event event, DublinCoreCatalog dc, MediaPackageElementFlavor flavor) Update extended metadata for event from dublin core catalog.static EventEventIndexUtils.updateTechnicalDate(Event event) static EventEvent.valueOf(InputStream xml, javax.xml.bind.Unmarshaller unmarshaller) Reads the recording event from the input stream.static EventEvent.valueOfJson(InputStream json) Reads the recording event from the input stream.Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type EventModifier and TypeMethodDescriptionstatic SearchMetadataCollectionEventIndexUtils.toSearchMetadata(Event event, ListProvidersService listProviderService, boolean episodeIdRole) Creates search metadata from a recording event such that the event can be stored in the search index.static EventEventIndexUtils.updateEvent(Event event, MediaPackage mp) Update the givenEventwith the givenMediaPackage.static EventEventIndexUtils.updateEvent(Event event, DublinCore dc) Update the givenEventwith the givenDublinCore.static EventEventIndexUtils.updateEventExtendedMetadata(Event event, DublinCoreCatalog dc, MediaPackageElementFlavor flavor) Update extended metadata for event from dublin core catalog.static voidEventIndexUtils.updateSeriesName(Event event, String organization, User user, ElasticsearchIndex searchIndex) A function to update the series title within an event.static voidEventIndexUtils.updateSeriesName(Event event, String organization, User user, ElasticsearchIndex searchIndex, int tries, long sleep) A function to update the series title within an event.static EventEventIndexUtils.updateTechnicalDate(Event event) -
Uses of Event in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type EventModifier and TypeMethodDescriptionprotected com.entwinemedia.fn.data.json.JValueEventsEndpoint.eventToJSON(Event event, Boolean withAcl, Boolean withMetadata, Boolean withScheduling, Boolean withPublications, Boolean includeInternalPublication, Boolean withSignedUrls, ApiVersion requestedVersion) Transform anEventto Jsonprotected static AccessControlListEventsEndpoint.getAclFromEvent(Event event) Get anAccessControlListfrom anEvent.protected com.entwinemedia.fn.data.Opt<MetadataList> EventsEndpoint.getEventMetadata(Event event) -
Uses of Event in org.opencastproject.graphql.acl
Methods in org.opencastproject.graphql.acl with parameters of type EventModifier and TypeMethodDescriptionprotected static AccessControlListAclEventExtension.getAclFromEvent(Event event) -
Uses of Event in org.opencastproject.graphql.event
Fields in org.opencastproject.graphql.event with type parameters of type EventMethods in org.opencastproject.graphql.event that return EventConstructors in org.opencastproject.graphql.event with parameters of type EventConstructor parameters in org.opencastproject.graphql.event with type arguments of type Event -
Uses of Event in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that return types with arguments of type EventModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.Opt<Event> IndexService.getEvent(String id, ElasticsearchIndex index) Get a single eventMethods in org.opencastproject.index.service.api with parameters of type EventModifier and TypeMethodDescriptionIndexService.getEventMediapackage(Event event) IndexService.getEventSource(Event event) voidIndexService.removeCatalogByFlavor(Event event, MediaPackageElementFlavor flavor) Remove catalogs from the event with the given flavor.IndexService.removeEvent(Event event, String retractWorkflowId) Removes an event and retracts it if necessary.voidIndexService.updateCommentCatalog(Event event, List<EventComment> comments) -
Uses of Event in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that return types with arguments of type EventModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.Opt<Event> IndexServiceImpl.getEvent(String id, ElasticsearchIndex index) Methods in org.opencastproject.index.service.impl with parameters of type EventModifier and TypeMethodDescriptionIndexServiceImpl.getEventMediapackage(Event event) IndexServiceImpl.getEventSource(Event event) Determines in a very basic way what kind of source the event isvoidIndexServiceImpl.removeCatalogByFlavor(Event event, MediaPackageElementFlavor flavor) IndexServiceImpl.removeEvent(Event event, String retractWorkflowId) voidIndexServiceImpl.updateCommentCatalog(Event event, List<EventComment> comments) -
Uses of Event in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util with parameters of type EventModifier and TypeMethodDescriptionstatic DublinCoreMetadataCollectionEventUtils.getEventMetadata(Event event, EventCatalogUIAdapter eventCatalogUIAdapter) Loads the metadata for the given eventstatic DublinCoreMetadataCollectionEventUtils.getEventMetadata(Event event, EventCatalogUIAdapter eventCatalogUIAdapter, ResourceListQuery collectionQueryOverride) Loads the metadata for the given eventstatic voidEventUtils.setEventMetadataValues(Event event, DublinCoreMetadataCollection eventMetadata) Set values of metadata fields from event.static EventHttpServletRequestEventHttpServletRequest.updateFromHttpServletRequest(Event event, javax.servlet.http.HttpServletRequest request, List<EventCatalogUIAdapter> eventCatalogUIAdapters, String startDatePattern, String startTimePattern) Load the details of updating an event.