Class SoapSystemService
java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.webservice.soap.endpoint.SoapSystemService
- All Implemented Interfaces:
- SystemService
- Direct Known Subclasses:
- RestSystemService
System Web Service Implementation
- Since:
- 6.1
- Author:
- Matteo Caruso - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetInfo()Retrieves the Installation informationsgetLanguages(String tenantOrSid) Retrieves the languages enabled in the server.getStatistics(String sid) Retrieves the system statisticsgetTenantStatistics(String sid, long tenantId) Retrieves the statistics of a tenenatMethods inherited from class com.logicaldoc.webservice.AbstractServiceconvertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
- 
Constructor Details- 
SoapSystemServicepublic SoapSystemService()
 
- 
- 
Method Details- 
getStatisticspublic List<WSParameter> getStatistics(String sid) throws AuthenticationException, WebserviceException, PersistenceException Description copied from interface:SystemServiceRetrieves the system statistics- Specified by:
- getStatisticsin interface- SystemService
- Parameters:
- sid- Session identifier
- Returns:
- List of stats
- Throws:
- AuthenticationException- Invalid session
- WebserviceException- Error in the webservice
- PersistenceException- Error in the database
 
- 
getTenantStatisticspublic List<WSParameter> getTenantStatistics(String sid, long tenantId) throws AuthenticationException, WebserviceException, PersistenceException Description copied from interface:SystemServiceRetrieves the statistics of a tenenat- Specified by:
- getTenantStatisticsin interface- SystemService
- Parameters:
- sid- Session identifier
- tenantId- Identifier of the tenant
- Returns:
- List of stats
- Throws:
- AuthenticationException- Invalid session
- WebserviceException- Error in the webservice
- PersistenceException- Error in the database
 
- 
getLanguagesDescription copied from interface:SystemServiceRetrieves the languages enabled in the server.- Specified by:
- getLanguagesin interface- SystemService
- Parameters:
- tenantOrSid- Tenant name or session identifier (optional)
- Returns:
- Array of active languages (en, it, es ....)
 
- 
getInfoDescription copied from interface:SystemServiceRetrieves the Installation informations- Specified by:
- getInfoin interface- SystemService
- Returns:
- The value object containing the installation informations
- Throws:
- WebserviceException- Error in the webservice
 
 
-