Uses of Class
ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
Packages that use DeleteMethodOutcome
-
Uses of DeleteMethodOutcome in ca.uhn.fhir.jpa.api.dao
Methods in ca.uhn.fhir.jpa.api.dao that return DeleteMethodOutcomeModifier and TypeMethodDescriptionIFhirResourceDao.deleteByUrl(String theUrl, DeleteConflictList theDeleteConflictsListToPopulate, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)This method does not throw an exception if there are delete conflicts, but populates them in the provided listIFhirResourceDao.deleteByUrl(String theString, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)This method throws an exception if there are delete conflictsIFhirResourceDao.deletePidList(String theUrl, Collection<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId> theResourceIds, DeleteConflictList theDeleteConflicts, ca.uhn.fhir.rest.api.server.RequestDetails theRequest)Delete a list of resource Pids -
Uses of DeleteMethodOutcome in ca.uhn.fhir.jpa.api.model
Methods in ca.uhn.fhir.jpa.api.model that return DeleteMethodOutcomeModifier and TypeMethodDescriptionDeleteMethodOutcome.setDeletedEntities(List<ResourceTable> theDeletedEntities)Deprecated.DeleteMethodOutcome.setExpungedEntitiesCount(long theExpungedEntitiesCount)Deprecated.DeleteMethodOutcome.setExpungedResourcesCount(long theExpungedResourcesCount)Deprecated.