| Modifier and Type | Method and Description |
|---|---|
TaskStatusReport.Builder |
TaskStatusReport.Builder.stateIn(List<TaskState> states)
Adds a list of states to the builder.
|
B |
TimeIntervalReportBuilder.stateIn(List<TaskState> states)
Adds a list of states to the builder.
|
| Constructor and Description |
|---|
TaskStatusReport(List<TaskState> filter) |
| Constructor and Description |
|---|
TaskStatusColumnHeader(TaskState state) |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskQueryItem.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskQueryItem.setState(TaskState state) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
MonitorMapper.getCustomAttributeValuesForReport(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
CustomField customField) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfCategories(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfClassifications(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfCustomFieldValues(CustomField customField,
List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<DetailedMonitorQueryItem> |
MonitorMapper.getTaskCountOfDetailedClassifications(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfWorkbaskets(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
List<CombinedClassificationFilter> combinedClassificationFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfWorkbasketsBasedOnPlannedDate(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
List<CombinedClassificationFilter> combinedClassificationFilter) |
List<String> |
MonitorMapper.getTaskIdsForSelectedItems(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
String groupedBy,
List<SelectedItem> selectedItems,
boolean joinWithAttachments) |
List<TaskQueryItem> |
MonitorMapper.getTasksCountByState(List<String> domains,
List<TaskState> states) |
| Modifier and Type | Method and Description |
|---|---|
TaskStatusReportBuilderImpl |
TaskStatusReportBuilderImpl.stateIn(List<TaskState> states) |
TimestampReport.Builder |
TimestampReportBuilderImpl.stateIn(List<TaskState> states) |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQuery.stateIn(TaskState... states)
Add your state to your query.
|
TaskQuery |
TaskQuery.stateNotIn(TaskState... states)
Exclude these states from your query.
|
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskSummary.getState()
Gets the state of the task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskState[] |
TaskQueryImpl.getStateIn() |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQueryImpl.stateIn(TaskState... states) |
TaskQuery |
TaskQueryImpl.stateNotIn(TaskState... states) |
| Modifier and Type | Field and Description |
|---|---|
protected TaskState |
TaskSummaryImpl.state |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskSummaryImpl.getState() |
TaskState |
MinimalTaskSummary.getTaskState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryImpl.setState(TaskState state) |
void |
MinimalTaskSummary.setTaskState(TaskState taskState) |
Copyright © 2020. All rights reserved.