Class SoapSystemService

    • Constructor Detail

      • SoapSystemService

        public SoapSystemService()
    • Method Detail

      • getStatistics

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

        public String[] getLanguages​(String tenantOrSid)
                              throws Exception
        Description copied from interface: SystemService
        Retrieves the languages enabled in the server.
        Specified by:
        getLanguages in interface SystemService
        Parameters:
        tenantOrSid - Tenant name or session identifier (optional)
        Returns:
        Array of active languages (en, it, es ....)
        Throws:
        Exception - error in the server application
      • getInfo

        public WSSystemInfo getInfo()
                             throws Exception
        Description copied from interface: SystemService
        Retrieves the Installation informations
        Specified by:
        getInfo in interface SystemService
        Returns:
        The value object containing the installation informations
        Throws:
        Exception - error in the server application