| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.impl.report | |
| pro.taskana.mappings | |
| pro.taskana.report |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
Task.getState()
Returns the current
TaskState of the task. |
TaskState |
TaskSummary.getState()
Gets the state of the task.
|
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 |
TaskImpl.getState() |
TaskState |
TaskSummaryImpl.getState() |
TaskState[] |
TaskQueryImpl.getStateIn() |
TaskState |
MinimalTaskSummary.getTaskState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskImpl.setState(TaskState state) |
void |
TaskSummaryImpl.setState(TaskState state) |
void |
MinimalTaskSummary.setTaskState(TaskState taskState) |
TaskQuery |
TaskQueryImpl.stateIn(TaskState... states) |
TaskQuery |
TaskQueryImpl.stateNotIn(TaskState... states) |
| Modifier and Type | Method and Description |
|---|---|
TaskStatusReportBuilderImpl |
TaskStatusReportBuilderImpl.stateIn(List<TaskState> states) |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskQueryItem.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskQueryItem.setState(TaskState state) |
| Constructor and Description |
|---|
TaskStatusColumnHeader(TaskState state) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TaskMonitorMapper.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> |
TaskMonitorMapper.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> |
TaskMonitorMapper.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> |
TaskMonitorMapper.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> |
TaskMonitorMapper.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> |
TaskMonitorMapper.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<String> |
TaskMonitorMapper.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> |
TaskMonitorMapper.getTasksCountByState(List<String> domains,
List<TaskState> states) |
| Modifier and Type | Method and Description |
|---|---|
B |
TimeIntervalReportBuilder.stateIn(List<TaskState> states)
Adds a list of states to the builder.
|
TaskStatusReport.Builder |
TaskStatusReport.Builder.stateIn(List<TaskState> states)
Adds a list of states to the builder.
|
| Constructor and Description |
|---|
TaskStatusReport(List<TaskState> filter) |
Copyright © 2019. All rights reserved.