Uses of Class
com.jalios.jcms.analytics.metric.AbstractReportMetric
-
Packages that use AbstractReportMetric Package Description com.jalios.jcms.analytics com.jalios.jcms.analytics.agent com.jalios.jcms.analytics.metric -
-
Uses of AbstractReportMetric in com.jalios.jcms.analytics
Methods in com.jalios.jcms.analytics that return AbstractReportMetric Modifier and Type Method Description protected static AbstractReportMetric
AbstractAnalyzeJob. getReportMetric(Workspace analyzedWS, StatisticContext context, java.lang.Class<? extends AbstractReportMetric> clazz)
protected static AbstractReportMetric
AbstractAnalyzeJob. getReportMetric(Workspace analyzedWS, StatisticContext context, java.util.Date startDate, java.util.Date endDate, java.lang.Class<? extends AbstractReportMetric> clazz)
Methods in com.jalios.jcms.analytics that return types with arguments of type AbstractReportMetric Modifier and Type Method Description static java.util.Set<AbstractReportMetric>
AnalyticsManager. aggregateAllUrid(java.util.Set<AbstractReportMetric> originalSet, java.lang.Class<? extends AbstractReportMetric> clazz)
Aggregate all urid report in global report (day by day)static java.util.Set<AbstractReportMetric>
AbstractStatisticAgent. getMetricObjectSet(Workspace workspace, java.util.Date startDate, java.util.Date endDate, java.lang.String urid, java.lang.Class<? extends AbstractReportMetric> clazz)
abstract java.lang.Class<? extends AbstractReportMetric>
AbstractStatisticAgent. getReportMetricClass()
static java.util.Set<AbstractReportMetric>
AbstractStatisticAgent. getWorkspacesMetricObjectSet(java.util.Date startDate, java.util.Date endDate, java.lang.String urid, java.lang.Class<? extends AbstractReportMetric> clazz)
Methods in com.jalios.jcms.analytics with parameters of type AbstractReportMetric Modifier and Type Method Description int
AbstractStatisticAgent.AbstractReportMetricComparator. compare(AbstractReportMetric o1, AbstractReportMetric o2)
abstract boolean
AbstractStatisticAgent. endAnalyze(AbstractReportMetric reportMetric, StatisticContext context)
Method parameters in com.jalios.jcms.analytics with type arguments of type AbstractReportMetric Modifier and Type Method Description static java.util.Set<AbstractReportMetric>
AnalyticsManager. aggregateAllUrid(java.util.Set<AbstractReportMetric> originalSet, java.lang.Class<? extends AbstractReportMetric> clazz)
Aggregate all urid report in global report (day by day)static java.util.Set<AbstractReportMetric>
AnalyticsManager. aggregateAllUrid(java.util.Set<AbstractReportMetric> originalSet, java.lang.Class<? extends AbstractReportMetric> clazz)
Aggregate all urid report in global report (day by day)static void
AnalyticsManager. completeMetricObjectSet(java.util.Set<AbstractReportMetric> originalSet, java.util.Date startDate, java.util.Date endDate, java.util.Locale locale, java.lang.Class<? extends AbstractReportMetric> clazz)
Update the provided set with some empty report metric instance if any are missing in specified intervalstatic void
AnalyticsManager. completeMetricObjectSet(java.util.Set<AbstractReportMetric> originalSet, java.util.Date startDate, java.util.Date endDate, java.util.Locale locale, java.lang.Class<? extends AbstractReportMetric> clazz)
Update the provided set with some empty report metric instance if any are missing in specified intervalstatic java.util.Set<AbstractReportMetric>
AbstractStatisticAgent. getMetricObjectSet(Workspace workspace, java.util.Date startDate, java.util.Date endDate, java.lang.String urid, java.lang.Class<? extends AbstractReportMetric> clazz)
protected static AbstractReportMetric
AbstractAnalyzeJob. getReportMetric(Workspace analyzedWS, StatisticContext context, java.lang.Class<? extends AbstractReportMetric> clazz)
protected static AbstractReportMetric
AbstractAnalyzeJob. getReportMetric(Workspace analyzedWS, StatisticContext context, java.util.Date startDate, java.util.Date endDate, java.lang.Class<? extends AbstractReportMetric> clazz)
static java.util.Set<AbstractReportMetric>
AbstractStatisticAgent. getWorkspacesMetricObjectSet(java.util.Date startDate, java.util.Date endDate, java.lang.String urid, java.lang.Class<? extends AbstractReportMetric> clazz)
static void
AnalyticsManager. removeToDayMetric(java.util.Set<AbstractReportMetric> originalSet)
Remove today metric, because this metric is not done. -
Uses of AbstractReportMetric in com.jalios.jcms.analytics.agent
Methods in com.jalios.jcms.analytics.agent that return types with arguments of type AbstractReportMetric Modifier and Type Method Description java.lang.Class<? extends AbstractReportMetric>
AccountReportAgent. getReportMetricClass()
java.lang.Class<? extends AbstractReportMetric>
AdminReportAgent. getReportMetricClass()
java.lang.Class<? extends AbstractReportMetric>
DayAccessAgent. getReportMetricClass()
java.lang.Class<? extends AbstractReportMetric>
SearchReportAgent. getReportMetricClass()
java.lang.Class<? extends AbstractReportMetric>
TechnicalReportAgent. getReportMetricClass()
java.lang.Class<? extends AbstractReportMetric>
WriteReportAgent. getReportMetricClass()
Methods in com.jalios.jcms.analytics.agent with parameters of type AbstractReportMetric Modifier and Type Method Description boolean
AccountReportAgent. endAnalyze(AbstractReportMetric reportMetric, StatisticContext context)
boolean
AdminReportAgent. endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
boolean
DayAccessAgent. endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
boolean
SearchReportAgent. endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
boolean
TechnicalReportAgent. endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
boolean
WriteReportAgent. endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
-
Uses of AbstractReportMetric in com.jalios.jcms.analytics.metric
Subclasses of AbstractReportMetric in com.jalios.jcms.analytics.metric Modifier and Type Class Description class
AccessReportMetric
class
AccountReportMetric
class
AdminReportMetric
class
SearchReportMetric
class
TechnicalReportMetric
class
WriteReportMetric
Methods in com.jalios.jcms.analytics.metric with parameters of type AbstractReportMetric Modifier and Type Method Description abstract void
AbstractReportMetric. aggregateUridData(AbstractReportMetric metric)
Aggregate a metric to this one (to provide aggregated metrics like global from uri's)void
AccessReportMetric. aggregateUridData(AbstractReportMetric metric)
void
AccountReportMetric. aggregateUridData(AbstractReportMetric metric)
void
AdminReportMetric. aggregateUridData(AbstractReportMetric metric)
void
SearchReportMetric. aggregateUridData(AbstractReportMetric metric)
void
TechnicalReportMetric. aggregateUridData(AbstractReportMetric metric)
void
WriteReportMetric. aggregateUridData(AbstractReportMetric metric)
Method parameters in com.jalios.jcms.analytics.metric with type arguments of type AbstractReportMetric Modifier and Type Method Description abstract void
AbstractReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
Check "photo" indicator in this metric.void
AccessReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
void
AccountReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
void
AdminReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
void
SearchReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
void
TechnicalReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
void
WriteReportMetric. checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
-