| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.mappings |
| Modifier and Type | Method and Description |
|---|---|
Report |
TaskMonitorService.getCustomFieldValueReport(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField)
Returns a
Report grouped by the value of a certain CustomField for a given list of
Workbaskets and for a given list of TaskStates. |
Report |
TaskMonitorService.getCustomFieldValueReport(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField,
List<ReportLineItemDefinition> reportLineItemDefinitions)
Returns a
Report grouped by the value of a certain CustomField for a given list of
Workbaskets, a given list of TaskStates and a given list of ReportLineItemDefinitions. |
Report |
TaskMonitorService.getCustomFieldValueReport(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField,
List<ReportLineItemDefinition> reportLineItemDefinitions,
boolean inWorkingDays)
Returns a
Report grouped by the value of a certain CustomField for a given list of
Workbaskets, a given list of TaskStates and a given list of ReportLineItemDefinitions. |
| Modifier and Type | Method and Description |
|---|---|
static CustomField |
CustomField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomField[] |
CustomField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
TaskMonitorServiceImpl.getCustomFieldValueReport(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField) |
Report |
TaskMonitorServiceImpl.getCustomFieldValueReport(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField,
List<ReportLineItemDefinition> reportLineItemDefinitions) |
Report |
TaskMonitorServiceImpl.getCustomFieldValueReport(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField,
List<ReportLineItemDefinition> reportLineItemDefinitions,
boolean inWorkingDays) |
| Modifier and Type | Method and Description |
|---|---|
List<MonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfCustomFieldValuesByWorkbasketsAndStatesAndCustomField(List<Workbasket> workbaskets,
List<TaskState> states,
CustomField customField) |
Copyright © 2018. All rights reserved.