Package | Description |
---|---|
com.jalios.jcms.analytics | |
com.jalios.jcms.analytics.agent | |
com.jalios.jcms.analytics.storage | |
com.jalios.jcms.analytics.storage.impl |
Modifier and Type | Method and Description |
---|---|
static void |
AnalyticsManager.appendEventData(EventData eventData)
Append a data event
|
static void |
AnalyticsManager.appendEventData(EventData eventData,
javax.servlet.http.HttpServletRequest request)
Append a data event
|
abstract void |
AbstractStatisticAgent.doProcess(EventData data,
StatisticContext context) |
static java.util.Map<java.lang.String,java.lang.String> |
AnalyticsManager.generateAccessContextMap(javax.servlet.http.HttpServletRequest request,
EventData eventData) |
static boolean |
AnalyticsManager.isBot(EventData data) |
void |
AbstractStatisticAgent.process(EventData data,
StatisticContext context)
process the current data
Default implementation check :
- if data is not null
- if urid is not null in analyze configuration, canUse check if the evenData urid is the same
- if workspaceId is not null in analyze configuration, canUse check if the evenData workspaceId is the same
- if startDate or endDate in eventData is null it return false
- if the startDate is in the same day than the agent report day
|
java.lang.String |
AnalyticsManager.serializeEvent(EventData data)
Serialize an
EventData in a string |
Modifier and Type | Method and Description |
---|---|
void |
WriteReportAgent.doProcess(EventData data,
StatisticContext context) |
void |
TechnicalReportAgent.doProcess(EventData data,
StatisticContext context) |
void |
SearchReportAgent.doProcess(EventData data,
StatisticContext context) |
void |
DayAccessAgent.doProcess(EventData data,
StatisticContext context) |
void |
AdminReportAgent.doProcess(EventData data,
StatisticContext context) |
void |
AccountReportAgent.doProcess(EventData data,
StatisticContext context) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractStorageHandler.writeEvent(EventData data)
Write a
EventData in the storage |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<EventData> |
FileSystemEventDataProvider.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemStorage.writeEvent(EventData data)
Write an
EventData in the file |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.