Class EditorServiceEndpoint

java.lang.Object
org.opencastproject.editor.api.EditorRestEndpointBase
org.opencastproject.editor.EditorServiceEndpoint

@Path("/editor") public class EditorServiceEndpoint extends org.opencastproject.editor.api.EditorRestEndpointBase
The REST endpoint for the EditorService service
  • Field Summary

    Fields inherited from class org.opencastproject.editor.api.EditorRestEndpointBase

    editorService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEditorService(org.opencastproject.editor.api.EditorService service)
     

    Methods inherited from class org.opencastproject.editor.api.EditorRestEndpointBase

    checkErrorState, editVideo, getEditorData, getEventMetadata, lockMediapackage, readInputStream, unlockMediapackage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EditorServiceEndpoint

      public EditorServiceEndpoint()
  • Method Details

    • setEditorService

      public void setEditorService(org.opencastproject.editor.api.EditorService service)
      Specified by:
      setEditorService in class org.opencastproject.editor.api.EditorRestEndpointBase