Uses of Interface
org.opencastproject.serviceregistry.api.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
Workflow service.
Workflow REST and WSDL Service endpoints
-
Uses of ServiceRegistry in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidJobEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi callback for the service registry.voidServerEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi callback for the service registry.voidServicesEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.adopter.registration
Methods in org.opencastproject.adopter.registration with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAdopterRegistrationServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi setter for the service registry. -
Uses of ServiceRegistry in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryAssetManagerJobProducer.getServiceRegistry()Methods in org.opencastproject.assetmanager.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTimedMediaArchiver.bindServiceRegistry(ServiceRegistry serviceRegistry) protected voidAssetManagerJobProducer.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.assetmanager.impl.endpoint
Fields in org.opencastproject.assetmanager.impl.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryAbstractTieredStorageAssetManagerRestEndpoint.serviceRegistryMethods in org.opencastproject.assetmanager.impl.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionAbstractTieredStorageAssetManagerRestEndpoint.getServiceRegistry()Methods in org.opencastproject.assetmanager.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidAbstractTieredStorageAssetManagerRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry.voidOsgiAssetManagerRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.caption.endpoint
Fields in org.opencastproject.caption.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryCaptionServiceRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.caption.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionCaptionServiceRestEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.caption.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidCaptionServiceRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.caption.impl
Fields in org.opencastproject.caption.impl declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryCaptionServiceImpl.serviceRegistryReference to remote service managerMethods in org.opencastproject.caption.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryCaptionServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.caption.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidCaptionServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Setter for remote service manager via declarative activation -
Uses of ServiceRegistry in org.opencastproject.caption.remote
Methods in org.opencastproject.caption.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCaptionServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryComposerServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.composer.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidComposerServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry -
Uses of ServiceRegistry in org.opencastproject.composer.impl.endpoint
Fields in org.opencastproject.composer.impl.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryComposerRestService.serviceRegistryThe service registryMethods in org.opencastproject.composer.impl.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionComposerRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.composer.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidComposerRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidComposerServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager. -
Uses of ServiceRegistry in org.opencastproject.coverimage.impl
Fields in org.opencastproject.coverimage.impl declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryAbstractCoverImageService.serviceRegistryThe service registry serviceMethods in org.opencastproject.coverimage.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryCoverImageServiceOsgiImpl.getServiceRegistry()Methods in org.opencastproject.coverimage.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidCoverImageServiceOsgiImpl.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi callback to set the service registry service -
Uses of ServiceRegistry in org.opencastproject.coverimage.impl.endpoint
Methods in org.opencastproject.coverimage.impl.endpoint that return ServiceRegistryMethods in org.opencastproject.coverimage.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidCoverImageEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi callback to set the a reference to the service registry. -
Uses of ServiceRegistry in org.opencastproject.coverimage.remote
Methods in org.opencastproject.coverimage.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCoverImageServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.crop.endpoint
Fields in org.opencastproject.crop.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryCropRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.crop.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionCropRestEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.crop.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidCropRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.crop.impl
Methods in org.opencastproject.crop.impl that return ServiceRegistryMethods in org.opencastproject.crop.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCropServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.crop.remote
Methods in org.opencastproject.crop.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCropServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.api
Fields in org.opencastproject.distribution.api declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryAbstractDistributionService.serviceRegistryThe remote service registryMethods in org.opencastproject.distribution.api that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryAbstractDistributionService.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.distribution.api with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAbstractDistributionService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback for the OSGi environment to set the service registry reference. -
Uses of ServiceRegistry in org.opencastproject.distribution.aws.s3
Methods in org.opencastproject.distribution.aws.s3 with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAwsS3DistributionServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.aws.s3.endpoint
Fields in org.opencastproject.distribution.aws.s3.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryAwsS3DistributionRestService.serviceRegistryThe service registryMethods in org.opencastproject.distribution.aws.s3.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionAwsS3DistributionRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.distribution.aws.s3.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidAwsS3DistributionRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.distribution.aws.s3.remote
Methods in org.opencastproject.distribution.aws.s3.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAwsS3DistributionServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidDownloadDistributionServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.download.endpoint
Fields in org.opencastproject.distribution.download.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryDownloadDistributionRestService.serviceRegistryThe service registryMethods in org.opencastproject.distribution.download.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionDownloadDistributionRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.distribution.download.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidDownloadDistributionRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.distribution.download.remote
Methods in org.opencastproject.distribution.download.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidDownloadDistributionServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.streaming.remote
Methods in org.opencastproject.distribution.streaming.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidStreamingDistributionServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.streaming.wowza
Methods in org.opencastproject.distribution.streaming.wowza with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWowzaStreamingDistributionService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.distribution.streaming.wowza.endpoint
Methods in org.opencastproject.distribution.streaming.wowza.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionWowzaStreamingDistributionRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.distribution.streaming.wowza.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidWowzaStreamingDistributionRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.editor.remote
Methods in org.opencastproject.editor.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidEditorServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) -
Uses of ServiceRegistry in org.opencastproject.event.handler
Fields in org.opencastproject.event.handler declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistrySearchUpdatedEventHandler.serviceRegistryThe service registryMethods in org.opencastproject.event.handler with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSearchUpdatedEventHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.execute.impl
Methods in org.opencastproject.execute.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryExecuteServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.execute.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidExecuteServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the receipt service -
Uses of ServiceRegistry in org.opencastproject.execute.impl.endpoint
Fields in org.opencastproject.execute.impl.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryExecuteRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.execute.impl.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionExecuteRestEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.execute.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidExecuteRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.execute.operation.handler
Methods in org.opencastproject.execute.operation.handler with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidExecuteManyWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidExecuteOnceWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.execute.remote
Methods in org.opencastproject.execute.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidExecuteServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidServersListProvider.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi callback for the service registry.voidServicesListProvider.setServiceRegistry(ServiceRegistry serviceRegistry) OSGi callback for the service registry. -
Uses of ServiceRegistry in org.opencastproject.ingest.endpoint
Methods in org.opencastproject.ingest.endpoint that return ServiceRegistry -
Uses of ServiceRegistry in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryIngestServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.ingest.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIngestServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry -
Uses of ServiceRegistry in org.opencastproject.ingestdownloadservice.impl
Methods in org.opencastproject.ingestdownloadservice.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryIngestDownloadServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.ingestdownloadservice.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIngestDownloadServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the receipt service -
Uses of ServiceRegistry in org.opencastproject.ingestdownloadservice.impl.endpoint
Methods in org.opencastproject.ingestdownloadservice.impl.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionIngestDownloadServiceEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.ingestdownloadservice.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidIngestDownloadServiceEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.ingestdownloadservice.remote
Methods in org.opencastproject.ingestdownloadservice.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIngestDownloadServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.inspection.ffmpeg
Methods in org.opencastproject.inspection.ffmpeg that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryMediaInspectionServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.inspection.ffmpeg with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidMediaInspectionServiceImpl.setServiceRegistry(ServiceRegistry jobManager) -
Uses of ServiceRegistry in org.opencastproject.inspection.ffmpeg.endpoints
Fields in org.opencastproject.inspection.ffmpeg.endpoints declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryMediaInspectionRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.inspection.ffmpeg.endpoints that return ServiceRegistryModifier and TypeMethodDescriptionMediaInspectionRestEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.inspection.ffmpeg.endpoints with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidMediaInspectionRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.inspection.remote
Methods in org.opencastproject.inspection.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidMediaInspectionServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager. -
Uses of ServiceRegistry in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return ServiceRegistryModifier and TypeMethodDescriptionprotected abstract ServiceRegistryAbstractJobProducer.getServiceRegistry()Returns a reference to the service registry.OsgiAbstractJobProducer.getServiceRegistry()Methods in org.opencastproject.job.api with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidOsgiAbstractJobProducer.setServiceRegistry(ServiceRegistry serviceRegistry) Constructors in org.opencastproject.job.api with parameters of type ServiceRegistryModifierConstructorDescriptionJobBarrier(Job waiter, ServiceRegistry registry) Creates a barrier without any jobs, usingregistryto poll for the outcome of the monitored jobs using the default polling intervalJobBarrier.DEFAULT_POLLING_INTERVAL.JobBarrier(Job waiter, ServiceRegistry registry, long pollingInterval) Creates a wrapper forjob, usingregistryto poll for the job outcome.JobBarrier(Job waiter, ServiceRegistry registry, long pollingInterval, Job... jobs) Creates a wrapper forjob, usingregistryto poll for the job outcome.JobBarrier(Job waiter, ServiceRegistry registry, Job... jobs) Creates a barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling intervalJobBarrier.DEFAULT_POLLING_INTERVAL. -
Uses of ServiceRegistry in org.opencastproject.kernel.rest
Methods in org.opencastproject.kernel.rest with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCurrentJobFilter.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry. -
Uses of ServiceRegistry in org.opencastproject.kernel.scanner
Methods in org.opencastproject.kernel.scanner that return ServiceRegistryMethods in org.opencastproject.kernel.scanner with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidAbstractScanner.bindServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.kernel.security
Methods in org.opencastproject.kernel.security with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTrustedHttpClientImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry.voidTrustedHttpClientImpl.unsetServiceRegistry(ServiceRegistry serviceRegistry) Unsets the service registry. -
Uses of ServiceRegistry in org.opencastproject.liveschedule.impl
Methods in org.opencastproject.liveschedule.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidLiveScheduleServiceImpl.setServiceRegistry(ServiceRegistry service) -
Uses of ServiceRegistry in org.opencastproject.lti.endpoint
Methods in org.opencastproject.lti.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidLtiServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.metrics.impl
Methods in org.opencastproject.metrics.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidMetricsExporter.setServiceRegistry(ServiceRegistry service) -
Uses of ServiceRegistry in org.opencastproject.oaipmh.server.remote
Methods in org.opencastproject.oaipmh.server.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidOaiPmhServerInfoRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryConfigurablePublicationServiceImpl.getServiceRegistry()Methods in org.opencastproject.publication.configurable with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidConfigurablePublicationServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.publication.configurable.endpoint
Methods in org.opencastproject.publication.configurable.endpoint that return ServiceRegistryMethods in org.opencastproject.publication.configurable.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidConfigurablePublicationRestService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.publication.configurable.remote
Methods in org.opencastproject.publication.configurable.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidConfigurablePublicationServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryOaiPmhPublicationServiceImpl.getServiceRegistry()Methods in org.opencastproject.publication.oaipmh with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidOaiPmhPublicationServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) OSGI DI -
Uses of ServiceRegistry in org.opencastproject.publication.oaipmh.endpoint
Fields in org.opencastproject.publication.oaipmh.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryOaiPmhPublicationRestService.serviceRegistryThe service registryMethods in org.opencastproject.publication.oaipmh.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionOaiPmhPublicationRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.publication.oaipmh.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidOaiPmhPublicationRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.publication.oaipmh.remote
Methods in org.opencastproject.publication.oaipmh.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidOaiPmhPublicationServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.publication.youtube
Fields in org.opencastproject.publication.youtube declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryYouTubeV3PublicationServiceImpl.serviceRegistryThe remote service registryMethods in org.opencastproject.publication.youtube that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryYouTubeV3PublicationServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.publication.youtube with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidYouTubeV3PublicationServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Callback for the OSGi environment to set the service registry reference. -
Uses of ServiceRegistry in org.opencastproject.publication.youtube.endpoint
Fields in org.opencastproject.publication.youtube.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryYouTubePublicationRestService.serviceRegistryMethods in org.opencastproject.publication.youtube.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionYouTubePublicationRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.publication.youtube.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidYouTubePublicationRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry -
Uses of ServiceRegistry in org.opencastproject.publication.youtube.remote
Methods in org.opencastproject.publication.youtube.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidYouTubePublicationServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.rest
Methods in org.opencastproject.rest that return ServiceRegistryModifier and TypeMethodDescriptionabstract ServiceRegistryAbstractJobProducerEndpoint.getServiceRegistry()Return the service registry.OsgiAbstractJobProducerEndpoint.getServiceRegistry()Methods in org.opencastproject.rest with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidOsgiAbstractJobProducerEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.runtimeinfo
Methods in org.opencastproject.runtimeinfo with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidRuntimeInfo.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return ServiceRegistryMethods in org.opencastproject.scheduler.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidOldScheduledScanner.bindServiceRegistry(ServiceRegistry serviceRegistry) voidCaptureNowProlongingService.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry -
Uses of ServiceRegistry in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSchedulerServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.search.endpoint
Methods in org.opencastproject.search.endpoint that return ServiceRegistryMethods in org.opencastproject.search.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSearchRestService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistrySearchServiceImpl.getServiceRegistry()Methods in org.opencastproject.search.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSearchServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.series.remote
Methods in org.opencastproject.series.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSeriesServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager. -
Uses of ServiceRegistry in org.opencastproject.serviceregistry.api
Classes in org.opencastproject.serviceregistry.api that implement ServiceRegistryModifier and TypeClassDescriptionclassSimple and in-memory implementation of a the service registry intended for testing scenarios.Fields in org.opencastproject.serviceregistry.api declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryRemoteBase.remoteServiceManagerThe http clientMethods in org.opencastproject.serviceregistry.api with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidRemoteBase.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager.Constructors in org.opencastproject.serviceregistry.api with parameters of type ServiceRegistry -
Uses of ServiceRegistry in org.opencastproject.serviceregistry.command
Fields in org.opencastproject.serviceregistry.command declared as ServiceRegistryMethods in org.opencastproject.serviceregistry.command with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidMaintenanceCommand.setRemoteServiceManager(ServiceRegistry remoteServiceManager) -
Uses of ServiceRegistry in org.opencastproject.serviceregistry.impl
Classes in org.opencastproject.serviceregistry.impl that implement ServiceRegistryMethods in org.opencastproject.serviceregistry.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected abstract ServiceRegistryAbstractIncidentService.getServiceRegistry()protected ServiceRegistryOsgiIncidentService.getServiceRegistry()Methods in org.opencastproject.serviceregistry.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidNopServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) protected voidOsgiIncidentService.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry -
Uses of ServiceRegistry in org.opencastproject.serviceregistry.impl.endpoint
Fields in org.opencastproject.serviceregistry.impl.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryIncidentServiceEndpoint.serviceRegistryThe remote service managerprotected ServiceRegistryServiceRegistryEndpoint.serviceRegistryThe remote service maangerMethods in org.opencastproject.serviceregistry.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidNopServiceEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) voidServiceRegistryEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry instance for delegation -
Uses of ServiceRegistry in org.opencastproject.serviceregistry.internal
Constructors in org.opencastproject.serviceregistry.internal with parameters of type ServiceRegistryModifierConstructorDescriptionRestServiceTracker(ServiceRegistry serviceRegistry, org.osgi.framework.BundleContext bundleContext) -
Uses of ServiceRegistry in org.opencastproject.silencedetection.endpoint
Methods in org.opencastproject.silencedetection.endpoint that return ServiceRegistryMethods in org.opencastproject.silencedetection.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSilenceDetectionServiceEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.silencedetection.impl
Methods in org.opencastproject.silencedetection.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistrySilenceDetectionServiceImpl.getServiceRegistry()Methods in org.opencastproject.silencedetection.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSilenceDetectionServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.silencedetection.remote
Methods in org.opencastproject.silencedetection.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSilenceDetectionServiceRemote.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.speechtotext.impl
Methods in org.opencastproject.speechtotext.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistrySpeechToTextServiceImpl.getServiceRegistry()Methods in org.opencastproject.speechtotext.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSpeechToTextServiceImpl.setServiceRegistry(ServiceRegistry jobManager) -
Uses of ServiceRegistry in org.opencastproject.speechtotext.impl.endpoint
Methods in org.opencastproject.speechtotext.impl.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionSpeechToTextServiceRestEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.speechtotext.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidSpeechToTextServiceRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.speechtotext.remote
Methods in org.opencastproject.speechtotext.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSpeechToTextServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) -
Uses of ServiceRegistry in org.opencastproject.statistics.remote
Methods in org.opencastproject.statistics.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidStatisticsServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.terminationstate.api
Methods in org.opencastproject.terminationstate.api that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryAbstractJobTerminationStateService.getServiceRegistry()Methods in org.opencastproject.terminationstate.api with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAbstractJobTerminationStateService.setServiceRegistry(ServiceRegistry service) OSGI dependency injection of service registry -
Uses of ServiceRegistry in org.opencastproject.terminationstate.aws
Methods in org.opencastproject.terminationstate.aws with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAutoScalingTerminationStateService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.terminationstate.impl
Methods in org.opencastproject.terminationstate.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTerminationStateServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.textanalyzer.impl
Methods in org.opencastproject.textanalyzer.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryTextAnalyzerServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.textanalyzer.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidTextAnalyzerServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the receipt service -
Uses of ServiceRegistry in org.opencastproject.textanalyzer.impl.endpoint
Fields in org.opencastproject.textanalyzer.impl.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryTextAnalysisRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.textanalyzer.impl.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionTextAnalysisRestEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.textanalyzer.impl.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidTextAnalysisRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.textanalyzer.remote
Methods in org.opencastproject.textanalyzer.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTextAnalysisRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.timelinepreviews.endpoint
Fields in org.opencastproject.timelinepreviews.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryTimelinePreviewsRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.timelinepreviews.endpoint that return ServiceRegistryMethods in org.opencastproject.timelinepreviews.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidTimelinePreviewsRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.timelinepreviews.ffmpeg
Fields in org.opencastproject.timelinepreviews.ffmpeg declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryTimelinePreviewsServiceImpl.serviceRegistryReference to the receipt serviceMethods in org.opencastproject.timelinepreviews.ffmpeg that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryTimelinePreviewsServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.timelinepreviews.ffmpeg with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidTimelinePreviewsServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the receipt service -
Uses of ServiceRegistry in org.opencastproject.timelinepreviews.remote
Methods in org.opencastproject.timelinepreviews.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTimelinePreviewsServiceRemote.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.transcription.amberscript
Methods in org.opencastproject.transcription.amberscript that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryAmberscriptTranscriptionService.getServiceRegistry()Methods in org.opencastproject.transcription.amberscript with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAmberscriptTranscriptionService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.transcription.amberscript.endpoint
Fields in org.opencastproject.transcription.amberscript.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryAmberscriptTranscriptionRestService.serviceRegistryThe service registryMethods in org.opencastproject.transcription.amberscript.endpoint that return ServiceRegistryMethods in org.opencastproject.transcription.amberscript.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAmberscriptTranscriptionRestService.setServiceRegistry(ServiceRegistry service) -
Uses of ServiceRegistry in org.opencastproject.transcription.googlespeech
Methods in org.opencastproject.transcription.googlespeech that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryGoogleSpeechTranscriptionService.getServiceRegistry()Methods in org.opencastproject.transcription.googlespeech with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidGoogleSpeechTranscriptionService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.transcription.googlespeech.endpoint
Fields in org.opencastproject.transcription.googlespeech.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryGoogleSpeechTranscriptionRestService.serviceRegistryThe service registryMethods in org.opencastproject.transcription.googlespeech.endpoint that return ServiceRegistryMethods in org.opencastproject.transcription.googlespeech.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidGoogleSpeechTranscriptionRestService.setServiceRegistry(ServiceRegistry service) -
Uses of ServiceRegistry in org.opencastproject.transcription.ibmwatson
Methods in org.opencastproject.transcription.ibmwatson that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryIBMWatsonTranscriptionService.getServiceRegistry()Methods in org.opencastproject.transcription.ibmwatson with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIBMWatsonTranscriptionService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.transcription.ibmwatson.endpoint
Fields in org.opencastproject.transcription.ibmwatson.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryIBMWatsonTranscriptionRestService.serviceRegistryThe service registryMethods in org.opencastproject.transcription.ibmwatson.endpoint that return ServiceRegistryMethods in org.opencastproject.transcription.ibmwatson.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIBMWatsonTranscriptionRestService.setServiceRegistry(ServiceRegistry service) -
Uses of ServiceRegistry in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryMicrosoftAzureTranscriptionService.getServiceRegistry()Methods in org.opencastproject.transcription.microsoft.azure with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidMicrosoftAzureTranscriptionService.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.transcription.microsoft.azure.endpoint
Fields in org.opencastproject.transcription.microsoft.azure.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryMicrosoftAzureTranscriptionRestService.serviceRegistryThe service registryMethods in org.opencastproject.transcription.microsoft.azure.endpoint that return ServiceRegistryMethods in org.opencastproject.transcription.microsoft.azure.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidMicrosoftAzureTranscriptionRestService.setServiceRegistry(ServiceRegistry service) -
Uses of ServiceRegistry in org.opencastproject.transcription.workflowoperation
Methods in org.opencastproject.transcription.workflowoperation with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAmberscriptAttachTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidAmberscriptStartTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidAttachTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidGoogleSpeechAttachTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidGoogleSpeechStartTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidMicrosoftAzureAttachTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidMicrosoftAzureStartTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidStartTranscriptionOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.util
Methods in org.opencastproject.util with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic floatLoadUtil.getConfiguredLoadValue(Dictionary bundleProperties, String configKey, Float defaultValue, ServiceRegistry registry) static floatLoadUtil.getConfiguredLoadValue(Map<String, Object> properties, String configKey, Float defaultValue, ServiceRegistry registry) static com.entwinemedia.fn.data.Opt<String> JobUtil.getPayload(ServiceRegistry reg, Job job) Update the job from the service registry and get its payload.static Function<Job, MediaPackageElement> JobUtil.payloadAsMediaPackageElement(Job waiter, ServiceRegistry reg) Interpret the payload of a completedJobas aMediaPackageElement.static Function<Job, MediaPackageElement> JobUtil.payloadAsMediaPackageElement(ServiceRegistry reg) Interpret the payload of a completedJobas aMediaPackageElement.static com.entwinemedia.fn.data.Opt<Job> JobUtil.update(ServiceRegistry reg, Job job) Get the latest state of a job.static JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Option<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Option<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, long pollingInterval, long timeout, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, long timeout, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(ServiceRegistry reg, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.JobUtil.waitForJobSuccess(Job waiter, ServiceRegistry reg, Option<Long> timeout) Wait for the job to complete and return the success value. -
Uses of ServiceRegistry in org.opencastproject.videoeditor.endpoint
Methods in org.opencastproject.videoeditor.endpoint that return ServiceRegistryMethods in org.opencastproject.videoeditor.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoEditorServiceEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.videoeditor.impl
Methods in org.opencastproject.videoeditor.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryVideoEditorServiceImpl.getServiceRegistry()Methods in org.opencastproject.videoeditor.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoEditorServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.videoeditor.remote
Methods in org.opencastproject.videoeditor.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoEditorServiceRemote.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.videogrid.endpoint
Methods in org.opencastproject.videogrid.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionVideoGridServiceEndpoint.getServiceRegistry()Return the service registry.Methods in org.opencastproject.videogrid.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidVideoGridServiceEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.videogrid.impl
Methods in org.opencastproject.videogrid.impl that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryVideoGridServiceImpl.getServiceRegistry()Methods in org.opencastproject.videogrid.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoGridServiceImpl.setServiceRegistry(ServiceRegistry jobManager) -
Uses of ServiceRegistry in org.opencastproject.videogrid.remote
Methods in org.opencastproject.videogrid.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoGridServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.videosegmenter.ffmpeg
Fields in org.opencastproject.videosegmenter.ffmpeg declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryVideoSegmenterServiceImpl.serviceRegistryReference to the receipt serviceMethods in org.opencastproject.videosegmenter.ffmpeg that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryVideoSegmenterServiceImpl.getServiceRegistry()Returns a reference to the service registry.Methods in org.opencastproject.videosegmenter.ffmpeg with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidVideoSegmenterServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the receipt service -
Uses of ServiceRegistry in org.opencastproject.videosegmenter.ffmpeg.endpoint
Fields in org.opencastproject.videosegmenter.ffmpeg.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryVideoSegmenterRestEndpoint.serviceRegistryThe service registryMethods in org.opencastproject.videosegmenter.ffmpeg.endpoint that return ServiceRegistryMethods in org.opencastproject.videosegmenter.ffmpeg.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidVideoSegmenterRestEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.videosegmenter.remote
Methods in org.opencastproject.videosegmenter.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoSegmenterRemoteImpl.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.waveform.endpoint
Methods in org.opencastproject.waveform.endpoint that return ServiceRegistryMethods in org.opencastproject.waveform.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWaveformServiceEndpoint.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.waveform.ffmpeg
Methods in org.opencastproject.waveform.ffmpeg that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryWaveformServiceImpl.getServiceRegistry()Methods in org.opencastproject.waveform.ffmpeg with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWaveformServiceImpl.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.waveform.remote
Methods in org.opencastproject.waveform.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWaveformServiceRemote.setRemoteServiceManager(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryAbstractWorkflowOperationHandler.serviceRegistryOptional service registryMethods in org.opencastproject.workflow.api with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAbstractWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) Sets the service registry. -
Uses of ServiceRegistry in org.opencastproject.workflow.endpoint
Fields in org.opencastproject.workflow.endpoint declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryWorkflowRestService.serviceRegistryThe service registryMethods in org.opencastproject.workflow.endpoint that return ServiceRegistryModifier and TypeMethodDescriptionWorkflowRestService.getServiceRegistry()Return the service registry.Methods in org.opencastproject.workflow.endpoint with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidWorkflowRestService.setServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry. -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAssetManagerDeleteWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidAssetManagerSnapshotWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidAssetManagerStorageMoveOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.comments
Methods in org.opencastproject.workflow.handler.comments with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCommentWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCompositeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidConcatWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidDemuxWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidEncodeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidImageConvertWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidImageToVideoWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidImageWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidMultiEncodeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidMuxWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPartialImportWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPrepareAVWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidProcessSmilWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidSanitizeAdaptiveWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidSegmentPreviewsWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidSelectStreamsWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.coverimage
Methods in org.opencastproject.workflow.handler.coverimage with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCoverImageWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.crop
Methods in org.opencastproject.workflow.handler.crop with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCropWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidConfigurableAWSS3PublishWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidConfigurableAWSS3RetractWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidConfigurablePublishWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidConfigurableRetractWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPartialRetractEngageAWSS3WorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPartialRetractEngageWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPublishEngageAWSS3WorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPublishEngageWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPublishOaiPmhWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidPublishYouTubeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidRepublishOaiPmhWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidRetractEngageAWSS3WorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidRetractEngageWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidRetractOaiPmhWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidRetractYouTubeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidTagEngageWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.incident
Methods in org.opencastproject.workflow.handler.incident with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIncidentCreatorWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.ingest
Methods in org.opencastproject.workflow.handler.ingest with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidIngestDownloadWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidInspectWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.notification
Methods in org.opencastproject.workflow.handler.notification with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidEmailWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidHttpNotificationWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidMediaPackagePostOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.smil
Methods in org.opencastproject.workflow.handler.smil with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidCutMarksToSmilWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.speechtotext
Methods in org.opencastproject.workflow.handler.speechtotext with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSpeechToTextAttachWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidSpeechToTextWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.statisticswriter
Methods in org.opencastproject.workflow.handler.statisticswriter with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidStatisticsWriterWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTextAnalysisWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.themes
Methods in org.opencastproject.workflow.handler.themes with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidThemeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.timelinepreviews
Methods in org.opencastproject.workflow.handler.timelinepreviews with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTimelinePreviewsWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.videoeditor
Methods in org.opencastproject.workflow.handler.videoeditor with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSilenceDetectionWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidVideoEditorWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.videogrid
Methods in org.opencastproject.workflow.handler.videogrid with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoGridWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.videosegmenter
Methods in org.opencastproject.workflow.handler.videosegmenter with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidVideoSegmenterWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.waveform
Methods in org.opencastproject.workflow.handler.waveform with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWaveformWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAssertWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidChangeTypeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidCleanupWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidCloneWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidCopyWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidDefaultsWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidDuplicateEventWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidErrorResolutionWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidIncludeWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidSeriesWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidTagWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidWebvttToCutMarksWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) voidZipWorkflowOperationHandler.setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.opencastproject.workflow.impl
Fields in org.opencastproject.workflow.impl declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryWorkflowServiceImpl.serviceRegistryThe service registryMethods in org.opencastproject.workflow.impl that return ServiceRegistryMethods in org.opencastproject.workflow.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWorkflowCleanupScanner.bindServiceRegistry(ServiceRegistry serviceRegistry) protected voidWorkflowServiceImpl.setServiceRegistry(ServiceRegistry registry) Callback for the OSGi environment to register with theServiceRegistry. -
Uses of ServiceRegistry in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWorkflowServiceRemoteImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager. -
Uses of ServiceRegistry in org.opencastproject.workingfilerepository.impl
Fields in org.opencastproject.workingfilerepository.impl declared as ServiceRegistryModifier and TypeFieldDescriptionprotected ServiceRegistryWorkingFileRepositoryImpl.remoteServiceManagerThe remote service managerMethods in org.opencastproject.workingfilerepository.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidWorkingFileRepositoryImpl.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager.voidWorkingFileRepositoryRestEndpoint.setRemoteServiceManager(ServiceRegistry remoteServiceManager) Sets the remote service manager.