Interface SystemService

  • All Known Implementing Classes:
    RestSystemService, RestSystemSwagger

    @Consumes("application/json")
    @Produces("application/json")
    public interface SystemService
    System Web Service definition interface for REST. Alessandro Gasparini - LogicalDOC
    Since:
    8.4.2
    • Method Detail

      • getInfo

        @GET
        @Path("/getInfo")
        WSSystemInfo getInfo()
                      throws Exception
        Retrieves the Installation informations
        Returns:
        The value object containing the installation informations
        Throws:
        Exception - error in the server application
      • getStatistics

        @GET
        @Path("/getStatistics")
        WSParameter[] getStatistics()
                             throws Exception
        Retrieves the system statistics
        Returns:
        The value object containing the statistics values
        Throws:
        Exception - error in the server application
      • getLanguages

        @GET
        @Path("/getLanguages")
        String[] getLanguages()
                       throws Exception
        Retrieves the languages enabled in the server.
        Returns:
        Array of active languages (en, it, es ....)
        Throws:
        Exception - error in the server application