
-
Terminally Deprecated Elements
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionDeprecated in 5.5.0. Use
JpaStorageSettings.isMatchUrlCacheEnabled()
instead (the name of this method is misleading)Deprecated in 5.5.0. UseJpaStorageSettings.setMatchUrlCacheEnabled(boolean)
instead (the name of this method is misleading)In 5.2.0 this setting no longer does anythingUseIFhirResourceDao.delete(IIdType, RequestDetails)
insteadDeprecated in 6.8.0 - Use and implementIFhirResourceDao.deletePidList(String, Collection, DeleteConflictList, RequestDetails, TransactionDetails)
use #read(IIdType, RequestDetails) insteadUseIFhirResourceDao.read(IIdType, RequestDetails)
insteadUseIFhirResourceDao.update(T, RequestDetails)
insteadPlease call (@linkIBatch2DaoSvc.fetchResourceIdsPage(Date, Date, RequestPartitionId, String)
instead. Fetches a page of resource IDs for all resource types. The page size is up to the discretion of the implementation.UseIBinaryStorageSvc.storeBlob(IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, RequestDetails theRequestDetails)
instead. This method will be removed because it doesn't receive the 'theRequestDetails' parameter it needs to forward to the pointcut)UseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadIt is highly recommended to useIHapiTransactionService.withRequest(RequestDetails)
instead of this method, for increased visibility.
-
Deprecated ConstructorsConstructorDescription
IBinaryStorageSvc.storeBlob(IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, RequestDetails theRequestDetails)
instead. This method will be removed because it doesn't receive the 'theRequestDetails' parameter it needs to forward to the pointcut)