| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.exceptions | |
| pro.taskana.impl | |
| pro.taskana.jobs |
| Modifier and Type | Method and Description |
|---|---|
BulkOperationResults<String,TaskanaException> |
TaskService.completeTasks(List<String> taskIds)
Completes a list of tasks.
|
BulkOperationResults<String,TaskanaException> |
TaskService.deleteTasks(List<String> tasks)
Deletes a list of tasks.
|
BulkOperationResults<String,TaskanaException> |
WorkbasketService.deleteWorkbaskets(List<String> workbasketsIds)
Deletes a list of workbaskets.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentPersistenceException
Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not persisted attachment with ID will be added twice on a task. |
class |
ClassificationAlreadyExistException
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
|
class |
ClassificationInUseException
Thrown if a specific task is not in the database.
|
class |
ClassificationNotFoundException
Thrown if a specific task is not in the database.
|
class |
ConcurrencyException
This exception is thrown when an attempt is made to update an object that has already been updated by another user.
|
class |
DomainNotFoundException
This exception is thrown if a domain name is specified which is not found in the configuration.
|
class |
InvalidArgumentException
This exception is thrown when a method is called with invalid argument.
|
class |
InvalidOwnerException
This exception is thrown when the task state doesn't allow the requested operation.
|
class |
InvalidStateException
This exception is thrown when the task state doesn't allow the requested operation.
|
class |
InvalidWorkbasketException
This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.
|
class |
NotAuthorizedException
This exception is used to communicate a not authorized user.
|
class |
NotFoundException
This exception will be thrown if a specific object is not in the database.
|
class |
TaskAlreadyExistException
Thrown when a Task is going to be created, but a Task with the same ID does already exist.
|
class |
TaskNotFoundException
This exception will be thrown if a specific task is not in the database.
|
class |
WorkbasketAlreadyExistException
Thrown, when a workbasket does already exits, but wanted to create with same ID.
|
class |
WorkbasketInUseException
Thrown if a specific Workbasket does have content and should be deleted.
|
class |
WorkbasketNotFoundException
This exception will be thrown if a specific workbasket is not in the database.
|
| Modifier and Type | Method and Description |
|---|---|
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.completeTasks(List<String> taskIdsToBeCompleted) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.deleteTasks(List<String> taskIds) |
BulkOperationResults<String,TaskanaException> |
WorkbasketServiceImpl.deleteWorkbaskets(List<String> workbasketsIds) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.transferTasks(String destinationWorkbasketId,
List<String> taskIds) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.transferTasks(String destinationWorkbasketKey,
String destinationWorkbasketDomain,
List<String> taskIds) |
| Modifier and Type | Method and Description |
|---|---|
static TaskanaJob |
AbstractTaskanaJob.createFromScheduledJob(TaskanaEngine engine,
TaskanaTransactionProvider<Object> txProvider,
ScheduledJob job) |
void |
TaskanaJob.run()
Runs the TaskanaJob.
|
void |
WorkbasketCleanupJob.run() |
void |
TaskCleanupJob.run() |
void |
ClassificationChangedJob.run() |
void |
TaskRefreshJob.run() |
Copyright © 2019. All rights reserved.