Uses of Class
pro.taskana.task.rest.models.TaskRepresentationModel
Packages that use TaskRepresentationModel
-
Uses of TaskRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return types with arguments of type TaskRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.cancelClaimTask(String taskId, boolean keepOwner) This endpoint cancels the claim of an existing Task if it was claimed by the current user before.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.cancelTask(String taskId) This endpoint cancels a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>This endpoint claims a Task if possible.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.completeTask(String taskId) This endpoint completes a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.createTask(TaskRepresentationModel taskRepresentationModel) This endpoint creates a persistent Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.deleteTask(String taskId) This endpoint deletes a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.forceCancelClaimTask(String taskId, boolean keepOwner) This endpoint force cancels the claim of an existing Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.forceClaimTask(String taskId, String userName) This endpoint force claims a Task if possible even if it is already claimed by someone else.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.forceCompleteTask(String taskId) This endpoint force completes a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.forceDeleteTask(String taskId) This endpoint force deletes a Task even if it's not completed.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.forceRequestChanges(String taskId) This endpoint force requests changes on a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.forceRequestReview(String taskId) This endpoint force request a review on the specified Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>This endpoint retrieves a specific Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.requestChanges(String taskId) This endpoint request changes on the specified Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.requestReview(String taskId) This endpoint request a review on the specified Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.selectAndClaimTask(TaskQueryFilterParameter filterParameter, TaskQueryFilterCustomFields filterCustomFields, TaskQueryFilterCustomIntFields filterCustomIntFields, TaskController.TaskQuerySortParameter sortParameter) This endpoint selects the first Task returned by the Task Query and claims it.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.setTaskRead(String taskId, IsReadRepresentationModel isRead) This endpoint sets the 'isRead' property of a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.terminateTask(String taskId) This endpoint terminates a Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.transferTask(String taskId, String workbasketId, TransferTaskRepresentationModel transferTaskRepresentationModel) This endpoint transfers a given Task to a given Workbasket, if possible.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.updateTask(String taskId, TaskRepresentationModel taskRepresentationModel) This endpoint updates a requested Task.Methods in pro.taskana.task.rest with parameters of type TaskRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.createTask(TaskRepresentationModel taskRepresentationModel) This endpoint creates a persistent Task.org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.updateTask(String taskId, TaskRepresentationModel taskRepresentationModel) This endpoint updates a requested Task. -
Uses of TaskRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return TaskRepresentationModelModifier and TypeMethodDescriptionTaskRepresentationModelAssembler.toModel(pro.taskana.task.api.models.Task task) Methods in pro.taskana.task.rest.assembler with parameters of type TaskRepresentationModelModifier and TypeMethodDescriptionpro.taskana.task.api.models.TaskTaskRepresentationModelAssembler.toEntityModel(TaskRepresentationModel repModel)