public class MonitorServiceImpl extends Object implements MonitorService
| Constructor and Description |
|---|
MonitorServiceImpl(InternalTaskanaEngine taskanaEngine,
MonitorMapper monitorMapper) |
| 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. |
TimestampReport.Builder |
createTimestampReportBuilder()
Provides a
TimestampReport.Builder for creating a TimestampReport. |
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 MonitorServiceImpl(InternalTaskanaEngine taskanaEngine, MonitorMapper monitorMapper)
public WorkbasketReport.Builder createWorkbasketReportBuilder()
MonitorServiceWorkbasketReport.Builder for creating a WorkbasketReport, list the
task ids of this report and list the values of an entered custom attribute.createWorkbasketReportBuilder in interface MonitorServiceWorkbasketReport.Builderpublic CategoryReport.Builder createCategoryReportBuilder()
MonitorServiceCategoryReport.Builder for creating a CategoryReport, list the task
ids of this report and list the values of an entered custom attribute.createCategoryReportBuilder in interface MonitorServiceCategoryReport.Builderpublic ClassificationReport.Builder createClassificationReportBuilder()
MonitorServiceClassificationReport.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 MonitorServiceClassificationReport.Builderpublic CustomFieldValueReport.Builder createCustomFieldValueReportBuilder(CustomField customField)
MonitorServiceCustomFieldValueReport.Builder for creating a CustomFieldValueReport
and list the values of an entered custom attribute.createCustomFieldValueReportBuilder in interface MonitorServicecustomField - the customField whose values should appear in the reportCustomFieldValueReport.Builderpublic TaskStatusReport.Builder createTaskStatusReportBuilder()
MonitorServiceTaskStatusReport.Builder for creating a TaskStatusReport.createTaskStatusReportBuilder in interface MonitorServiceTaskStatusReport.Builderpublic TimestampReport.Builder createTimestampReportBuilder()
MonitorServiceTimestampReport.Builder for creating a TimestampReport.createTimestampReportBuilder in interface MonitorServiceTimestampReport.BuilderCopyright © 2020. All rights reserved.