Uses of Class
org.opencastproject.index.service.exception.IndexServiceException
Packages that use IndexServiceException
Package
Description
-
Uses of IndexServiceException in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that throw IndexServiceExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAbstractEventEndpoint.applyAclToEvent(String eventId, String acl) javax.ws.rs.core.ResponseAbstractEventEndpoint.getAttachment(String eventId, String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.getCatalog(String eventId, String id) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseAbstractEventEndpoint.getPublication(String eventId, String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.updateEventScheduling(String eventId, String scheduling) -
Uses of IndexServiceException in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that throw IndexServiceExceptionModifier 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 com.entwinemedia.fn.data.Opt<MetadataList> EventsEndpoint.getEventMetadata(Event event) protected com.entwinemedia.fn.data.Opt<MetadataList> EventsEndpoint.getEventMetadataById(String id) protected javax.ws.rs.core.ResponseEventsEndpoint.getJsonEvents(String acceptHeader, List<IndexObject> events, Boolean withAcl, Boolean withMetadata, Boolean withScheduling, Boolean withPublications, Boolean includeInternalPublication, Boolean withSignedUrls, ApiVersion requestedVersion) Render a collection ofEvents into a json array. -
Uses of IndexServiceException in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that throw IndexServiceExceptionModifier and TypeMethodDescriptionIndexService.createEvent(javax.servlet.http.HttpServletRequest request) Creates a new event based on a request.IndexService.createSeries(org.json.simple.JSONObject metadata) Create a new series.IndexService.createSeries(MetadataList metadataList, Map<String, String> options, com.entwinemedia.fn.data.Opt<AccessControlList> optAcl, com.entwinemedia.fn.data.Opt<Long> optThemeId) Create a series from a set of metadata and options.IndexService.getEventMediapackage(Event event) voidIndexService.removeCatalogByFlavor(Event event, MediaPackageElementFlavor flavor) Remove catalogs from the event with the given flavor.voidIndexService.removeCatalogByFlavor(Series series, MediaPackageElementFlavor flavor) Remove a catalog from the series that matches the given flavor.IndexService.updateAllEventMetadata(String id, String metadataJSON, ElasticsearchIndex index) Update the event metadata in all available catalogs.IndexService.updateAllSeriesMetadata(String id, String metadataJSON, ElasticsearchIndex index) Update the series metadata in all available catalogs.IndexService.updateAllSeriesMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) Update the series metadata in all available catalogs by providing a completeMetadataListIndexService.updateEventAcl(String id, AccessControlList acl, ElasticsearchIndex index) Update the event'sAccessControlList.IndexService.updateEventAssets(MediaPackage mp, javax.servlet.http.HttpServletRequest request) Create or Update an existing event asset.IndexService.updateEventMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) Update an event's metadata using aMetadataList -
Uses of IndexServiceException in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that throw IndexServiceExceptionModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(javax.servlet.http.HttpServletRequest request) IndexServiceImpl.createSeries(org.json.simple.JSONObject metadata) IndexServiceImpl.createSeries(MetadataList metadataList, Map<String, String> options, com.entwinemedia.fn.data.Opt<AccessControlList> optAcl, com.entwinemedia.fn.data.Opt<Long> optThemeId) IndexServiceImpl.getEventMediapackage(Event event) voidIndexServiceImpl.removeCatalogByFlavor(Event event, MediaPackageElementFlavor flavor) voidIndexServiceImpl.removeCatalogByFlavor(Series series, MediaPackageElementFlavor flavor) IndexServiceImpl.updateAllEventMetadata(String id, String metadataJSON, ElasticsearchIndex index) IndexServiceImpl.updateAllSeriesMetadata(String id, String metadataJSON, ElasticsearchIndex index) IndexServiceImpl.updateAllSeriesMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) IndexServiceImpl.updateEventAcl(String id, AccessControlList acl, ElasticsearchIndex index) IndexServiceImpl.updateEventAssets(MediaPackage mp, javax.servlet.http.HttpServletRequest request) IndexServiceImpl.updateEventMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) -
Uses of IndexServiceException in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util that throw IndexServiceExceptionModifier 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.