Provides common static helper methods for classes that provides data and behavior for enabling reports to filter the results included within a report based a filter map keyed on the metric name.
Type Params | Return Type | Name and description |
---|---|---|
|
protected static boolean |
includesName(Map criteriaMap, Metric metric, String name) |
|
protected static Map |
parseCriteria(String criteria) Parse the criteria string |
|
protected static void |
parseCriteriaForSingleMetric(Map criteriaMap, String metricCriteria) |