Interface SystemService

    • Method Detail

      • 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

        WSParameter[] getStatistics​(String sid)
                             throws Exception
        Retrieves the system statistics
        Parameters:
        sid - Session identifier
        Returns:
        The value object containing the statistics values
        Throws:
        Exception - error in the server application
      • getLanguages

        String[] getLanguages​(String tenantOrSid)
                       throws Exception
        Retrieves the languages enabled in the server.
        Parameters:
        tenantOrSid - Tenant name or session identifier (optional)
        Returns:
        Array of active languages (en, it, es ....)
        Throws:
        Exception - error in the server application