Uses of Class
io.kadai.classification.api.exceptions.ClassificationInUseException
Packages that use ClassificationInUseException
-
Uses of ClassificationInUseException in io.kadai.classification.api
Methods in io.kadai.classification.api that throw ClassificationInUseExceptionModifier and TypeMethodDescriptionvoid
ClassificationService.deleteClassification
(String id) Deletes a Classification with all child Classifications.void
ClassificationService.deleteClassification
(String classificationKey, String domain) Deletes the Classification identified by the provided key and domain with all its child Classifications. -
Uses of ClassificationInUseException in io.kadai.classification.internal
Methods in io.kadai.classification.internal that throw ClassificationInUseExceptionModifier and TypeMethodDescriptionvoid
ClassificationServiceImpl.deleteClassification
(String classificationId) void
ClassificationServiceImpl.deleteClassification
(String classificationKey, String domain)