Class StudioEndpoint
java.lang.Object
org.opencastproject.studio.endpoint.StudioEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsevoidsetElasticsearchIndex(org.opencastproject.elasticsearch.index.ElasticsearchIndex elasticsearchIndex) voidsetSecurityService(org.opencastproject.security.api.SecurityService securityService)
-
Constructor Details
-
StudioEndpoint
public StudioEndpoint()
-
-
Method Details
-
getSeries
@GET @Path("/series.json") @Produces("application/json") public javax.ws.rs.core.Response getSeries(@QueryParam("filter") String filter) -
setElasticsearchIndex
public void setElasticsearchIndex(org.opencastproject.elasticsearch.index.ElasticsearchIndex elasticsearchIndex) -
setSecurityService
public void setSecurityService(org.opencastproject.security.api.SecurityService securityService)
-