Class ExternalDataStatisticsProvider
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.externaldata.data.ExternalDataStatisticsProvider
- All Implemented Interfaces:
LogEnabled,StatisticsProvider,Serviceable
public class ExternalDataStatisticsProvider
extends AbstractLogEnabled
implements StatisticsProvider, Serviceable
Provide basic statistics on the plugin usage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the statistics to send anonymouslyvoidservice(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
ExternalDataStatisticsProvider
public ExternalDataStatisticsProvider()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
getStatistics
Description copied from interface:StatisticsProviderGet the statistics to send anonymously- Specified by:
getStatisticsin interfaceStatisticsProvider- Returns:
- A jsonizable object
-