Uses of Class
org.opencastproject.util.NotFoundException
Packages that use NotFoundException
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Capture-admin service implementation classes.
Capture-admin REST and WSDL Service endpoints
Capture-admin service implementation classes.
Implementation of search persistent storage.
Series service.
Series REST Service endpoints
Series REST Service implementation
Implementation of series persistent storage.
Service implementation classes
Feedback service.
User Tracking service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
Workflow service.
Workflow REST and WSDL Service endpoints
Package containing Workspace APIs.
-
Uses of NotFoundException in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAbstractEventEndpoint.applyAclToEvent(String eventId, String acl) javax.ws.rs.core.ResponseTasksEndpoint.createNewTask(String metadata) javax.ws.rs.core.ResponseUserSettingsEndpoint.createUserSetting(String key, String value) javax.ws.rs.core.ResponseAclEndpoint.deleteAcl(long aclId) javax.ws.rs.core.ResponseSeriesEndpoint.deleteMultipleSeries(String seriesIdsContent) javax.ws.rs.core.ResponseSeriesEndpoint.deleteSeries(String id) javax.ws.rs.core.ResponseSeriesEndpoint.deleteSeriesProperty(String seriesId, String propertyName) javax.ws.rs.core.ResponseSeriesEndpoint.deleteSeriesTheme(String seriesID) javax.ws.rs.core.ResponseThemesEndpoint.deleteTheme(long themeId) javax.ws.rs.core.ResponseUsersEndpoint.deleteUser(String username) javax.ws.rs.core.ResponseUserSettingsEndpoint.deleteUserSetting(long id) javax.ws.rs.core.ResponseAclEndpoint.getAcl(long aclId) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseAbstractEventEndpoint.getAttachment(String eventId, String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.getBulkConflicts(String updateJson) javax.ws.rs.core.ResponseAbstractEventEndpoint.getCatalog(String eventId, String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventComment(String eventId, long commentId) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventScheduling(String eventId) javax.ws.rs.core.Responsecom.entwinemedia.fn.data.json.JValueJobEndpoint.getIncidentAsJSON(long id, Locale locale) Return an incident serialized as JSON.com.entwinemedia.fn.data.json.JValueJobEndpoint.getIncidentsAsJSON(long jobId, Locale locale, boolean cascade) Returns the list of incidents for a given workflow instancejavax.ws.rs.core.Responsejavax.ws.rs.core.ResponseAbstractEventEndpoint.getNewConflicts(String metadata) javax.ws.rs.core.ResponsePresetsEndpoint.getProperty(String seriesId, String propertyName) javax.ws.rs.core.ResponseAbstractEventEndpoint.getPublication(String eventId, String id) javax.ws.rs.core.ResponseSeriesEndpoint.getSeriesAccessInformation(String seriesId) javax.ws.rs.core.ResponseSeriesEndpoint.getSeriesMetadata(String series) javax.ws.rs.core.ResponseSeriesEndpoint.getSeriesPropertiesAsJson(String seriesId) javax.ws.rs.core.ResponseSeriesEndpoint.getSeriesProperty(String seriesId, String propertyName) javax.ws.rs.core.ResponseCaptureAgentsEndpoint.removeAgent(String agentName) javax.ws.rs.core.ResponseGroupsEndpoint.removeGroup(String groupId) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseAbstractEventEndpoint.updateEventScheduling(String eventId, String scheduling) javax.ws.rs.core.ResponseGroupsEndpoint.updateGroup(String groupId, String name, String description, String roles, String users) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesMetadata(String seriesID, String metadataJSON) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesTheme(String seriesID, long themeId) javax.ws.rs.core.ResponseThemesEndpoint.updateTheme(long themeId, Boolean isDefault, String name, String description, Boolean bumperActive, Boolean trailerActive, Boolean titleSlideActive, Boolean licenseSlideActive, Boolean watermarkActive, String bumperFile, String trailerFile, String watermarkFile, String titleSlideBackground, String licenseSlideBackground, String titleSlideMetadata, String licenseSlideDescription, String watermarkPosition) javax.ws.rs.core.ResponseUserSettingsEndpoint.updateUserSetting(int id, String key, String value) -
Uses of NotFoundException in org.opencastproject.annotation.api
Methods in org.opencastproject.annotation.api that throw NotFoundExceptionModifier and TypeMethodDescriptionAnnotationService.changeAnnotation(Annotation a) Changes an annotation in the database it uses the annotationId to overwrite the value.AnnotationService.getAnnotation(long id) Gets an annotation by its identifier. -
Uses of NotFoundException in org.opencastproject.annotation.impl
Methods in org.opencastproject.annotation.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAnnotationRestService.change(String idAsString, String value, javax.servlet.http.HttpServletRequest request) AnnotationServiceJpaImpl.changeAnnotation(Annotation a) AnnotationServiceJpaImpl.getAnnotation(long id) AnnotationRestService.getAnnotationAsJson(String idAsString) AnnotationRestService.getAnnotationAsXml(String idAsString) javax.ws.rs.core.ResponseAnnotationRestService.removeAnnotation(String idAsString) -
Uses of NotFoundException in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidAssetManager.moveSnapshotsByDate(Date start, Date end, String targetStore) Moves all versions of all mediapackages archived within a data range to a new storage location.voidAssetManager.moveSnapshotsById(String mpId, String targetStore) Moves all versions of a given mediapackage ID from their respective source stores to a single target storevoidAssetManager.moveSnapshotsByIdAndDate(String mpId, Date start, Date end, String targetStore) Moves all versions of a mediapackage archived within a data range to a new storage location.voidAssetManager.moveSnapshotsByIdAndVersion(String mpId, Version version, String targetStore) Moves a specific version of a given mediapackage ID to a new storevoidAssetManager.moveSnapshotToStore(Version version, String mpId, String storeId) Move snapshot from current store to new store Note: This may require downloading and re-uploadingvoidAssetManager.triggerIndexUpdate(String mediaPackageId) Trigger search index update for event. -
Uses of NotFoundException in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected StringAssetManagerJobProducer.internalMoveByIdAndVersion(Version version, String mpId, String targetStorage) Triggers the move operation inside theAssetManagervoidAssetManagerImpl.moveSnapshotsByDate(Date start, Date end, String targetStore) voidAssetManagerImpl.moveSnapshotsById(String mpId, String targetStore) voidAssetManagerImpl.moveSnapshotsByIdAndDate(String mpId, Date start, Date end, String targetStore) voidAssetManagerImpl.moveSnapshotsByIdAndVersion(String mpId, Version version, String targetStore) voidAssetManagerImpl.moveSnapshotToStore(Version version, String mpId, String storeId) voidAssetManagerImpl.triggerIndexUpdate(String mediaPackageId) -
Uses of NotFoundException in org.opencastproject.authorization.xacml.manager.api
Methods in org.opencastproject.authorization.xacml.manager.api that throw NotFoundException -
Uses of NotFoundException in org.opencastproject.authorization.xacml.manager.endpoint
Methods in org.opencastproject.authorization.xacml.manager.endpoint that throw NotFoundException -
Uses of NotFoundException in org.opencastproject.authorization.xacml.manager.impl
Methods in org.opencastproject.authorization.xacml.manager.impl that throw NotFoundException -
Uses of NotFoundException in org.opencastproject.capture.admin.api
Methods in org.opencastproject.capture.admin.api that throw NotFoundExceptionModifier and TypeMethodDescriptionReturns an agent by its nameCaptureAgentStateService.getAgentCapabilities(String agentName) Returns the list of known agent capabilities.CaptureAgentStateService.getAgentConfiguration(String agentName) Returns the list of known agent configurations.CaptureAgentStateService.getAgentState(String agentName) Returns the last known agent state by its namevoidCaptureAgentStateService.removeAgent(String agentName) Remove an agent from the system, if the agent exists.booleanCaptureAgentStateService.setAgentUrl(String agentName, String agentUrl) -
Uses of NotFoundException in org.opencastproject.capture.admin.endpoint
Methods in org.opencastproject.capture.admin.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCaptureAgentStateRestService.getAgentState(String agentName, String format) javax.ws.rs.core.ResponseCaptureAgentStateRestService.getCapabilities(String agentName, String type) javax.ws.rs.core.ResponseCaptureAgentStateRestService.getConfiguration(String agentName, String type) javax.ws.rs.core.ResponseCaptureAgentStateRestService.getRecordingState(String id, String type) javax.ws.rs.core.ResponseCaptureAgentStateRestService.removeAgent(String agentName) javax.ws.rs.core.ResponseCaptureAgentStateRestService.removeRecording(String id) javax.ws.rs.core.ResponseCaptureAgentStateRestService.setAgentState(javax.servlet.http.HttpServletRequest request, String address, String agentName, String state) javax.ws.rs.core.ResponseCaptureAgentStateRestService.setRecordingState(String id, String state) -
Uses of NotFoundException in org.opencastproject.capture.admin.impl
Methods in org.opencastproject.capture.admin.impl that return types with arguments of type NotFoundExceptionModifier and TypeMethodDescriptionprotected ThrowingFunction<javax.persistence.EntityManager, AgentImpl, NotFoundException> CaptureAgentStateServiceImpl.getAgentEntityQuery(String name, String organization) Gets an agent by name and organization, using an open entitymanager.Methods in org.opencastproject.capture.admin.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionReturns an agent by its nameprotected AgentImplGets an agent by name and organization.CaptureAgentStateServiceImpl.getAgentCapabilities(String agentName) Returns the list of known agent capabilities.CaptureAgentStateServiceImpl.getAgentConfiguration(String agentName) Returns the list of known agent configurations.CaptureAgentStateServiceImpl.getAgentState(String agentName) Returns the last known agent state by its namevoidCaptureAgentStateServiceImpl.removeAgent(String agentName) Remove an agent from the system, if the agent exists.booleanCaptureAgentStateServiceImpl.setAgentUrl(String agentName, String agentUrl) -
Uses of NotFoundException in org.opencastproject.composer.impl.endpoint
Methods in org.opencastproject.composer.impl.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseComposerRestService.getProfile(String profileId) -
Uses of NotFoundException in org.opencastproject.event.comment
Methods in org.opencastproject.event.comment that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidEventCommentService.deleteComment(long commentId) Delete a comment from an event.voidEventCommentServiceImpl.deleteComment(long commentId) voidEventCommentService.deleteComments(String eventId) Delete all comments from an event.voidEventCommentServiceImpl.deleteComments(String eventId) EventCommentService.getComment(long commentId) Get a comment for a particular event.EventCommentServiceImpl.getComment(long commentId) -
Uses of NotFoundException in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidEventCommentDatabaseService.deleteComment(long commentId) Delete a comment from an event.voidEventCommentDatabaseServiceImpl.deleteComment(long commentId) voidEventCommentDatabaseService.deleteComments(String eventId) Delete all comments from an event.voidEventCommentDatabaseServiceImpl.deleteComments(String eventId) EventCommentDatabaseService.getComment(long commentId) Get a comment for a particular event.EventCommentDatabaseServiceImpl.getComment(long commentId) -
Uses of NotFoundException in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSeriesEndpoint.createNewSeries(String acceptHeader, String metadataParam, String aclParam, String themeIdParam) javax.ws.rs.core.ResponseGroupsEndpoint.deleteGroup(String acceptHeader, String id) javax.ws.rs.core.ResponseSeriesEndpoint.deleteSeries(String acceptHeader, String id) protected MetadataListSeriesEndpoint.deserializeMetadataList(String json) Change the simplified fields of key values provided to the external api into aMetadataList.javax.ws.rs.core.ResponseStatisticsEndpoint.getExportCSV(String acceptHeader, String data, Integer limit, Integer offset, String filter) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesAcl(String acceptHeader, String seriesID, String aclJson, boolean override) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesMetadata(String acceptHeader, String seriesID, String metadataJSON) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesProperties(String acceptHeader, String seriesID, String propertiesJson) -
Uses of NotFoundException in org.opencastproject.external.util
Methods in org.opencastproject.external.util that throw NotFoundExceptionModifier and TypeMethodDescriptionstatic List<MediaPackage> SchedulingUtils.getConflictingEvents(SchedulingUtils.SchedulingInfo schedulingInfo, CaptureAgentStateService agentStateService, SchedulerService schedulerService) Get the conflicting events for the given SchedulingInfo. -
Uses of NotFoundException in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that throw NotFoundExceptionModifier and TypeMethodDescriptionIndexService.createEvent(EventHttpServletRequest eventHttpServletRequest) Create a new event using aEventHttpServletRequest.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.booleanIndexService.removeEvent(String id) Removes an event.IndexService.removeEvent(Event event, String retractWorkflowId) Removes an event and retracts it if necessary.voidIndexService.removeSeries(String id) Remove a series.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 NotFoundException in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(org.json.simple.JSONObject metadataJson, MediaPackage mp) IndexServiceImpl.createEvent(EventHttpServletRequest eventHttpServletRequest) voidIndexServiceImpl.removeCatalogByFlavor(Event event, MediaPackageElementFlavor flavor) voidIndexServiceImpl.removeCatalogByFlavor(Series series, MediaPackageElementFlavor flavor) booleanIndexServiceImpl.removeEvent(String id) IndexServiceImpl.removeEvent(Event event, String retractWorkflowId) voidIndexServiceImpl.removeSeries(String id) 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.updateEventMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) -
Uses of NotFoundException in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected static MetadataListEventHttpServletRequest.deserializeMetadataList(String json, List<EventCatalogUIAdapter> catalogAdapters, String startDatePattern, String startTimePattern) Change the simplified fields of key values provided to the external api into aMetadataList.static EventHttpServletRequestEventHttpServletRequest.updateFromHttpServletRequest(Event event, javax.servlet.http.HttpServletRequest request, List<EventCatalogUIAdapter> eventCatalogUIAdapters, String startDatePattern, String startTimePattern) Load the details of updating an event. -
Uses of NotFoundException in org.opencastproject.ingest.api
Methods in org.opencastproject.ingest.api that throw NotFoundExceptionModifier and TypeMethodDescriptionIngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage.IngestService.ingest(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.ingest(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage.voidIngestService.schedule(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) Schedule an event with a given media package. -
Uses of NotFoundException in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionIngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String wd, Map<String, String> workflowConfig) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String workflowDefinitionId, Map<String, String> workflowConfig, Long workflowInstanceId) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestServiceImpl.ingest(MediaPackage mp, String workflowDefinitionId, Map<String, String> properties, Long workflowInstanceId) Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.voidIngestServiceImpl.schedule(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) -
Uses of NotFoundException in org.opencastproject.job.api
Constructors in org.opencastproject.job.api that throw NotFoundExceptionModifierConstructorDescriptionJaxbIncidentDigestList(IncidentService svc, Locale locale, List<Incident> incidents) JaxbIncidentDigestTree(IncidentService svc, Locale locale, IncidentTree tree) JaxbIncidentFullList(IncidentService svc, Locale locale, List<Incident> incidents) JaxbIncidentFullTree(IncidentService svc, Locale locale, IncidentTree tree) JaxbIncidentList(List<Incident> incidents) JaxbIncidentTree(IncidentTree tree) -
Uses of NotFoundException in org.opencastproject.kernel.security
Methods in org.opencastproject.kernel.security that throw NotFoundExceptionModifier and TypeMethodDescriptionOrganizationDirectoryServiceImpl.getOrganization(String id) OrganizationDirectoryServiceImpl.getOrganization(URL url) -
Uses of NotFoundException in org.opencastproject.kernel.security.persistence
Methods in org.opencastproject.kernel.security.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidOrganizationDatabase.deleteOrganization(String orgId) Removes an organization from persistent storage.voidOrganizationDatabaseImpl.deleteOrganization(String orgId) OrganizationDatabase.getOrganization(String orgId) Gets a single organization by its identifier.OrganizationDatabaseImpl.getOrganization(String id) OrganizationDatabase.getOrganizationByHost(String host, int port) Gets a single organization by host and port.OrganizationDatabaseImpl.getOrganizationByHost(String host, int port) -
Uses of NotFoundException in org.opencastproject.lti.endpoint
Methods in org.opencastproject.lti.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionLtiServiceRemoteImpl.getEventMetadata(String eventId) voidLtiServiceRemoteImpl.setEventMetadataJson(String eventId, String metadataJson) -
Uses of NotFoundException in org.opencastproject.lti.service.api
Methods in org.opencastproject.lti.service.api that throw NotFoundExceptionModifier and TypeMethodDescriptionLtiService.getEventMetadata(String eventId) Returns the event metadata for a specific eventvoidLtiService.setEventMetadataJson(String eventId, String metadataJson) Set the event metadatavoidLtiService.upsertEvent(LtiFileUpload file, String captions, String captionFormat, String captionLanguage, String eventId, String seriesId, String metadataJson) Upload a new event or update existing event's metadata -
Uses of NotFoundException in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionLtiServiceImpl.getEventMetadata(String eventId) voidLtiServiceImpl.setEventMetadataJson(String eventId, String metadataJson) voidLtiServiceImpl.upsertEvent(LtiFileUpload file, String captions, String captionFormat, String captionLanguage, String eventId, String seriesId, String metadataJson) -
Uses of NotFoundException in org.opencastproject.mediapackage
Methods in org.opencastproject.mediapackage that throw NotFoundExceptionModifier and TypeMethodDescriptionAdaptivePlaylist.fixReferences(List<Track> tracks, File mpDir) Fix the playlist references in a publication.static FileAdaptivePlaylist.replaceTrackFileInPlace(File file, Map<String, String> map) Replace the content of a playlist file in place, use in composer only - not in workspace -
Uses of NotFoundException in org.opencastproject.oaipmh.persistence
Methods in org.opencastproject.oaipmh.persistence that throw NotFoundException -
Uses of NotFoundException in org.opencastproject.oaipmh.persistence.impl
Methods in org.opencastproject.oaipmh.persistence.impl that throw NotFoundException -
Uses of NotFoundException in org.opencastproject.playlists
Methods in org.opencastproject.playlists that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponsePlaylistRestService.addEntry(String playlistId, String contentId, PlaylistEntryType type) PlaylistService.addEntry(String playlistId, String contentId, PlaylistEntryType type) Adds a new entry at the end of a playlist and persists itjavax.ws.rs.core.ResponsePlaylistRestService.getPlaylistAsJson(String id, boolean withPublications) javax.ws.rs.core.ResponsePlaylistRestService.getPlaylistAsXml(String id, boolean withPublications) PlaylistService.getPlaylistById(String id) Returns a playlist from the database by its idjavax.ws.rs.core.ResponsePlaylistRestService.getPlaylistsAsJson(int limit, int offset, String sort) javax.ws.rs.core.ResponsePlaylistRestService.getPlaylistsAsXml(int limit, int offset, String sort) javax.ws.rs.core.ResponseDeletes a playlist from the databasePlaylistService.removeEntry(String playlistId, long entryId) Removes an entry with the given id from the playlist and persists itPlaylistService.updateEntries(String playlistId, List<PlaylistEntry> playlistEntries) Replaces the entries in the playlist with the given entries -
Uses of NotFoundException in org.opencastproject.playlists.persistence
Methods in org.opencastproject.playlists.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionPlaylistDatabaseService.getPlaylist(String playlistId) Gets a single playlist in the current organization context by its identifier.PlaylistDatabaseService.getPlaylist(String playlistId, String orgId) Gets a single playlist by its identifier.PlaylistDatabaseServiceImpl.getPlaylist(String playlistId) Gets a single playlist in the current organization context by its identifier.PlaylistDatabaseServiceImpl.getPlaylist(String playlistId, String orgId) Gets a single playlist by its identifier. -
Uses of NotFoundException in org.opencastproject.presets.api
Methods in org.opencastproject.presets.api that throw NotFoundExceptionModifier and TypeMethodDescriptionPresetProvider.getProperty(String seriesID, String propertyName) Gets a preset property first from the series, then from the organization -
Uses of NotFoundException in org.opencastproject.presets.impl
Methods in org.opencastproject.presets.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionPresetProviderImpl.getProperty(String seriesID, String propertyName) -
Uses of NotFoundException in org.opencastproject.publication.api
Methods in org.opencastproject.publication.api that throw NotFoundExceptionModifier and TypeMethodDescriptionOaiPmhPublicationService.retract(MediaPackage mediaPackage, String repository) Retract a media package from the publication channel. -
Uses of NotFoundException in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected PublicationOaiPmhPublicationServiceImpl.retract(Job job, MediaPackage mediaPackage, String repository) OaiPmhPublicationServiceImpl.retract(MediaPackage mediaPackage, String repository) -
Uses of NotFoundException in org.opencastproject.scheduler.api
Methods in org.opencastproject.scheduler.api that throw NotFoundExceptionModifier and TypeMethodDescriptionSchedulerService.getCaptureAgentConfiguration(String mediaPackageId) Retrieves capture agent configuration for specified event.SchedulerService.getDublinCore(String mediaPackageId) Retrieves dublin core catalog associated with specified event ID.SchedulerService.getMediaPackage(String mediaPackageId) Retrieves mediapackage associated with specified event ID.SchedulerService.getRecordingState(String mediaPackageId) Gets the state of a recording, if it exists.SchedulerService.getTechnicalMetadata(String mediaPackageId) Retrieves the technical metadata associated with specified event ID.SchedulerService.getWorkflowConfig(String mediaPackageId) Retrieves workflow configuration associated with specified event ID.voidSchedulerService.removeEvent(String mediaPackageId) Removes event with specified ID.voidSchedulerService.removeRecording(String mediaPackageId) Removes a recording from the system, if the recording exists.voidSchedulerService.updateEvent(String mediaPackageId, com.entwinemedia.fn.data.Opt<Date> startDateTime, com.entwinemedia.fn.data.Opt<Date> endDateTime, com.entwinemedia.fn.data.Opt<String> captureAgentId, com.entwinemedia.fn.data.Opt<Set<String>> userIds, com.entwinemedia.fn.data.Opt<MediaPackage> mediaPackage, com.entwinemedia.fn.data.Opt<Map<String, String>> wfProperties, com.entwinemedia.fn.data.Opt<Map<String, String>> caMetadata) Updates event with specified ID and check for conflicts.voidSchedulerService.updateEvent(String mediaPackageId, com.entwinemedia.fn.data.Opt<Date> startDateTime, com.entwinemedia.fn.data.Opt<Date> endDateTime, com.entwinemedia.fn.data.Opt<String> captureAgentId, com.entwinemedia.fn.data.Opt<Set<String>> userIds, com.entwinemedia.fn.data.Opt<MediaPackage> mediaPackage, com.entwinemedia.fn.data.Opt<Map<String, String>> wfProperties, com.entwinemedia.fn.data.Opt<Map<String, String>> caMetadata, boolean allowConflict) Updates event with specified ID and possibly checking for conflicts.booleanSchedulerService.updateRecordingState(String mediaPackageId, String state) Updates the state of a recording with the given state, if it exists. -
Uses of NotFoundException in org.opencastproject.scheduler.endpoint
Methods in org.opencastproject.scheduler.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSchedulerRestService.currentCapture(String agentId) Prolonging servicejavax.ws.rs.core.ResponseSchedulerRestService.getRecordingState(String id) javax.ws.rs.core.ResponseSchedulerRestService.prolongCapture(String agentId) javax.ws.rs.core.ResponseSchedulerRestService.removeRecording(String id) javax.ws.rs.core.ResponseSchedulerRestService.startCapture(String agentId, String wfId) javax.ws.rs.core.ResponseSchedulerRestService.stopCapture(String agentId) javax.ws.rs.core.ResponseSchedulerRestService.upcomingCapture(String agentId) javax.ws.rs.core.ResponseSchedulerRestService.updateRecordingState(String id, String state) -
Uses of NotFoundException in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return NotFoundExceptionMethods in org.opencastproject.scheduler.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSchedulerServiceDatabase.deleteEvent(String mediapackageId) Removes the extended event from persistent storage.SchedulerServiceImpl.getCaptureAgentConfiguration(String mediaPackageId) CaptureNowProlongingService.getCurrentRecording(String agentId) Returns the current event for the given capture agent.SchedulerServiceImpl.getDublinCore(String mediaPackageId) SchedulerServiceDatabase.getLastModified(String agentId) Get the last modification date by an agent identifierSchedulerServiceImpl.getMediaPackage(String mediaPackageId) SchedulerServiceImpl.getRecordingState(String id) SchedulerServiceImpl.getTechnicalMetadata(String mediaPackageId) SchedulerServiceImpl.getWorkflowConfig(String mediaPackageId) voidCaptureNowProlongingService.prolongEvent(MediaPackage event, DublinCoreCatalog dublinCore, String agentId) Extends the current recording.voidSchedulerServiceImpl.removeEvent(String mediaPackageId) voidSchedulerServiceImpl.removeRecording(String id) voidSchedulerServiceDatabase.resetRecordingState(String mediapackageId) Nulls recording state and recording last heard of of the given media package.voidSchedulerServiceImpl.updateEvent(String mpId, com.entwinemedia.fn.data.Opt<Date> startDateTime, com.entwinemedia.fn.data.Opt<Date> endDateTime, com.entwinemedia.fn.data.Opt<String> captureAgentId, com.entwinemedia.fn.data.Opt<Set<String>> userIds, com.entwinemedia.fn.data.Opt<MediaPackage> mediaPackage, com.entwinemedia.fn.data.Opt<Map<String, String>> wfProperties, com.entwinemedia.fn.data.Opt<Map<String, String>> caMetadata) voidSchedulerServiceImpl.updateEvent(String mpId, com.entwinemedia.fn.data.Opt<Date> startDateTime, com.entwinemedia.fn.data.Opt<Date> endDateTime, com.entwinemedia.fn.data.Opt<String> captureAgentId, com.entwinemedia.fn.data.Opt<Set<String>> userIds, com.entwinemedia.fn.data.Opt<MediaPackage> mediaPackage, com.entwinemedia.fn.data.Opt<Map<String, String>> wfProperties, com.entwinemedia.fn.data.Opt<Map<String, String>> caMetadata, boolean allowConflict) booleanSchedulerServiceImpl.updateRecordingState(String id, String state) Constructors in org.opencastproject.scheduler.impl with parameters of type NotFoundException -
Uses of NotFoundException in org.opencastproject.scheduler.impl.persistence
Methods in org.opencastproject.scheduler.impl.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSchedulerServiceDatabaseImpl.deleteEvent(String mediapackageId) SchedulerServiceDatabaseImpl.getLastModified(String agentId) voidSchedulerServiceDatabaseImpl.resetRecordingState(String mediapackageId) -
Uses of NotFoundException in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote that throw NotFoundExceptionModifier and TypeMethodDescriptionSchedulerServiceRemoteImpl.getCaptureAgentConfiguration(String eventId) SchedulerServiceRemoteImpl.getDublinCore(String eventId) SchedulerServiceRemoteImpl.getMediaPackage(String eventId) SchedulerServiceRemoteImpl.getRecordingState(String id) SchedulerServiceRemoteImpl.getTechnicalMetadata(String eventId) SchedulerServiceRemoteImpl.getWorkflowConfig(String eventId) voidSchedulerServiceRemoteImpl.removeEvent(String eventId) voidSchedulerServiceRemoteImpl.removeRecording(String eventId) voidSchedulerServiceRemoteImpl.updateEvent(String eventId, com.entwinemedia.fn.data.Opt<Date> startDateTime, com.entwinemedia.fn.data.Opt<Date> endDateTime, com.entwinemedia.fn.data.Opt<String> captureAgentId, com.entwinemedia.fn.data.Opt<Set<String>> userIds, com.entwinemedia.fn.data.Opt<MediaPackage> mediaPackage, com.entwinemedia.fn.data.Opt<Map<String, String>> wfProperties, com.entwinemedia.fn.data.Opt<Map<String, String>> caMetadata) voidSchedulerServiceRemoteImpl.updateEvent(String eventId, com.entwinemedia.fn.data.Opt<Date> startDateTime, com.entwinemedia.fn.data.Opt<Date> endDateTime, com.entwinemedia.fn.data.Opt<String> captureAgentId, com.entwinemedia.fn.data.Opt<Set<String>> userIds, com.entwinemedia.fn.data.Opt<MediaPackage> mediaPackage, com.entwinemedia.fn.data.Opt<Map<String, String>> wfProperties, com.entwinemedia.fn.data.Opt<Map<String, String>> caMetadata, boolean allowConflict) booleanSchedulerServiceRemoteImpl.updateRecordingState(String mediapackageId, String state) -
Uses of NotFoundException in org.opencastproject.search.api
Methods in org.opencastproject.search.api that throw NotFoundExceptionModifier and TypeMethodDescriptionRemoves the media package identified bymediaPackageIdfrom the search index.SearchService.deleteSeries(String seriesId) Removes the series identified byseriseIdfrom the search index.Gets theMediaPackagefor an event, based on its mediapackage ID. -
Uses of NotFoundException in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSearchServiceIndex.indexMediaPackage(String mediaPackageId) -
Uses of NotFoundException in org.opencastproject.search.impl.persistence
Methods in org.opencastproject.search.impl.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSearchServiceDatabase.deleteMediaPackage(String mediaPackageId, Date deletionDate) Removes media package from persistent storage.voidSearchServiceDatabaseImpl.deleteMediaPackage(String mediaPackageId, Date deletionDate) Removes media package from persistent storage.SearchServiceDatabase.getAccessControlList(String mediaPackageId) Retrieves ACL for episode with given ID.SearchServiceDatabaseImpl.getAccessControlList(String mediaPackageId) Retrieves ACL for episode with given ID.SearchServiceDatabase.getDeletionDate(String mediaPackageId) Returns the deletion date from the selected media package.SearchServiceDatabaseImpl.getDeletionDate(String mediaPackageId) Returns the deletion date from the selected media package.SearchServiceDatabase.getMediaPackage(String mediaPackageId) Gets a single media package by its identifier.SearchServiceDatabaseImpl.getMediaPackage(String mediaPackageId) Gets a single media package by its identifier.SearchServiceDatabase.getModificationDate(String mediaPackageId) Returns the modification date from the selected media package.SearchServiceDatabaseImpl.getModificationDate(String mediaPackageId) Returns the modification date from the selected media package.SearchServiceDatabase.getOrganizationId(String mediaPackageId) Returns the organization id of the selected media packageSearchServiceDatabaseImpl.getOrganizationId(String mediaPackageId) Returns the organization id of the selected media package -
Uses of NotFoundException in org.opencastproject.security.api
Methods in org.opencastproject.security.api that throw NotFoundExceptionModifier and TypeMethodDescriptionOrganizationDirectoryService.getOrganization(String id) Gets an organization by its identifier.OrganizationDirectoryService.getOrganization(URL url) Gets an organization by request URL. -
Uses of NotFoundException in org.opencastproject.series.api
Methods in org.opencastproject.series.api that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSeriesService.deleteSeries(String seriesID) Removes seriesvoidSeriesService.deleteSeriesProperty(String seriesID, String propertyName) Returns Dublin core representing series by series ID.SeriesService.getSeriesAccessControl(String seriesID) Returns access control rules for series with given ID.SeriesService.getSeriesProperties(String seriesID) Returns the properties for a series.SeriesService.getSeriesProperty(String seriesID, String propertyName) Get a series property.booleanSeriesService.updateAccessControl(String seriesID, AccessControlList accessControl) Updates access control rules for specified series.booleanSeriesService.updateAccessControl(String seriesID, AccessControlList accessControl, boolean overrideEpisodeAcl) Updates access control rules for specified series.voidSeriesService.updateSeriesProperty(String seriesID, String propertyName, String propertyValue) Update a series property or create a new one if it doesn't exist. -
Uses of NotFoundException in org.opencastproject.series.endpoint
Methods in org.opencastproject.series.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSeriesRestService.deleteSeriesProperty(String seriesId, String propertyName) javax.ws.rs.core.ResponseSeriesRestService.getSeriesPropertiesAsJson(String seriesId) javax.ws.rs.core.ResponseSeriesRestService.getSeriesProperty(String seriesId, String propertyName) -
Uses of NotFoundException in org.opencastproject.series.impl
Methods in org.opencastproject.series.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSeriesServiceDatabase.deleteSeries(String seriesId) Removes series from persistent storage.voidSeriesServiceImpl.deleteSeries(String seriesID) voidSeriesServiceDatabase.deleteSeriesProperty(String seriesId, String propertyName) Removes the series property from persistent storage.voidSeriesServiceImpl.deleteSeriesProperty(String seriesID, String propertyName) SeriesServiceDatabase.getAccessControlList(String seriesID) Retrieves ACL for series with given ID.Gets a single series by its identifier.SeriesServiceImpl.getSeriesAccessControl(String seriesID) SeriesServiceDatabase.getSeriesProperties(String seriesId) Get the properties for particular seriesSeriesServiceImpl.getSeriesProperties(String seriesID) SeriesServiceDatabase.getSeriesProperty(String seriesId, String propertyName) Get a series property if it existsSeriesServiceImpl.getSeriesProperty(String seriesID, String propertyName) booleanSeriesServiceDatabase.storeSeriesAccessControl(String seriesID, AccessControlList accessControl) Store access control associated with specified series.booleanSeriesServiceImpl.updateAccessControl(String seriesId, AccessControlList accessControl) booleanSeriesServiceImpl.updateAccessControl(String seriesId, AccessControlList accessControl, boolean overrideEpisodeAcl) voidSeriesServiceDatabase.updateSeriesProperty(String seriesId, String propertyName, String propertyValue) Updates a series' property.voidSeriesServiceImpl.updateSeriesProperty(String seriesID, String propertyName, String propertyValue) -
Uses of NotFoundException in org.opencastproject.series.impl.persistence
Methods in org.opencastproject.series.impl.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSeriesServiceDatabaseImpl.deleteSeries(String seriesId) voidSeriesServiceDatabaseImpl.deleteSeriesProperty(String seriesId, String propertyName) SeriesServiceDatabaseImpl.getAccessControlList(String seriesId) Gets a single series by its identifier.SeriesServiceDatabaseImpl.getSeriesProperties(String seriesId) Get the properties for particular seriesSeriesServiceDatabaseImpl.getSeriesProperty(String seriesId, String propertyName) Get a series property if it existsbooleanSeriesServiceDatabaseImpl.storeSeriesAccessControl(String seriesId, AccessControlList accessControl) voidSeriesServiceDatabaseImpl.updateSeriesProperty(String seriesId, String propertyName, String propertyValue) -
Uses of NotFoundException in org.opencastproject.series.remote
Methods in org.opencastproject.series.remote that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSeriesServiceRemoteImpl.deleteSeries(String seriesID) voidSeriesServiceRemoteImpl.deleteSeriesProperty(String seriesID, String propertyName) SeriesServiceRemoteImpl.getSeriesAccessControl(String seriesID) SeriesServiceRemoteImpl.getSeriesProperties(String seriesID) SeriesServiceRemoteImpl.getSeriesProperty(String seriesID, String propertyName) booleanSeriesServiceRemoteImpl.updateAccessControl(String seriesID, AccessControlList accessControl) booleanSeriesServiceRemoteImpl.updateAccessControl(String seriesID, AccessControlList accessControl, boolean overrideEpisodeAcl) voidSeriesServiceRemoteImpl.updateSeriesProperty(String seriesID, String propertyName, String propertyValue) -
Uses of NotFoundException in org.opencastproject.serviceregistry.api
Methods in org.opencastproject.serviceregistry.api that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidServiceRegistry.disableHost(String host) Disables a Opencast server from service.voidServiceRegistryInMemoryImpl.disableHost(String host) Disables a Opencast server from service.voidServiceRegistry.enableHost(String host) Enable an inactive host as a provider of Opencast services.voidServiceRegistryInMemoryImpl.enableHost(String host) Enable an inactive host as a provider of Opencast services.IncidentService.getIncident(long id) Gets a job incident by a given incident identifier.IncidentService.getIncidentsOfJob(long jobId, boolean cascade) Get the hierarchy of incidents for a given job identifier.ServiceRegistry.getJob(long id) Gets a receipt by its ID, or null if not foundServiceRegistryInMemoryImpl.getJob(long id) Gets a receipt by its ID, or null if not foundIncidentService.getLocalization(long id, Locale locale) Gets the localized texts for an incident by a given incident identifier and locale.ServiceRegistry.getMaxLoadOnNode(String host) Returns the maximum load that can be handled by a given node.voidServiceRegistry.removeJobs(List<Long> ids) Deletes the given jobs from the service registryvoidServiceRegistryInMemoryImpl.removeJobs(List<Long> ids) voidSets the given service to NORMAL statevoidServiceRegistry.setMaintenanceStatus(String host, boolean maintenance) Sets a registered host's maintenance statusvoidServiceRegistryInMemoryImpl.setMaintenanceStatus(String host, boolean maintenance) Sets a registered host's maintenance statusUpdate the job in the databaseUpdate the job in the databasevoidSystemLoad.updateNodeLoad(String host, float modifier) Updates the load factor for a node -
Uses of NotFoundException in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidServiceRegistryJpaImpl.disableHost(String host) Disables a Opencast server from service.voidServiceRegistryJpaImpl.enableHost(String host) Enable an inactive host as a provider of Opencast services.AbstractIncidentService.getIncident(long id) AbstractIncidentService.getIncidentsOfJob(long jobId, boolean cascade) ServiceRegistryJpaImpl.getJob(long id) AbstractIncidentService.getLocalization(long id, Locale locale) ServiceRegistryJpaImpl.getMaxLoadOnNode(String host) Returns the maximum load that can be handled by a given node.voidServiceRegistryJpaImpl.removeJobs(List<Long> jobIds) voidSets the given service to NORMAL statevoidServiceRegistryJpaImpl.setMaintenanceStatus(String baseUrl, boolean maintenance) Sets a registered host's maintenance statusprotected JpaJobServiceRegistryJpaImpl.updateInternal(JpaJob job) Internal method to update a job, throwing unwrapped JPA exceptions. -
Uses of NotFoundException in org.opencastproject.serviceregistry.impl.endpoint
Methods in org.opencastproject.serviceregistry.impl.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseServiceRegistryEndpoint.deleteJob(long id) javax.ws.rs.core.ResponseServiceRegistryEndpoint.disableHost(String host) javax.ws.rs.core.ResponseServiceRegistryEndpoint.enableHost(String host) javax.ws.rs.core.ResponseServiceRegistryEndpoint.getHealthStatus(String serviceType, String host) javax.ws.rs.core.ResponseServiceRegistryEndpoint.getHealthStatusAsJson(String serviceType, String host) ServiceRegistryEndpoint.getHostsAsJson()ServiceRegistryEndpoint.getHostsAsXml()javax.ws.rs.core.ResponseIncidentServiceEndpoint.getIncident(long incidentId, String type) javax.ws.rs.core.ResponseIncidentServiceEndpoint.getIncidentsOfJobAsTree(javax.servlet.http.HttpServletRequest request, long jobId, boolean cascade, String format, String type) ServiceRegistryEndpoint.getJobAsJson(long id) ServiceRegistryEndpoint.getJobAsXml(long id) javax.ws.rs.core.ResponseIncidentServiceEndpoint.getLocalization(long incidentId, String locale) javax.ws.rs.core.ResponseServiceRegistryEndpoint.getMaxLoadOnNode(String host) ServiceRegistryEndpoint.getRegistrationsAsJson(String serviceType, String host) ServiceRegistryEndpoint.getRegistrationsAsXml(String serviceType, String host) javax.ws.rs.core.ResponseServiceRegistryEndpoint.removeParentlessJobs(String jobIds) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseServiceRegistryEndpoint.setMaintenanceMode(String host, boolean maintenance) javax.ws.rs.core.Response -
Uses of NotFoundException in org.opencastproject.smil.api.util
Methods in org.opencastproject.smil.api.util that throw NotFoundExceptionModifier and TypeMethodDescriptionstatic org.w3c.dom.smil.SMILDocumentSmilUtil.getSmilDocumentFromMediaPackage(MediaPackage mp, MediaPackageElementFlavor smilFlavor, Workspace workspace) -
Uses of NotFoundException in org.opencastproject.staticfiles.api
Methods in org.opencastproject.staticfiles.api that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidStaticFileService.deleteFile(String uuid) Deletes a static file.StaticFileService.getContentLength(String uuid) Returns the content length of a file stored in the static file service.Returns anInputStreamto read a file from the static file service by its UUID.StaticFileService.getFileName(String uuid) Returns the original filename of a file stored in the static file service.voidStaticFileService.persistFile(String uuid) Persists a file that was previously uploaded to the temporary storage section with#storeFile(String, InputStream)for long-term usage. -
Uses of NotFoundException in org.opencastproject.staticfiles.endpoint
Methods in org.opencastproject.staticfiles.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseStaticFileRestService.deleteStaticFile(String uuid) javax.ws.rs.core.ResponseStaticFileRestService.getStaticFile(String uuid) javax.ws.rs.core.ResponseStaticFileRestService.getStaticFileUrl(String uuid) StaticFileRestService.getStaticFileURL(String uuid) Get the URI for a static file resource depending on whether to get it direct from Opencast or from a webserver.javax.ws.rs.core.ResponseStaticFileRestService.persistFile(String uuid) -
Uses of NotFoundException in org.opencastproject.staticfiles.impl
Methods in org.opencastproject.staticfiles.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidStaticFileServiceImpl.deleteFile(String uuid) StaticFileServiceImpl.getContentLength(String uuid) StaticFileServiceImpl.getFileName(String uuid) voidStaticFileServiceImpl.persistFile(String uuid) -
Uses of NotFoundException in org.opencastproject.statistics.export.api
Methods in org.opencastproject.statistics.export.api that throw NotFoundExceptionModifier and TypeMethodDescriptionStatisticsExportService.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId) Get a CSV representation for the query result based on the given parameters.StatisticsExportService.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId, boolean fullMetadata, DetailLevel detailLevel, int limit, int offset, Map<String, String> filters) Get a CSV representation for the query result based on the given parameters. -
Uses of NotFoundException in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionStatisticsExportServiceImpl.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId) StatisticsExportServiceImpl.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId, boolean fullMetadata, DetailLevel detailLevel, int limit, int offset, Map<String, String> filters) -
Uses of NotFoundException in org.opencastproject.test.rest
Methods in org.opencastproject.test.rest with parameters of type NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseNotFoundExceptionMapper.toResponse(NotFoundException e) -
Uses of NotFoundException in org.opencastproject.themes
Methods in org.opencastproject.themes that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidThemesServiceDatabase.deleteTheme(long id) Delete a theme by using a unique id to find it.ThemesServiceDatabase.getTheme(long id) Return the theme by the unique given id. -
Uses of NotFoundException in org.opencastproject.themes.persistence
Methods in org.opencastproject.themes.persistence that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidThemesServiceDatabaseImpl.deleteTheme(long id) ThemesServiceDatabaseImpl.getTheme(long id) -
Uses of NotFoundException in org.opencastproject.uiconfig
Methods in org.opencastproject.uiconfig that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUIConfigRest.getConfigFile(String component, String filename) -
Uses of NotFoundException in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return types with arguments of type NotFoundExceptionModifier and TypeMethodDescriptionstatic ThrowingConsumer<javax.persistence.EntityManager, NotFoundException> UserDirectoryPersistenceUtil.deleteUserQuery(String username, String orgId) Delete the user with given name in the given organizationstatic ThrowingConsumer<javax.persistence.EntityManager, NotFoundException> UserDirectoryPersistenceUtil.removeGroupQuery(String groupId, String orgId) Methods in org.opencastproject.userdirectory that throw NotFoundExceptionModifier and TypeMethodDescriptionbooleanJpaGroupRoleProvider.addMemberToGroup(String groupId, String member) Add member to group.voidJpaUserAndRoleProvider.deleteUser(String username, String orgId) Delete the given uservoidJpaUserReferenceProvider.deleteUser(String username, String orgId) Delete the given userUserEndpoint.getUserAsJson(String username) UserEndpoint.getUserAsXml(String username) voidJpaGroupRoleProvider.removeGroup(String groupId) Remove a group by idbooleanJpaGroupRoleProvider.removeMemberFromGroup(String groupId, String member) Remove member from group.voidJpaGroupRoleProvider.updateGroup(String groupId, String name, String description, String roles, String users) Update a groupJpaUserAndRoleProvider.updateUser(JpaUser user) Updates a user to the persistenceJpaUserAndRoleProvider.updateUser(JpaUser user, boolean passwordEncoded) Updates a user to the persistence -
Uses of NotFoundException in org.opencastproject.userdirectory.api
Methods in org.opencastproject.userdirectory.api that throw NotFoundException -
Uses of NotFoundException in org.opencastproject.userdirectory.endpoint
Methods in org.opencastproject.userdirectory.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUserEndpoint.getUserAsJson(String username) javax.ws.rs.core.ResponseGroupRoleEndpoint.updateGroup(String groupId, String name, String description, String roles, String users) -
Uses of NotFoundException in org.opencastproject.usertracking.api
Methods in org.opencastproject.usertracking.api that throw NotFoundExceptionModifier and TypeMethodDescriptionUserTrackingService.getUserAction(Long id) Get a single user action by its identifier. -
Uses of NotFoundException in org.opencastproject.usertracking.impl
Methods in org.opencastproject.usertracking.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionUserTrackingServiceImpl.getUserAction(Long id) Get a single user action by its identifier. -
Uses of NotFoundException in org.opencastproject.util
Methods in org.opencastproject.util that throw NotFoundExceptionModifier and TypeMethodDescriptionstatic com.entwinemedia.fn.data.Opt<String> JobUtil.getPayload(ServiceRegistry reg, Job job) Update the job from the service registry and get its payload.static <A> ARun functionfhaving exclusive read/write access to the given file. -
Uses of NotFoundException in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that throw NotFoundExceptionModifier and TypeMethodDescriptionWorkflowServiceDatabase.getWorkflow(long workflowId) Gets a single workflow by its identifier.WorkflowServiceDatabase.getWorkflow(long workflowId, String orgId) Gets a single workflow by its identifierWorkflowServiceDatabaseImpl.getWorkflow(long workflowId) Gets a single workflow by its identifier.WorkflowServiceDatabaseImpl.getWorkflow(long workflowId, String orgId) WorkflowService.getWorkflowById(long workflowId) Gets aWorkflowInstanceby its ID.WorkflowService.getWorkflowDefinitionById(String id) Returns theWorkflowDefinitionidentified byname.voidWorkflowService.remove(long workflowInstanceId) Permanently removes a workflow instance.voidWorkflowService.remove(long workflowInstanceId, boolean force) Permanently removes a workflow instance.WorkflowService.resume(long workflowInstanceId) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowService.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowService.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance. -
Uses of NotFoundException in org.opencastproject.workflow.endpoint
Methods in org.opencastproject.workflow.endpoint that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseWorkflowRestService.getConfigurationPanel(String definitionId) Returns the workflow configuration panel HTML snippet for the workflow definition specified byWorkflowRestService.getWorkflowAsJson(long id) WorkflowRestService.getWorkflowAsXml(long id) javax.ws.rs.core.ResponseWorkflowRestService.getWorkflowDefinitionAsJson(String workflowDefinitionId) javax.ws.rs.core.ResponseWorkflowRestService.getWorkflowDefinitionAsXml(String workflowDefinitionId) javax.ws.rs.core.ResponseWorkflowRestService.remove(long workflowInstanceId, boolean force) javax.ws.rs.core.ResponseWorkflowRestService.resume(long workflowInstanceId, String mediaPackage, LocalHashMap properties) javax.ws.rs.core.ResponseWorkflowRestService.resume(long workflowInstanceId, LocalHashMap properties) WorkflowRestService.stop(long workflowInstanceId) javax.ws.rs.core.ResponseWorkflowRestService.suspend(long workflowInstanceId) javax.ws.rs.core.Response -
Uses of NotFoundException in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected longPartialImportWorkflowOperationHandler.checkForEncodeToStandard(MediaPackage mediaPackage, boolean forceEncoding, com.entwinemedia.fn.data.Opt<EncodingProfile> forceProfile, List<String> requiredExtensions, MediaPackageElementFlavor targetPresenterFlavor, MediaPackageElementFlavor targetPresentationFlavor, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.checkForMuxing(MediaPackage mediaPackage, MediaPackageElementFlavor targetPresentationFlavor, MediaPackageElementFlavor targetPresenterFlavor, boolean useSuffix, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.mux(MediaPackage mediaPackage, Track video, Track audio, List<MediaPackageElement> elementsToClean) Mux a video and an audio track. -
Uses of NotFoundException in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected MediaPackagePublishEngageWorkflowOperationHandler.getMediaPackageForSearchIndex(MediaPackage current, List<Job> jobs, MediaPackageElementFlavor downloadSubflavor, String[] downloadTargetTags, Set<String> downloadElementIds, MediaPackageElementFlavor streamingSubflavor, Set<String> streamingElementIds, String[] streamingTargetTags) Returns a mediapackage that only contains elements that are marked for distribution. -
Uses of NotFoundException in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found. -
Uses of NotFoundException in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected FileZipWorkflowOperationHandler.zip(MediaPackage mediaPackage, List<MediaPackageElementFlavor> flavorsToZip, boolean compress) Creates a zip archive of all elements in a mediapackage. -
Uses of NotFoundException in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionWorkflowServiceImpl.getWorkflowById(long id) Gets aWorkflowInstanceby its ID.WorkflowServiceImpl.getWorkflowDefinitionById(String id) Returns theWorkflowDefinitionidentified byname.voidWorkflowServiceImpl.remove(long workflowInstanceId) Permanently removes a workflow instance.voidWorkflowServiceImpl.remove(long workflowInstanceId, boolean force) Permanently removes a workflow instance.WorkflowServiceImpl.resume(long id) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage sourceMediaPackage, Long parentWorkflowId, Map<String, String> originalProperties) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowServiceImpl.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance. -
Uses of NotFoundException in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote that throw NotFoundExceptionModifier and TypeMethodDescriptionWorkflowServiceRemoteImpl.getWorkflowById(long id) Gets aWorkflowInstanceby its ID.WorkflowServiceRemoteImpl.getWorkflowDefinitionById(String id) Returns theWorkflowDefinitionidentified byname.voidWorkflowServiceRemoteImpl.remove(long workflowInstanceId) Permanently removes a workflow instance.voidWorkflowServiceRemoteImpl.remove(long workflowInstanceId, boolean force) Permanently removes a workflow instance.WorkflowServiceRemoteImpl.resume(long workflowInstanceId) Resumes a suspended workflow instance.Resumes a suspended workflow instance, applying new properties to the workflow.WorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowServiceRemoteImpl.stop(long workflowInstanceId) Stops a running workflow instance.WorkflowServiceRemoteImpl.suspend(long workflowInstanceId) Temporarily suspends a started workflow instance. -
Uses of NotFoundException in org.opencastproject.workingfilerepository.api
Methods in org.opencastproject.workingfilerepository.api that throw NotFoundExceptionModifier and TypeMethodDescriptionStream the file stored under the given media package and element IDs.URI[]WorkingFileRepository.getCollectionContents(String collectionId) Gets the URIs of the members of this collectionWorkingFileRepository.moveTo(String fromCollection, String fromFileName, String toMediaPackage, String toMediaPackageElement, String toFileName) Moves a file from a collection into a mediapackage -
Uses of NotFoundException in org.opencastproject.workingfilerepository.impl
Methods in org.opencastproject.workingfilerepository.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionWorkingFileRepositoryImpl.copyTo(String fromCollection, String fromFileName, String toMediaPackage, String toMediaPackageElement, String toFileName) Stream the file stored under the given media package and element IDs.URI[]WorkingFileRepositoryImpl.getCollectionContents(String collectionId) Gets the URIs of the members of this collectionlongWorkingFileRepositoryImpl.getCollectionSize(String id) protected FileReturns the file to the media package element.WorkingFileRepositoryImpl.getFileFromCollection(String collectionId, String fileName) Returns the file from the given collection.WorkingFileRepositoryImpl.getFromCollection(String collectionId, String fileName) WorkingFileRepositoryImpl.moveTo(String fromCollection, String fromFileName, String toMediaPackage, String toMediaPackageElement, String toFileName) Moves a file from a collection into a mediapackagejavax.ws.rs.core.ResponseWorkingFileRepositoryRestEndpoint.restCopyTo(String fromCollection, String fromFileName, String toMediaPackage, String toMediaPackageElement, String toFileName) javax.ws.rs.core.ResponseWorkingFileRepositoryRestEndpoint.restGet(String mediaPackageID, String mediaPackageElementID, String ifNoneMatch) javax.ws.rs.core.ResponseWorkingFileRepositoryRestEndpoint.restGet(String mediaPackageID, String mediaPackageElementID, String fileName, String ifNoneMatch, String range) javax.ws.rs.core.ResponseWorkingFileRepositoryRestEndpoint.restGetCollectionContents(String collectionId) javax.ws.rs.core.ResponseWorkingFileRepositoryRestEndpoint.restGetFromCollection(String collectionId, String fileName) javax.ws.rs.core.ResponseWorkingFileRepositoryRestEndpoint.restMoveTo(String fromCollection, String fromFileName, String toMediaPackage, String toMediaPackageElement, String toFileName) -
Uses of NotFoundException in org.opencastproject.workspace.api
Methods in org.opencastproject.workspace.api that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidDelete the file stored at the given media package and element IDs.voidDelete the file stored at the given uri.voidWorkspace.deleteFromCollection(String collectionId, String fileName) Removes a file from a collectionGets a locally cachedFilefor the given URI.Get a locally cachedFilefor a given URI, optionally ensuring that the file is cached in a unique path so that it can safely be removed afterwards.URI[]Workspace.getCollectionContents(String collectionId) Gets the URIs of the members of this collectionWorkspace.moveTo(URI collectionURI, String toMediaPackage, String toMediaPackageElement, String toFileName) Moves a file from a collection into a mediapackageGet theFilefor the given URI directly from the working file repository. -
Uses of NotFoundException in org.opencastproject.workspace.impl
Methods in org.opencastproject.workspace.impl that throw NotFoundException