public static interface ClassificationReport.Builder extends TimeIntervalReportBuilder<ClassificationReport.Builder,TimeIntervalColumnHeader>
ClassificationReport.| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
buildDetailedReport()
Returns a
ClassificationReport.DetailedClassificationReport containing all tasks after applying the filters. |
ClassificationReport |
buildReport() |
categoryIn, classificationIdIn, customAttributeFilterIn, domainIn, excludedClassificationIdIn, inWorkingDays, listCustomAttributeValuesForCustomAttributeName, listTaskIdsForSelectedItems, stateIn, withColumnHeaders, workbasketIdInClassificationReport buildReport() throws NotAuthorizedException, InvalidArgumentException
buildReport in interface Report.Builder<MonitorQueryItem,TimeIntervalColumnHeader>NotAuthorizedExceptionInvalidArgumentExceptionClassificationReport.DetailedClassificationReport buildDetailedReport() throws InvalidArgumentException, NotAuthorizedException
ClassificationReport.DetailedClassificationReport containing all tasks after applying the filters. If the column
headers are set the report is subdivided into clusters. Its
DetailedReportRows contain an additional list of
ReportRows for the classifications of the attachments of the tasks.InvalidArgumentException - if the column headers are not initializedNotAuthorizedException - if the user has no rights to access the monitorCopyright © 2018. All rights reserved.