Package org.opencastproject.editor
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEditorService(org.opencastproject.editor.api.EditorService service) Methods inherited from class org.opencastproject.editor.api.EditorRestEndpointBase
checkErrorState, editVideo, getEditorData, getEventMetadata, lockMediapackage, readInputStream, unlockMediapackage
-
Constructor Details
-
EditorServiceEndpoint
public EditorServiceEndpoint()
-
-
Method Details
-
setEditorService
public void setEditorService(org.opencastproject.editor.api.EditorService service) - Specified by:
setEditorServicein classorg.opencastproject.editor.api.EditorRestEndpointBase
-