Uses of Class
io.kadai.task.api.exceptions.ObjectReferencePersistenceException
Packages that use ObjectReferencePersistenceException
-
Uses of ObjectReferencePersistenceException in io.kadai.task.api
Methods in io.kadai.task.api that throw ObjectReferencePersistenceExceptionModifier and TypeMethodDescriptionTaskService.createTask
(Task taskToCreate) Inserts a Task that doesn't exist in the database yet.TaskService.updateTask
(Task task) Update a Task. -
Uses of ObjectReferencePersistenceException in io.kadai.task.internal
Methods in io.kadai.task.internal that throw ObjectReferencePersistenceExceptionModifier and TypeMethodDescriptionTaskServiceImpl.createTask
(Task taskToCreate) TaskServiceImpl.updateTask
(Task task)