Uses of Class
pro.taskana.classification.api.exceptions.ClassificationNotFoundException
-
Packages that use ClassificationNotFoundException Package Description pro.taskana.classification.api pro.taskana.classification.internal pro.taskana.task.api pro.taskana.task.internal -
-
Uses of ClassificationNotFoundException in pro.taskana.classification.api
Methods in pro.taskana.classification.api that throw ClassificationNotFoundException Modifier and Type Method Description voidClassificationService. 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.ClassificationClassificationService. getClassification(String id)Gets the Classification identified by the provided id.ClassificationClassificationService. getClassification(String key, String domain)ClassificationClassificationService. updateClassification(Classification classification)Updates the specified Classification. -
Uses of ClassificationNotFoundException in pro.taskana.classification.internal
Methods in pro.taskana.classification.internal that throw ClassificationNotFoundException Modifier and Type Method Description voidClassificationServiceImpl. deleteClassification(String classificationId)voidClassificationServiceImpl. deleteClassification(String classificationKey, String domain)ClassificationClassificationServiceImpl. getClassification(String id)ClassificationClassificationServiceImpl. getClassification(String key, String domain)ClassificationClassificationServiceImpl. updateClassification(Classification classification) -
Uses of ClassificationNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw ClassificationNotFoundException 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 ClassificationNotFoundException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw ClassificationNotFoundException Modifier and Type Method Description TaskTaskServiceImpl. createTask(Task taskToCreate)TaskTaskServiceImpl. updateTask(Task task)
-