Class SilenceDetectionServiceEndpoint
java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.silencedetection.endpoint.SilenceDetectionServiceEndpoint
@Path("/silencedetection")
public class SilenceDetectionServiceEndpoint
extends org.opencastproject.rest.AbstractJobProducerEndpoint
SilenceDetectionService REST Endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Responseorg.opencastproject.job.api.JobProducerorg.opencastproject.serviceregistry.api.ServiceRegistryvoidsetServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) voidsetSilenceDetectionService(org.opencastproject.silencedetection.api.SilenceDetectionService silenceDetectionService) Methods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint
checkHeartbeat, dispatchJob
-
Constructor Details
-
SilenceDetectionServiceEndpoint
public SilenceDetectionServiceEndpoint()
-
-
Method Details
-
detect
-
getService
public org.opencastproject.job.api.JobProducer getService()- Specified by:
getServicein classorg.opencastproject.rest.AbstractJobProducerEndpoint
-
getServiceRegistry
public org.opencastproject.serviceregistry.api.ServiceRegistry getServiceRegistry()- Specified by:
getServiceRegistryin classorg.opencastproject.rest.AbstractJobProducerEndpoint
-
setSilenceDetectionService
public void setSilenceDetectionService(org.opencastproject.silencedetection.api.SilenceDetectionService silenceDetectionService) -
setServiceRegistry
public void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
-