Uses of Class
pro.taskana.task.rest.models.TaskRepresentationModel
-
Packages that use TaskRepresentationModel Package Description pro.taskana.task.rest pro.taskana.task.rest.assembler -
-
Uses of TaskRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return types with arguments of type TaskRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. cancelClaimTask(String taskId)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. claimTask(String taskId, String userName)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. completeTask(String taskId)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. createTask(TaskRepresentationModel taskRepresentationModel)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. deleteTask(String taskId)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. getTask(String taskId)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. selectAndClaimTask(org.springframework.util.MultiValueMap<String,String> params)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. transferTask(String taskId, String workbasketId)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. updateTask(String taskId, TaskRepresentationModel taskRepresentationModel)Methods in pro.taskana.task.rest with parameters of type TaskRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. createTask(TaskRepresentationModel taskRepresentationModel)org.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController. updateTask(String taskId, TaskRepresentationModel taskRepresentationModel) -
Uses of TaskRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return TaskRepresentationModel Modifier and Type Method Description TaskRepresentationModelTaskRepresentationModelAssembler. toModel(pro.taskana.task.api.models.Task task)Methods in pro.taskana.task.rest.assembler with parameters of type TaskRepresentationModel Modifier and Type Method Description pro.taskana.task.api.models.TaskTaskRepresentationModelAssembler. toEntityModel(TaskRepresentationModel repModel)
-