public class TaskMonitorServiceImpl extends Object implements TaskMonitorService
| Modifier and Type | Method and Description |
|---|---|
CategoryReport.Builder |
createCategoryReportBuilder()
Provides a
CategoryReport.Builder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute. |
ClassificationReport.Builder |
createClassificationReportBuilder()
Provides a
ClassificationReport.Builder for creating a ClassificationReport or a
DetailedClassificationReport, list the task ids of these reports and list the values of an entered custom
attribute. |
CustomFieldValueReport.Builder |
createCustomFieldValueReportBuilder(CustomField customField)
Provides a
CustomFieldValueReport.Builder for creating a CustomFieldValueReport and list the values of
an entered custom attribute. |
TaskStatusReport.Builder |
createTaskStatusReportBuilder()
Provides a
TaskStatusReport.Builder for creating a TaskStatusReport. |
WorkbasketReport.Builder |
createWorkbasketReportBuilder()
Provides a
WorkbasketReport.Builder for creating a WorkbasketReport, list the task ids of this report
and list the values of an entered custom attribute. |
public WorkbasketReport.Builder createWorkbasketReportBuilder()
TaskMonitorServiceWorkbasketReport.Builder for creating a WorkbasketReport, list the task ids of this report
and list the values of an entered custom attribute.createWorkbasketReportBuilder in interface TaskMonitorServiceWorkbasketReport.Builderpublic CategoryReport.Builder createCategoryReportBuilder()
TaskMonitorServiceCategoryReport.Builder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute.createCategoryReportBuilder in interface TaskMonitorServiceCategoryReport.Builderpublic ClassificationReport.Builder createClassificationReportBuilder()
TaskMonitorServiceClassificationReport.Builder for creating a ClassificationReport or a
DetailedClassificationReport, list the task ids of these reports and list the values of an entered custom
attribute.createClassificationReportBuilder in interface TaskMonitorServiceClassificationReport.Builderpublic CustomFieldValueReport.Builder createCustomFieldValueReportBuilder(CustomField customField)
TaskMonitorServiceCustomFieldValueReport.Builder for creating a CustomFieldValueReport and list the values of
an entered custom attribute.createCustomFieldValueReportBuilder in interface TaskMonitorServicecustomField - the customField whose values should appear in the reportCustomFieldValueReport.Builderpublic TaskStatusReport.Builder createTaskStatusReportBuilder()
TaskMonitorServiceTaskStatusReport.Builder for creating a TaskStatusReport.createTaskStatusReportBuilder in interface TaskMonitorServiceTaskStatusReport.BuilderCopyright © 2019. All rights reserved.