Class SilenceDetectionServiceEndpoint
java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.silencedetection.endpoint.SilenceDetectionServiceEndpoint
@Path("/silencedetection")
public class SilenceDetectionServiceEndpoint
extends AbstractJobProducerEndpoint
SilenceDetectionService REST Endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseReturns the job producer that is backing this REST endpoint.Return the service registry.voidsetServiceRegistry(ServiceRegistry serviceRegistry) voidsetSilenceDetectionService(SilenceDetectionService silenceDetectionService) Methods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint
checkHeartbeat, dispatchJob
-
Constructor Details
-
SilenceDetectionServiceEndpoint
public SilenceDetectionServiceEndpoint()
-
-
Method Details
-
detect
-
getService
Description copied from class:AbstractJobProducerEndpointReturns the job producer that is backing this REST endpoint.- Specified by:
getServicein classAbstractJobProducerEndpoint- Returns:
- the job producer
-
getServiceRegistry
Description copied from class:AbstractJobProducerEndpointReturn the service registry.- Specified by:
getServiceRegistryin classAbstractJobProducerEndpoint
-
setSilenceDetectionService
-
setServiceRegistry
-