Class AmberscriptTranscriptionRestService

java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.transcription.amberscript.endpoint.AmberscriptTranscriptionRestService

@Path("/transcripts/amberscript") public class AmberscriptTranscriptionRestService extends org.opencastproject.rest.AbstractJobProducerEndpoint
  • Field Details

    • service

      The transcription service
    • serviceRegistry

      protected org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry
      The service registry
    • wfr

      protected org.opencastproject.workingfilerepository.api.WorkingFileRepository wfr
      The WFR
  • Constructor Details

    • AmberscriptTranscriptionRestService

      public AmberscriptTranscriptionRestService()
  • Method Details

    • activate

      public void activate()
    • setTranscriptionService

      public void setTranscriptionService(AmberscriptTranscriptionService service)
    • setServiceRegistry

      public void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry service)
    • setWorkingFileRepository

      public void setWorkingFileRepository(org.opencastproject.workingfilerepository.api.WorkingFileRepository wfr)
    • getService

      public org.opencastproject.job.api.JobProducer getService()
      Specified by:
      getService in class org.opencastproject.rest.AbstractJobProducerEndpoint
    • getServiceRegistry

      public org.opencastproject.serviceregistry.api.ServiceRegistry getServiceRegistry()
      Specified by:
      getServiceRegistry in class org.opencastproject.rest.AbstractJobProducerEndpoint