Uses of Class
org.opencastproject.util.NotFoundException
Packages that use NotFoundException
Package
Description
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
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.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.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.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.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.