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
Modifier and TypeMethodDescriptiongetInfo()
Retrieves the Installation informationsgetLanguages
(String tenantOrSid) Retrieves the languages enabled in the server.getStatistics
(String sid) Retrieves the system statistics
-
Method Details
-
getInfo
Retrieves the Installation informations- Returns:
- The value object containing the installation informations
- Throws:
WebserviceException
- Error in the webservice
-
getStatistics
List<WSParameter> getStatistics(String sid) throws AuthenticationException, WebserviceException, PersistenceException Retrieves the system statistics- Parameters:
sid
- Session identifier- Returns:
- List of stats
- Throws:
PersistenceException
- Error in the databaseWebserviceException
- Error in the webserviceAuthenticationException
- Invalid session
-
getLanguages
Retrieves the languages enabled in the server.- Parameters:
tenantOrSid
- Tenant name or session identifier (optional)- Returns:
- Array of active languages (en, it, es ....)
-