Class ServicesEndpoint

java.lang.Object
org.opencastproject.adminui.endpoint.ServicesEndpoint

@Path("/admin-ng/services") public class ServicesEndpoint extends Object
  • Constructor Details

    • ServicesEndpoint

      public ServicesEndpoint()
  • Method Details

    • getServices

      @GET @Path("services.json") @Produces("application/json") public javax.ws.rs.core.Response getServices(@QueryParam("limit") int limit, @QueryParam("offset") int offset, @QueryParam("filter") String filter, @QueryParam("sort") String sort) throws Exception
      Throws:
      Exception
    • activate

      public void activate()
      OSGI activate method.
    • setServiceRegistry

      public void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
      Parameters:
      serviceRegistry - the serviceRegistry to set