| Modifier and Type | Method and Description |
|---|---|
Classification |
ClassificationService.createClassification(Classification classification)
Persists a new classification after adding default values.
|
ClassificationQuery |
ClassificationQuery.customAttributeIn(String num,
String... customIn)
Add a custom to your query.
|
ClassificationQuery |
ClassificationQuery.customAttributeLike(String num,
String... customLike)
Add a custom to your query.
|
ClassificationQuery |
ClassificationQuery.orderByCustomAttribute(String num,
BaseQuery.SortDirection sortDirection)
Sort the query result by a custom.
|
Classification |
ClassificationService.updateClassification(Classification classification)
Updates a Classification.
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
ClassificationServiceImpl.createClassification(Classification classification) |
ClassificationQuery |
ClassificationQueryImpl.customAttributeIn(String number,
String... customIn) |
ClassificationQuery |
ClassificationQueryImpl.customAttributeLike(String number,
String... customLike) |
ClassificationQuery |
ClassificationQueryImpl.orderByCustomAttribute(String number,
BaseQuery.SortDirection sortDirection) |
Classification |
ClassificationServiceImpl.updateClassification(Classification classification) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomPropertySelector.setCustomProperty(String propertyNumber,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
static DaysToWorkingDaysConverter |
DaysToWorkingDaysConverter.initialize()
Initializes the DaysToWorkingDaysConverter for the current day.
|
static DaysToWorkingDaysConverter |
DaysToWorkingDaysConverter.initialize(Instant referenceDate)
Initializes the DaysToWorkingDaysConverter for a referenceDate.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
ClassificationReport.Builder.buildDetailedReport()
Returns a
ClassificationReport.DetailedClassificationReport containing all tasks after applying the
filters. |
WorkbasketReport |
WorkbasketReport.Builder.buildPlannedDateBasedReport()
buildPlannedDateBasedReport is querying grouping by plannedDate instead of due date.
|
CategoryReport |
CategoryReport.Builder.buildReport() |
TimestampReport |
TimestampReport.Builder.buildReport() |
ClassificationReport |
ClassificationReport.Builder.buildReport() |
WorkbasketReport |
WorkbasketReport.Builder.buildReport() |
CustomFieldValueReport |
CustomFieldValueReport.Builder.buildReport() |
TaskStatusReport |
TaskStatusReport.Builder.buildReport() |
Report<I,H> |
Report.Builder.buildReport() |
List<String> |
TimeIntervalReportBuilder.listTaskIdsForSelectedItems(List<SelectedItem> selectedItems)
Returns a list of all taskIds of the report that are in the list of selected items.
|
| Modifier and Type | Method and Description |
|---|---|
static DaysToWorkingDaysReportConverter |
DaysToWorkingDaysReportConverter.initialize(List<? extends TimeIntervalColumnHeader> columnHeaders) |
static DaysToWorkingDaysReportConverter |
DaysToWorkingDaysReportConverter.initialize(List<? extends TimeIntervalColumnHeader> columnHeaders,
Instant referenceDate)
Initializes the DaysToWorkingDaysConverter for a list of
TimeIntervalColumnHeaders and
a referenceDate. |
| Constructor and Description |
|---|
DaysToWorkingDaysReportPreProcessor(List<? extends TimeIntervalColumnHeader> columnHeaders,
boolean activate) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
ClassificationReportBuilderImpl.buildDetailedReport() |
WorkbasketReport |
WorkbasketReportBuilderImpl.buildPlannedDateBasedReport() |
WorkbasketReport |
WorkbasketReportBuilderImpl.buildReport() |
ClassificationReport |
ClassificationReportBuilderImpl.buildReport() |
CategoryReport |
CategoryReportBuilderImpl.buildReport() |
TimestampReport |
TimestampReportBuilderImpl.buildReport() |
CustomFieldValueReport |
CustomFieldValueReportBuilderImpl.buildReport() |
| 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.
|
TaskQuery |
TaskQuery.customAttributeIn(String num,
String... searchArguments)
Add the values of custom attribute number num for exact matching to your query.
|
TaskQuery |
TaskQuery.customAttributeLike(String num,
String... searchArguments)
Add the values of custom attribute number num for pattern matching to your query.
|
BulkOperationResults<String,TaskanaException> |
TaskService.deleteTasks(List<String> tasks)
Deletes a list of tasks.
|
TaskQuery |
TaskQuery.orderByCustomAttribute(String num,
BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of a custom field.
|
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.
|
List<String> |
TaskService.updateTasks(List<String> taskIds,
Map<String,String> customFieldsToUpdate)
Updates tasks with matching taskIds.
|
List<String> |
TaskService.updateTasks(ObjectReference selectionCriteria,
Map<String,String> customFieldsToUpdate)
Updates tasks with a matching
ObjectReference. |
| Modifier and Type | Method and Description |
|---|---|
String |
TaskSummary.getCustomAttribute(String num)
Gets the custom attribute number num of the task.
|
void |
Task.setCustomAttribute(String num,
String value)
Sets the value for custom Attribute number num.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TaskSummaryImpl.getCustomAttribute(String number) |
void |
TaskImpl.setCustomAttribute(String number,
String value) |
| 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.