Package ca.uhn.fhir.jpa.api.model
Class DeleteMethodOutcome
java.lang.Object
ca.uhn.fhir.rest.api.MethodOutcome
ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
This class is a replacement for
DaoMethodOutcome
for delete operations,
as they can perform their operation over multiple resources-
Constructor Summary
ConstructorDescriptionDeleteMethodOutcome
(org.hl7.fhir.instance.model.api.IBaseOperationOutcome theBaseOperationOutcome) -
Method Summary
Modifier and TypeMethodDescriptionList
<? extends IBasePersistedResource> long
Deprecated.long
Deprecated.setDeletedEntities
(List<? extends IBasePersistedResource> theDeletedEntities) Deprecated.setExpungedEntitiesCount
(long theExpungedEntitiesCount) Deprecated.setExpungedResourcesCount
(long theExpungedResourcesCount) Deprecated.Methods inherited from class ca.uhn.fhir.rest.api.MethodOutcome
fireResourceViewCallbacks, getCreated, getFirstResponseHeader, getId, getOperationOutcome, getResource, getResponseHeaders, getResponseStatusCode, hasResource, isResponseStatusCodeSet, registerResourceViewCallback, setCreated, setCreatedUsingStatusCode, setId, setOperationOutcome, setResource, setResponseHeaders, setResponseStatusCode
-
Constructor Details
-
DeleteMethodOutcome
public DeleteMethodOutcome() -
DeleteMethodOutcome
public DeleteMethodOutcome(org.hl7.fhir.instance.model.api.IBaseOperationOutcome theBaseOperationOutcome)
-
-
Method Details
-
getDeletedEntities
-
setDeletedEntities
@Deprecated public DeleteMethodOutcome setDeletedEntities(List<? extends IBasePersistedResource> theDeletedEntities) Deprecated.Use ca.uhn.fhir.jpa.batch.writer.SqlExecutorWriter#ENTITY_TOTAL_UPDATED_OR_DELETED -
getExpungedResourcesCount
Deprecated.Use ca.uhn.fhir.jpa.batch.listener.PidReaderCounterListener#RESOURCE_TOTAL_PROCESSED -
setExpungedResourcesCount
Deprecated. -
getExpungedEntitiesCount
Deprecated. -
setExpungedEntitiesCount
Deprecated.
-