Uses of Class
pro.taskana.task.api.exceptions.ObjectReferencePersistenceException
-
Packages that use ObjectReferencePersistenceException Package Description pro.taskana.task.api pro.taskana.task.internal -
-
Uses of ObjectReferencePersistenceException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw ObjectReferencePersistenceException 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 ObjectReferencePersistenceException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw ObjectReferencePersistenceException Modifier and Type Method Description TaskTaskServiceImpl. createTask(Task taskToCreate)TaskTaskServiceImpl. updateTask(Task task)
-