Package | Description |
---|---|
com.jalios.jcms.analytics | |
com.jalios.jcms.analytics.agent |
Modifier and Type | Method and Description |
---|---|
abstract AbstractStatisticAgent |
AbstractStatisticAgent.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractStatisticAgent> |
AnalyzeListener.getAgentList() |
java.util.List<AbstractStatisticAgent> |
AbstractAnalyzeJob.getAgentList() |
java.util.List<AbstractStatisticAgent> |
AnalyticsManager.getAgents()
Get
AbstractStatisticAgent list (a copy of internal agent list) |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsManager.addAgent(AbstractStatisticAgent agent)
add a
AbstractStatisticAgent to agent list |
int |
AbstractStatisticAgent.compareTo(AbstractStatisticAgent o) |
void |
AnalyticsManager.removeAgent(AbstractStatisticAgent agent)
remove a
AbstractStatisticAgent from agent list |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsManager.runDayAgent(java.util.Date startDate,
java.util.Date endDate,
java.util.Set<Workspace> workspaceSet,
java.lang.String urid,
java.util.Set<AbstractStatisticAgent> dayAgentList,
boolean scheduled,
boolean globalAnalyze)
Run day agent in the specified period
|
void |
AnalyticsManager.runPeriodAgent(java.util.Date startDate,
java.util.Date endDate,
AbstractPeriod period,
java.util.Set<Workspace> workspaceSet,
java.lang.String urid,
java.util.Set<AbstractStatisticAgent> agentList,
boolean scheduled,
boolean globalAnalyze)
Run agent with a custom period in a specified interval
|
void |
AnalyzeListener.setAgentList(java.util.List<AbstractStatisticAgent> agentList) |
void |
AbstractAnalyzeJob.setAgentList(java.util.List<AbstractStatisticAgent> agentList) |
Constructor and Description |
---|
AbstractStatisticAgent(AbstractStatisticAgent parent) |
Constructor and Description |
---|
AbstractAnalyzeJob(Interval interval,
StatisticContext context,
java.util.List<AbstractStatisticAgent> agentList,
ProgressListener listener) |
AnalyzeJob(java.util.Date analyzedDate,
StatisticContext context,
java.util.List<AbstractStatisticAgent> agentList,
ProgressListener listener) |
PeriodAnalyzeJob(Interval analyzedInterval,
StatisticContext context,
java.util.List<AbstractStatisticAgent> agentList,
ProgressListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AccountReportAgent |
class |
AdminReportAgent |
class |
DayAccessAgent |
class |
SearchReportAgent |
class |
TechnicalReportAgent |
class |
WriteReportAgent |
Modifier and Type | Method and Description |
---|---|
AbstractStatisticAgent |
WriteReportAgent.clone() |
AbstractStatisticAgent |
TechnicalReportAgent.clone() |
AbstractStatisticAgent |
SearchReportAgent.clone() |
AbstractStatisticAgent |
DayAccessAgent.clone() |
AbstractStatisticAgent |
AdminReportAgent.clone() |
AbstractStatisticAgent |
AccountReportAgent.clone() |
Constructor and Description |
---|
AccountReportAgent(AbstractStatisticAgent parent) |
AdminReportAgent(AbstractStatisticAgent parent) |
SearchReportAgent(AbstractStatisticAgent parent) |
TechnicalReportAgent(AbstractStatisticAgent parent) |
WriteReportAgent(AbstractStatisticAgent parent) |
Copyright © 2001-2018 Jalios SA. All Rights Reserved.