Uses of Class
pro.taskana.classification.api.exceptions.ClassificationInUseException
-
Packages that use ClassificationInUseException Package Description pro.taskana.classification.api pro.taskana.classification.internal -
-
Uses of ClassificationInUseException in pro.taskana.classification.api
Methods in pro.taskana.classification.api that throw ClassificationInUseException Modifier and Type Method Description voidClassificationService. deleteClassification(String id)Delete a classification with all child classifications.voidClassificationService. deleteClassification(String classificationKey, String domain)Delete a classification with all child classifications. -
Uses of ClassificationInUseException in pro.taskana.classification.internal
Methods in pro.taskana.classification.internal that throw ClassificationInUseException Modifier and Type Method Description voidClassificationServiceImpl. deleteClassification(String classificationId)voidClassificationServiceImpl. deleteClassification(String classificationKey, String domain)
-