Uses of Class
pro.taskana.classification.api.exceptions.ClassificationNotFoundException
Packages that use ClassificationNotFoundException
Package
Description
-
Uses of ClassificationNotFoundException in pro.taskana.classification.api
Methods in pro.taskana.classification.api that throw ClassificationNotFoundExceptionModifier and TypeMethodDescriptionvoidClassificationService.deleteClassification(String id) Deletes a Classification with all child Classifications.voidClassificationService.deleteClassification(String classificationKey, String domain) Deletes the Classification identified by the provided key and domain with all its child Classifications.ClassificationService.getClassification(String id) Gets the Classification identified by the provided id.ClassificationService.getClassification(String key, String domain) ClassificationService.updateClassification(Classification classification) Updates the specified Classification. -
Uses of ClassificationNotFoundException in pro.taskana.classification.internal
Methods in pro.taskana.classification.internal that throw ClassificationNotFoundExceptionModifier and TypeMethodDescriptionvoidClassificationServiceImpl.deleteClassification(String classificationId) voidClassificationServiceImpl.deleteClassification(String classificationKey, String domain) ClassificationServiceImpl.getClassification(String id) ClassificationServiceImpl.getClassification(String key, String domain) ClassificationServiceImpl.updateClassification(Classification classification) -
Uses of ClassificationNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw ClassificationNotFoundExceptionModifier 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 ClassificationNotFoundException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw ClassificationNotFoundExceptionModifier and TypeMethodDescriptionTaskServiceImpl.createTask(Task taskToCreate) TaskServiceImpl.updateTask(Task task)