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
ConstructorsConstructorDescriptionDeleteMethodOutcome(org.hl7.fhir.instance.model.api.IBaseOperationOutcome theBaseOperationOutcome) -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.longDeprecated.setDeletedEntities(List<ResourceTable> theDeletedEntities)Deprecated.setExpungedEntitiesCount(long theExpungedEntitiesCount)Deprecated.setExpungedResourcesCount(long theExpungedResourcesCount)Deprecated.Methods inherited from class ca.uhn.fhir.rest.api.MethodOutcome
fireResourceViewCallbacks, getCreated, getId, getOperationOutcome, getResource, getResponseHeaders, hasResource, registerResourceViewCallback, setCreated, setCreatedUsingStatusCode, setId, setOperationOutcome, setResource, setResponseHeaders
-
Constructor Details
-
DeleteMethodOutcome
public DeleteMethodOutcome() -
DeleteMethodOutcome
public DeleteMethodOutcome(org.hl7.fhir.instance.model.api.IBaseOperationOutcome theBaseOperationOutcome)
-
-
Method Details
-
getDeletedEntities
-
setDeletedEntities
Deprecated.Useca.uhn.fhir.jpa.batch.writer.SqlExecutorWriter#ENTITY_TOTAL_UPDATED_OR_DELETED -
getExpungedResourcesCount
Deprecated.Useca.uhn.fhir.jpa.batch.listener.PidReaderCounterListener#RESOURCE_TOTAL_PROCESSED -
setExpungedResourcesCount
Deprecated. -
getExpungedEntitiesCount
Deprecated. -
setExpungedEntitiesCount
Deprecated.
-