
Uses of Class
ca.uhn.fhir.jpa.update.UpdateParameters
Packages that use UpdateParameters
-
Uses of UpdateParameters in ca.uhn.fhir.jpa.dao
Methods in ca.uhn.fhir.jpa.dao with parameters of type UpdateParametersModifier and TypeMethodDescriptionprotected DaoMethodOutcomeBaseStorageResourceDao.doUpdateForUpdateOrPatch(UpdateParameters<T> theUpdateParameters) -
Uses of UpdateParameters in ca.uhn.fhir.jpa.update
Methods in ca.uhn.fhir.jpa.update that return UpdateParametersModifier and TypeMethodDescriptionUpdateParameters.setEntity(IBasePersistedResource theEntity) UpdateParameters.setMatchUrl(String theMatchUrl) UpdateParameters.setOperationType(ca.uhn.fhir.rest.api.RestOperationTypeEnum myOperationType) UpdateParameters.setRequestDetails(ca.uhn.fhir.rest.api.server.RequestDetails theRequest) UpdateParameters.setResource(T theResource) UpdateParameters.setResourceIdToUpdate(org.hl7.fhir.instance.model.api.IIdType theResourceId) UpdateParameters.setShouldForcePopulateOldResourceForProcessing(boolean myShouldForcePopulateOldResourceForProcessing) UpdateParameters.setShouldForceUpdateVersion(boolean theForceUpdateVersion) UpdateParameters.setShouldPerformIndexing(boolean thePerformIndexing) UpdateParameters.setTransactionDetails(ca.uhn.fhir.rest.api.server.storage.TransactionDetails myTransactionDetails)