public class TaskMonitorServiceImpl extends Object implements TaskMonitorService
| Modifier and Type | Method and Description |
|---|---|
CategoryReportBuilder |
createCategoryReportBuilder()
Provides a
CategoryReportBuilder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute. |
ClassificationReportBuilder |
createClassificationReportBuilder()
Provides a
ClassificationReportBuilder for creating a ClassificationReport or a
DetailedClassificationReport, list the task ids of these reports and list the values of an entered custom
attribute. |
CustomFieldValueReportBuilderImpl |
createCustomFieldValueReportBuilder(CustomField customField)
Provides a
CustomFieldValueReportBuilderImpl for creating a CustomFieldValueReport and list the values of
an entered custom attribute. |
TaskStatusReportBuilderImpl |
createTaskStatusReportBuilder()
Provides a
TaskStatusReportBuilderImpl for creating a TaskStatusReport. |
WorkbasketReportBuilderImpl |
createWorkbasketReportBuilder()
Provides a
WorkbasketReportBuilderImpl for creating a WorkbasketReport, list the task ids of this report
and list the values of an entered custom attribute. |
public WorkbasketReportBuilderImpl createWorkbasketReportBuilder()
TaskMonitorServiceWorkbasketReportBuilderImpl for creating a WorkbasketReport, list the task ids of this report
and list the values of an entered custom attribute.createWorkbasketReportBuilder in interface TaskMonitorServiceWorkbasketReportBuilderImplpublic CategoryReportBuilder createCategoryReportBuilder()
TaskMonitorServiceCategoryReportBuilder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute.createCategoryReportBuilder in interface TaskMonitorServiceCategoryReportBuilderpublic ClassificationReportBuilder createClassificationReportBuilder()
TaskMonitorServiceClassificationReportBuilder 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 TaskMonitorServiceClassificationReportBuilderpublic CustomFieldValueReportBuilderImpl createCustomFieldValueReportBuilder(CustomField customField)
TaskMonitorServiceCustomFieldValueReportBuilderImpl 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 reportCustomFieldValueReportBuilderImplpublic TaskStatusReportBuilderImpl createTaskStatusReportBuilder()
TaskMonitorServiceTaskStatusReportBuilderImpl for creating a TaskStatusReport.createTaskStatusReportBuilder in interface TaskMonitorServiceTaskStatusReportBuilderImplCopyright © 2018. All rights reserved.