Deprecated API
Contents
-
ElementDescriptionUse
IBinaryStorageSvc.storeBinaryContent(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)
-
MethodDescriptionThis setting no longer does anything as of HAPI FHIR 7.0.0Deprecated in 5.5.0. Use
JpaStorageSettings.isMatchUrlCacheEnabled()
instead (the name of this method is misleading)This setting no longer does anything as of HAPI FHIR 7.0.0Deprecated 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.storeBinaryContent(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.
-
ConstructorDescriptionAll callers should invoke
invalid reference
SubscriptionCanonicalizer()