Uses of Class
dev.dsf.fhir.dao.exception.ResourceNotFoundException
Packages that use ResourceNotFoundException
Package
Description
-
Uses of ResourceNotFoundException in dev.dsf.fhir.dao
Methods in dev.dsf.fhir.dao that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionbooleanReturnsfalseif a matching resource was already marked as deletedvoidResourceDao.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.booleanResourceDao.deleteWithTransaction(Connection connection, UUID uuid) Returnsfalseif a matching resource was already marked as deleteddefault RSets the version of the stored resource to latest version from DB plus 1.Sets the version of the stored resource to latest version from DB plus 1.default RResourceDao.updateWithTransaction(Connection connection, R resource) Sets the version of the stored resource to latest version from DB plus 1.ResourceDao.updateWithTransaction(Connection connection, R resource, Long expectedVersion) Sets the version of the stored resource to latest version from DB plus 1. -
Uses of ResourceNotFoundException in dev.dsf.fhir.dao.command
Methods in dev.dsf.fhir.dao.command that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionprotected booleanDeleteCommand.deleteWithTransaction(ResourceDao<?> dao, Connection connection, UUID uuid) protected booleanDeleteStructureDefinitionCommand.deleteWithTransaction(ResourceDao<?> dao, Connection connection, UUID uuid) protected RUpdateCommand.updateWithTransaction(Connection connection, R resource, Long expectedVersion) protected org.hl7.fhir.r4.model.StructureDefinitionUpdateStructureDefinitionCommand.updateWithTransaction(Connection connection, org.hl7.fhir.r4.model.StructureDefinition resource, Long expectedVersion) -
Uses of ResourceNotFoundException in dev.dsf.fhir.function
Methods in dev.dsf.fhir.function that throw ResourceNotFoundException -
Uses of ResourceNotFoundException in dev.dsf.fhir.help
Methods in dev.dsf.fhir.help with parameters of type ResourceNotFoundExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.WebApplicationExceptionExceptionHandler.internalServerError(ResourceNotFoundException e) jakarta.ws.rs.WebApplicationExceptionExceptionHandler.notFound(String resourceTypeName, ResourceNotFoundException e)