Class PlaylistsEndpoint
java.lang.Object
org.opencastproject.adminui.endpoint.PlaylistsEndpoint
@Path("/admin-ng/playlists")
@Produces("application/json")
public class PlaylistsEndpoint
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsecreatePlaylist(String acceptHeader, String playlistText) javax.ws.rs.core.ResponsegetPlaylist(String acceptHeader, String id) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseremovePlaylist(String acceptHeader, String id) voidsetElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) voidsetPlaylistRestService(PlaylistRestService playlistRestService) voidsetPlaylistService(PlaylistService playlistService) OSGi DIvoidsetSecurityService(SecurityService securityService) javax.ws.rs.core.ResponseupdatePlaylist(String acceptHeader, String id, String playlistText)
-
Field Details
-
endpointBaseUrl
Base URL of this endpoint
-
-
Constructor Details
-
PlaylistsEndpoint
public PlaylistsEndpoint()
-
-
Method Details
-
setPlaylistService
OSGi DI -
setPlaylistRestService
-
setElasticsearchIndex
-
setSecurityService
-
getPlaylist
-
getPlaylists
-
createPlaylist
-
updatePlaylist
-
removePlaylist
-