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, String details)TaskClaimedEvent(String id, Task task, String userId, String details)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)TaskTaskService. claim(String taskId)Claim an existing Task for the current user.TaskTaskService. completeTask(String taskId)TaskTaskService. createTask(Task taskToCreate)Inserts a Task that doesn't exist in the database yet.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)TaskTaskService. getTask(String taskId)TaskTaskService. newTask()Instantiates a non-persistent/non-inserted Task.TaskTaskService. newTask(String workbasketId)Instantiates a non-persistent/non-inserted Task.TaskTaskService. newTask(String workbasketKey, String domain)Instantiates a non-persistent/non-inserted Task.TaskTaskService. selectAndClaim(TaskQuery taskQuery)TaskTaskService. setTaskRead(String taskId, boolean isRead)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 Task that doesn't exist in the database yet.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
-