| Modifier and Type | Method and Description |
|---|---|
Classification |
ClassificationService.createClassification(Classification classification)
Persists a new classification after adding default values.
|
ClassificationQuery |
ClassificationQuery.customAttributeIn(ClassificationCustomField customField,
String... searchArguments)
Add the values of custom attributes for exact matching to your query.
|
ClassificationQuery |
ClassificationQuery.customAttributeLike(ClassificationCustomField customField,
String... searchArguments)
Add the values of custom attributes for pattern matching to your query.
|
Classification |
ClassificationService.updateClassification(Classification classification)
Updates a Classification.
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
ClassificationServiceImpl.createClassification(Classification classification) |
ClassificationQuery |
ClassificationQueryImpl.customAttributeIn(ClassificationCustomField customField,
String... customIn) |
ClassificationQuery |
ClassificationQueryImpl.customAttributeLike(ClassificationCustomField customField,
String... customLike) |
Classification |
ClassificationServiceImpl.updateClassification(Classification classification) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
ClassificationReport.Builder.buildDetailedReport()
Returns a
ClassificationReport.DetailedClassificationReport containing all tasks after applying the
filters. |
ClassificationReport.DetailedClassificationReport |
ClassificationReport.Builder.buildDetailedReport(TaskTimestamp timestamp) |
ClassificationCategoryReport |
ClassificationCategoryReport.Builder.buildReport() |
TimestampReport |
TimestampReport.Builder.buildReport() |
ClassificationReport |
ClassificationReport.Builder.buildReport() |
WorkbasketReport |
WorkbasketReport.Builder.buildReport() |
TaskStatusReport |
TaskStatusReport.Builder.buildReport() |
Report<I,H> |
Report.Builder.buildReport() |
TaskCustomFieldValueReport |
TaskCustomFieldValueReport.Builder.buildReport() |
ClassificationCategoryReport |
ClassificationCategoryReport.Builder.buildReport(TaskTimestamp timestamp) |
ClassificationReport |
ClassificationReport.Builder.buildReport(TaskTimestamp timestamp) |
WorkbasketReport |
WorkbasketReport.Builder.buildReport(TaskTimestamp timestamp) |
TaskCustomFieldValueReport |
TaskCustomFieldValueReport.Builder.buildReport(TaskTimestamp timestamp) |
Report<I,H> |
TimeIntervalReportBuilder.buildReport(TaskTimestamp timestamp)
Builds the given report.
|
List<String> |
TimeIntervalReportBuilder.listTaskIdsForSelectedItems(List<SelectedItem> selectedItems,
TaskTimestamp timestamp)
Returns a list of all taskIds of the report that are in the list of selected items.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkingDaysToDaysReportConverter |
WorkingDaysToDaysReportConverter.initialize(List<? extends TimeIntervalColumnHeader> columnHeaders,
WorkingDaysToDaysConverter converter) |
static WorkingDaysToDaysReportConverter |
WorkingDaysToDaysReportConverter.initialize(List<? extends TimeIntervalColumnHeader> columnHeaders,
WorkingDaysToDaysConverter converter,
Instant referenceDate)
Initializes the WorkingDaysToDaysConverter for a list of
TimeIntervalColumnHeaders and
a referenceDate. |
| Constructor and Description |
|---|
DaysToWorkingDaysReportPreProcessor(List<? extends TimeIntervalColumnHeader> columnHeaders,
WorkingDaysToDaysConverter converter,
boolean activate) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskanaHistory.deleteHistoryEventsByTaskIds(List<String> taskIds)
Delete history events by taskIds.
|
| Modifier and Type | Method and Description |
|---|---|
BulkOperationResults<String,TaskanaException> |
TaskService.completeTasks(List<String> taskIds)
Completes a list of tasks.
|
Task |
TaskService.createTask(Task taskToCreate)
Persists a not persisted Task which does not exist already.
|
TaskComment |
TaskService.createTaskComment(TaskComment taskComment)
Create a task comment.
|
TaskQuery |
TaskQuery.customAttributeIn(TaskCustomField customField,
String... searchArguments)
Add the values of custom attributes for exact matching to your query.
|
TaskQuery |
TaskQuery.customAttributeLike(TaskCustomField customField,
String... searchArguments)
Add the values of custom attributes for pattern matching to your query.
|
void |
TaskService.deleteTaskComment(String taskCommentId)
Deletes the task comment with the given Id.
|
BulkOperationResults<String,TaskanaException> |
TaskService.deleteTasks(List<String> tasks)
Deletes a list of tasks.
|
BulkOperationResults<String,TaskanaException> |
TaskService.forceCompleteTasks(List<String> taskIds)
Completes a list of tasks.
|
TaskComment |
TaskService.getTaskComment(String taskCommentId)
Retrieves a task comment for a given taskCommentId.
|
BulkOperationResults<String,TaskanaException> |
TaskService.transferTasks(String destinationWorkbasketId,
List<String> taskIds)
Transfers a list of tasks to an other workbasket.
|
BulkOperationResults<String,TaskanaException> |
TaskService.transferTasks(String destinationWorkbasketKey,
String destinationWorkbasketDomain,
List<String> taskIds)
Transfers a list of tasks to an other workbasket.
|
Task |
TaskService.updateTask(Task task)
Update a task.
|
TaskComment |
TaskService.updateTaskComment(TaskComment taskComment)
Update a task comment.
|
List<String> |
TaskService.updateTasks(List<String> taskIds,
Map<TaskCustomField,String> customFieldsToUpdate)
Updates tasks with matching taskIds.
|
List<String> |
TaskService.updateTasks(ObjectReference selectionCriteria,
Map<TaskCustomField,String> customFieldsToUpdate)
Updates tasks with a matching
ObjectReference. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectReference.validate(ObjectReference objectReference,
String objRefType,
String objName) |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePermission(WorkbasketPermission permission,
String... accessIds)
Setting up the permission which should be granted on the result workbaskets and the users which
should be checked.
|
WorkbasketAccessItem |
WorkbasketService.createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem)
Create and persist a new
WorkbasketAccessItem with a WorkbasketId, an accessId and
permissions. |
boolean |
WorkbasketService.deleteWorkbasket(String workbasketId)
Deletes the workbasket by the given ID of it.
|
BulkOperationResults<String,TaskanaException> |
WorkbasketService.deleteWorkbaskets(List<String> workbasketsIds)
Deletes a list of workbaskets.
|
void |
WorkbasketService.setWorkbasketAccessItems(String workbasketId,
List<WorkbasketAccessItem> wbAccessItems)
Setting up the new WorkbasketAccessItems for a Workbasket.
|
WorkbasketAccessItem |
WorkbasketService.updateWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem)
This method updates a
WorkbasketAccessItem. |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQueryImpl.accessIdsHavePermission(WorkbasketPermission permission,
String... accessIds) |
WorkbasketAccessItem |
WorkbasketServiceImpl.createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem) |
boolean |
WorkbasketServiceImpl.deleteWorkbasket(String workbasketId) |
BulkOperationResults<String,TaskanaException> |
WorkbasketServiceImpl.deleteWorkbaskets(List<String> workbasketsIds) |
void |
WorkbasketServiceImpl.setWorkbasketAccessItems(String workbasketId,
List<WorkbasketAccessItem> wbAccessItems) |
WorkbasketAccessItem |
WorkbasketServiceImpl.updateWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem) |
Copyright © 2020. All rights reserved.