Uses of Class
com.logicaldoc.webservice.model.WSParameter
Packages that use WSParameter
Package
Description
-
Uses of WSParameter in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return types with arguments of type WSParameterModifier and TypeMethodDescriptionSystemService.getStatistics()
Retrieves the system statisticsSystemService.getTenantStatistics
(long tenantId) Retrieves the statistics of a tenant -
Uses of WSParameter in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSParameterModifier and TypeMethodDescriptionRestSystemService.getStatistics()
RestSystemService.getTenantStatistics
(long tenantId) -
Uses of WSParameter in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return types with arguments of type WSParameterModifier and TypeMethodDescriptionSystemService.getStatistics
(String sid) Retrieves the system statisticsSystemService.getTenantStatistics
(String sid, long tenantId) Retrieves the statistics of a tenenat -
Uses of WSParameter in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return types with arguments of type WSParameterModifier and TypeMethodDescriptionSoapSystemClient.getStatistics
(String sid) SoapSystemClient.getTenantStatistics
(String sid, long tenantId) -
Uses of WSParameter in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSParameterModifier and TypeMethodDescriptionSoapSystemService.getStatistics
(String sid) SoapSystemService.getTenantStatistics
(String sid, long tenantId)