Uses of Class
dev.dsf.fhir.dao.exception.ResourceNotMarkedDeletedException
Packages that use ResourceNotMarkedDeletedException
-
Uses of ResourceNotMarkedDeletedException in dev.dsf.fhir.dao
Methods in dev.dsf.fhir.dao that throw ResourceNotMarkedDeletedExceptionModifier and TypeMethodDescriptionvoidResourceDao.deletePermanently(UUID uuid) Permanently delete a resource that was previously marked as deleted.voidResourceDao.deletePermanentlyWithTransaction(Connection connection, UUID uuid) Permanently delete a resource that was previously marked as deleted. -
Uses of ResourceNotMarkedDeletedException in dev.dsf.fhir.function
Methods in dev.dsf.fhir.function that throw ResourceNotMarkedDeletedExceptionModifier and TypeMethodDescriptionvoidRunnableWithSqlResourceNotFoundAndResourceNotMarkedDeletedException.run() -
Uses of ResourceNotMarkedDeletedException in dev.dsf.fhir.help
Methods in dev.dsf.fhir.help with parameters of type ResourceNotMarkedDeletedExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.WebApplicationExceptionExceptionHandler.notMarkedDeleted(String resourceTypeName, ResourceNotMarkedDeletedException e)