public static interface ClassificationReport.Builder extends TimeIntervalReportBuilder<ClassificationReport.Builder,MonitorQueryItem,TimeIntervalColumnHeader>
ClassificationReport.| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
buildDetailedReport()
Returns a
ClassificationReport.DetailedClassificationReport containing all tasks after applying the
filters. |
ClassificationReport.DetailedClassificationReport |
buildDetailedReport(TaskTimestamp timestamp) |
ClassificationReport |
buildReport() |
ClassificationReport |
buildReport(TaskTimestamp timestamp)
Builds the given report.
|
classificationCategoryIn, classificationIdIn, customAttributeFilterIn, domainIn, excludedClassificationIdIn, inWorkingDays, listCustomAttributeValuesForCustomAttributeName, listTaskIdsForSelectedItems, stateIn, withColumnHeaders, workbasketIdInClassificationReport buildReport() throws NotAuthorizedException, InvalidArgumentException
buildReport in interface Report.Builder<MonitorQueryItem,TimeIntervalColumnHeader>NotAuthorizedExceptionInvalidArgumentExceptionClassificationReport buildReport(TaskTimestamp timestamp) throws NotAuthorizedException, InvalidArgumentException
TimeIntervalReportBuilderbuildReport in interface TimeIntervalReportBuilder<ClassificationReport.Builder,MonitorQueryItem,TimeIntervalColumnHeader>timestamp - The task timestamp of interestNotAuthorizedException - if the user has no rights to access the monitorInvalidArgumentException - when an error occursClassificationReport.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 FoldableRows contain an additional list of Rows 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 monitorClassificationReport.DetailedClassificationReport buildDetailedReport(TaskTimestamp timestamp) throws InvalidArgumentException, NotAuthorizedException
Copyright © 2020. All rights reserved.