public static interface WorkbasketReport.Builder extends TimeIntervalReportBuilder<WorkbasketReport.Builder,MonitorQueryItem,TimeIntervalColumnHeader>
WorkbasketReport.| Modifier and Type | Method and Description |
|---|---|
WorkbasketReport |
buildPlannedDateBasedReport()
buildPlannedDateBasedReport is querying grouping by plannedDate instead of due date.
|
WorkbasketReport |
buildReport() |
WorkbasketReport.Builder |
combinedClassificationFilterIn(List<CombinedClassificationFilter> combinedClassificationFilter)
Adds a list of
CombinedClassificationFilter to the builder. |
categoryIn, classificationIdIn, customAttributeFilterIn, domainIn, excludedClassificationIdIn, inWorkingDays, listCustomAttributeValuesForCustomAttributeName, listTaskIdsForSelectedItems, stateIn, withColumnHeaders, workbasketIdInWorkbasketReport buildReport() throws NotAuthorizedException, InvalidArgumentException
buildReport in interface Report.Builder<MonitorQueryItem,TimeIntervalColumnHeader>NotAuthorizedExceptionInvalidArgumentExceptionWorkbasketReport buildPlannedDateBasedReport() throws NotAuthorizedException, InvalidArgumentException
NotAuthorizedException - when the current user is not authorized to perform this actionInvalidArgumentException - when the arguments given to the builder do not matchWorkbasketReport.Builder combinedClassificationFilterIn(List<CombinedClassificationFilter> combinedClassificationFilter)
CombinedClassificationFilter to the builder. The created report
contains only tasks with a pair of a classificationId for a task and a classificationId for
the corresponding attachment in this list.combinedClassificationFilter - a list of combinedClassificationFilterCopyright © 2020. All rights reserved.