Class WorkspacesStatisticsProvider
java.lang.Object
org.ametys.plugins.workspaces.statistics.WorkspacesStatisticsProvider
- All Implemented Interfaces:
PluginAware
,StatisticsProvider
,Serviceable
public class WorkspacesStatisticsProvider
extends Object
implements StatisticsProvider, Serviceable, PluginAware
Send workspaces statistics
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the statistics to send anonymouslyvoid
service
(ServiceManager manager) void
setPluginInfo
(String pluginName, String featureName, String id) Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.
-
Constructor Details
-
WorkspacesStatisticsProvider
public WorkspacesStatisticsProvider()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
setPluginInfo
Description copied from interface:PluginAware
Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.- Specified by:
setPluginInfo
in interfacePluginAware
- Parameters:
pluginName
- Unique identifier for the plugin hosting the extensionfeatureName
- Unique feature identifier (unique for a given pluginName)id
- Unique identifier of this component
-
getStatistics
Description copied from interface:StatisticsProvider
Get the statistics to send anonymously- Specified by:
getStatistics
in interfaceStatisticsProvider
- Returns:
- A jsonizable object
-