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 informationsString[]getLanguages(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
WSParameter[] getStatistics(String sid) throws AuthenticationException, WebserviceException, PersistenceException Retrieves the system statistics- Parameters:
sid- Session identifier- Returns:
- The value object containing the statistics values
- 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 ....)
-