Package com.logicaldoc.webservice.soap
Interface SystemService
-
- All Known Implementing Classes:
RestSystemService
,RestSystemSwagger
,SoapSystemClient
,SoapSystemService
public interface SystemService
System Web Service definition interface- Since:
- 6.1
- Author:
- Matteo Caruso - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WSSystemInfo
getInfo()
Retrieves the Installation informationsString[]
getLanguages(String tenantOrSid)
Retrieves the languages enabled in the server.WSParameter[]
getStatistics(String sid)
Retrieves the system statistics
-
-
-
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
-
-