Class InfoResource

java.lang.Object
net.datenwerke.rs.saiku.server.rest.resources.InfoResource
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class InfoResource extends Object
Info Resource to get platform information.
  • Constructor Details

    • InfoResource

      public InfoResource(PlatformUtilsService platformService)
  • Method Details

    • getAvailablePlugins

      public Response getAvailablePlugins()
      Get a list of available plugins.
      Returns:
      A response containing a list of plugins.