Package com.day.crx.statistics.keyword
Class ClearKeywordsReport
java.lang.Object
com.day.crx.statistics.Report
com.day.crx.statistics.keyword.ClearKeywordsReport
ClearKeywordsReport implements a report that removes all
keyword properties.-
Constructor Summary
ConstructorsConstructorDescriptionClearKeywordsReport(String dataPath, String keywordRelPath) Creates a new report. -
Method Summary
-
Constructor Details
-
ClearKeywordsReport
Creates a new report.- Parameters:
dataPath- the path where the content is stored. E.g. '/content' or '' (empty String) if the complete workspace should be considered.keywordRelPath- the relative path of the keyword property.
-
-
Method Details
-
getResult
Runs the report and returns a result iterator overObject[]instances. Returns result rows with the following objects:- Path
Stringof the page where the property was removed.
- Specified by:
getResultin classReport- Parameters:
session- the session giving access to the workspace.- Returns:
- Iterator over
Objectresults. - Throws:
RepositoryException- if an error occurs while reading from the repository.
- Path
-