public interface ReportService
Modifier and Type | Method and Description |
---|---|
Map<String,HistoryReport> |
generateChangeReportWithBlackListFilter(Date dateFrom,
Date dateTo,
String viewName,
List<String> excludedAttributes)
Generate a report with changes of CIs which belong to the given TQL
Changes can be filtered by time interval and by @param excludedAttributes
|
Map<String,HistoryReport> |
generateChangeReportWithWhiteListFilter(Date dateFrom,
Date dateTo,
String viewName,
List<String> includedAttributes)
Generate a report with changes of CIs which belong to the given TQL
Changes can be filtered by time interval
|
Map<String,HistoryReport> generateChangeReportWithBlackListFilter(Date dateFrom, Date dateTo, String viewName, List<String> excludedAttributes)
dateFrom
- start datedateTo
- end dateviewName
- name of the View which contain CIsexcludedAttributes
- a list of attributes which will appear in the reportMap<String,HistoryReport> generateChangeReportWithWhiteListFilter(Date dateFrom, Date dateTo, String viewName, List<String> includedAttributes)
dateFrom
- start datedateTo
- end dateviewName
- name of the View which contain CIsincludedAttributes
- a list of attributes which will not appear in the report Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.