Uses of Class
ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
-
Uses of DeleteMethodOutcome in ca.uhn.fhir.jpa.api.dao
Modifier and TypeMethodDescriptionIFhirResourceDao.deleteByUrl
(String theUrl, DeleteConflictList theDeleteConflictsListToPopulate, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) 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 conflictsdefault <P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
DeleteMethodOutcomeIFhirResourceDao.deletePidList
(String theUrl, Collection<P> theResourceIds, DeleteConflictList theDeleteConflicts, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) Deprecated.<P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
DeleteMethodOutcomeIFhirResourceDao.deletePidList
(String theUrl, Collection<P> theResourceIds, DeleteConflictList theDeleteConflicts, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) Delete a list of resource Pids -
Uses of DeleteMethodOutcome in ca.uhn.fhir.jpa.api.model
Modifier and TypeMethodDescriptionDeleteMethodOutcome.setDeletedEntities
(List<? extends IBasePersistedResource> theDeletedEntities) Deprecated.DeleteMethodOutcome.setExpungedEntitiesCount
(long theExpungedEntitiesCount) Deprecated.DeleteMethodOutcome.setExpungedResourcesCount
(long theExpungedResourcesCount) Deprecated. -
Uses of DeleteMethodOutcome in ca.uhn.fhir.jpa.dao
Modifier and TypeMethodDescriptionprotected DeleteMethodOutcome
BaseStorageResourceDao.deleteExpunge
(String theUrl, ca.uhn.fhir.rest.api.server.RequestDetails theRequest)
IFhirResourceDao.deletePidList(String, Collection, DeleteConflictList, RequestDetails, TransactionDetails)