Uses of Interface
pro.taskana.task.api.models.Task
-
-
Uses of Task in pro.taskana.spi.history.api.events.task
Constructors in pro.taskana.spi.history.api.events.task with parameters of type Task Constructor Description TaskCancelledEvent(String id, Task task, String userId)TaskClaimCancelledEvent(String id, Task task, String userId)TaskClaimedEvent(String id, Task task, String userId)TaskCompletedEvent(String id, Task completedTask, String userId)TaskCreatedEvent(String id, Task task, String userId, String details)TaskTerminatedEvent(String id, Task task, String userId)TaskUpdatedEvent(String id, Task updatedTask, String userId, String details) -
Uses of Task in pro.taskana.spi.routing.api
Methods in pro.taskana.spi.routing.api with parameters of type Task Modifier and Type Method Description StringTaskRoutingProvider. determineWorkbasketId(Task task)Determines a WorkbasketId for a given task. -
Uses of Task in pro.taskana.spi.routing.internal
Methods in pro.taskana.spi.routing.internal with parameters of type Task Modifier and Type Method Description StringTaskRoutingManager. determineWorkbasketId(Task task)Determines a workbasket id for a given task. -
Uses of Task in pro.taskana.spi.task.api
Methods in pro.taskana.spi.task.api with parameters of type Task Modifier and Type Method Description voidCreateTaskPreprocessor. processTaskBeforeCreation(Task taskToProcess)Processes a task before its creation. -
Uses of Task in pro.taskana.spi.task.internal
Methods in pro.taskana.spi.task.internal that return Task Modifier and Type Method Description TaskCreateTaskPreprocessorManager. processTaskBeforeCreation(Task taskToProcess)Methods in pro.taskana.spi.task.internal with parameters of type Task Modifier and Type Method Description TaskCreateTaskPreprocessorManager. processTaskBeforeCreation(Task taskToProcess) -
Uses of Task in pro.taskana.task.api
Methods in pro.taskana.task.api that return Task Modifier and Type Method Description TaskTaskService. cancelClaim(String taskId)Cancel the claim of an existing task if it was claimed by the current user before.TaskTaskService. cancelTask(String taskId)Cancels a task.TaskTaskService. claim(String taskId)Claim an existing task for the current user.TaskTaskService. completeTask(String taskId)Complete a claimed Task as owner/admin and update State and Timestamps.TaskTaskService. createTask(Task taskToCreate)Inserts a not existing Task.TaskTaskService. forceCancelClaim(String taskId)Cancel the claim of an existing task even if it was claimed by another user.TaskTaskService. forceClaim(String taskId)Claim an existing task for the current user even if it is already claimed by someone else.TaskTaskService. forceCompleteTask(String taskId)Completes a Task and updates State and Timestamps in every case if the Task exists.TaskTaskService. getTask(String taskId)Gets the details of a task by Id without checking permissions.TaskTaskService. newTask()Returns a not inserted instance ofTask.TaskTaskService. newTask(String workbasketId)Returns a not inserted instance ofTask.TaskTaskService. newTask(String workbasketKey, String domain)Returns a not inserted instance ofTask.TaskTaskService. selectAndClaim(TaskQuery taskQuery)Selects and claims the first task which is returned by the task query.TaskTaskService. setTaskRead(String taskId, boolean isRead)Marks a task as read.TaskTaskService. terminateTask(String taskId)Terminates a task.default TaskTaskService. transfer(String taskId, String destinationWorkbasketId)TaskTaskService. transfer(String taskId, String destinationWorkbasketId, boolean setTransferFlag)Transfers a Task to another Workbasket.default TaskTaskService. transfer(String taskId, String workbasketKey, String domain)TaskTaskService. transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag)Transfers a Task to another Workbasket.TaskTaskService. updateTask(Task task)Update a task.Methods in pro.taskana.task.api with parameters of type Task Modifier and Type Method Description TaskTaskService. createTask(Task taskToCreate)Inserts a not existing Task.TaskTaskService. updateTask(Task task)Update a task. -
Uses of Task in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models that return Task Modifier and Type Method Description TaskTask. copy()Duplicates this Task without the internal and external id. -
Uses of Task in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return Task Modifier and Type Method Description TaskTaskServiceImpl. cancelClaim(String taskId)TaskTaskServiceImpl. cancelTask(String taskId)TaskTaskServiceImpl. claim(String taskId)TaskTaskServiceImpl. completeTask(String taskId)TaskTaskServiceImpl. createTask(Task taskToCreate)TaskTaskServiceImpl. forceCancelClaim(String taskId)TaskTaskServiceImpl. forceClaim(String taskId)TaskTaskServiceImpl. forceCompleteTask(String taskId)TaskTaskServiceImpl. getTask(String id)TaskTaskServiceImpl. newTask()TaskTaskServiceImpl. newTask(String workbasketId)TaskTaskServiceImpl. newTask(String workbasketKey, String domain)TaskTaskServiceImpl. selectAndClaim(TaskQuery taskQuery)TaskTaskServiceImpl. setTaskRead(String taskId, boolean isRead)TaskTaskServiceImpl. terminateTask(String taskId)TaskTaskServiceImpl. transfer(String taskId, String destinationWorkbasketId, boolean setTransferFlag)TaskTaskServiceImpl. transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag)TaskTaskServiceImpl. updateTask(Task task)Methods in pro.taskana.task.internal with parameters of type Task Modifier and Type Method Description TaskTaskServiceImpl. createTask(Task taskToCreate)TaskTaskServiceImpl. updateTask(Task task) -
Uses of Task in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement Task Modifier and Type Class Description classTaskImpl
-