Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    ca.uhn.fhir.jpa.dao.mdm.MdmLinkDaoJpaImpl.findHistory(JpaPid)
    ca.uhn.fhir.jpa.provider.r4.IConsentExtensionProvider
    - we just use Consumer now TODO delete this.
  • Deprecated Interfaces
    Interface
    Description
    ca.uhn.fhir.jpa.dao.data.IResourceReindexJobDao
    ca.uhn.fhir.jpa.provider.r4.IConsentExtensionProvider
    - we just use Consumer now TODO delete this.
    ca.uhn.fhir.jpa.search.reindex.IResourceReindexingSvc
    Use the Batch2 IJobCoordinator.startInstance(JobInstanceStartRequest) instead.
  • Deprecated Classes
    Class
    Description
    ca.uhn.fhir.jpa.entity.BulkExportCollectionEntity
    ca.uhn.fhir.jpa.entity.BulkExportCollectionFileEntity
    ca.uhn.fhir.jpa.entity.BulkExportJobEntity
    ca.uhn.fhir.jpa.entity.ResourceReindexJobEntity
    use new batch2 reindex job
    ca.uhn.fhir.jpa.search.reindex.ResourceReindexer
     
    ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl
    Use the Batch2 IJobCoordinator.startInstance(JobInstanceStartRequest) instead.
  • Deprecated Fields
    Field
    Description
    ca.uhn.fhir.jpa.provider.BaseJpaSystemProvider.MARK_ALL_RESOURCES_FOR_REINDEXING
     
    ca.uhn.fhir.jpa.provider.BaseJpaSystemProvider.PERFORM_REINDEXING_PASS
     
    ca.uhn.fhir.jpa.search.builder.SearchBuilder.MAXIMUM_PAGE_SIZE
  • Deprecated Methods
    Method
    Description
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.create(T)
    Use BaseHapiFhirResourceDao.create(T, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.create(T, String)
    Use BaseHapiFhirResourceDao.create(T, String, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.delete(IIdType)
    Use BaseHapiFhirResourceDao.delete(IIdType, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.history(IIdType, Date, Date, Integer, RequestDetails)
    Use BaseHapiFhirResourceDao.history(IIdType, HistorySearchDateRangeParam, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.read(IIdType)
    Use BaseHapiFhirResourceDao.read(IIdType, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.reindex(T, IBasePersistedResource)
    Use BaseHapiFhirResourceDao.reindex(IResourcePersistentId, ReindexParameters, RequestDetails, TransactionDetails)
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.search(SearchParameterMap)
    Use BaseHapiFhirResourceDao.search(SearchParameterMap, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.update(T)
    Use BaseHapiFhirResourceDao.update(T, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao.update(T, String)
    Use BaseHapiFhirResourceDao.update(T, String, RequestDetails) instead
    ca.uhn.fhir.jpa.dao.data.ITermConceptMapDao.findTermConceptMapByUrl(String)
    ca.uhn.fhir.jpa.dao.data.ITermValueSetDao.findByUrl(String)
    ca.uhn.fhir.jpa.dao.mdm.MdmLinkDaoJpaImpl.findHistory(JpaPid)
    ca.uhn.fhir.jpa.dao.mdm.MdmLinkDaoJpaImpl.search(IIdType, IIdType, MdmMatchResultEnum, MdmLinkSourceEnum, MdmPageRequest, List<Integer>)
    ca.uhn.fhir.jpa.entity.MdmLink.getGoldenResourcePid()
    ca.uhn.fhir.jpa.entity.MdmLink.getSourcePid()
    ca.uhn.fhir.jpa.entity.MdmLink.setGoldenResourcePid(Long)
    Use MdmLink.setGoldenResourcePersistenceId(JpaPid) instead
    ca.uhn.fhir.jpa.entity.MdmLink.setPersonPid(Long)
    Use MdmLink.setGoldenResourcePid(Long) instead
    ca.uhn.fhir.jpa.entity.MdmLink.setSourcePid(Long)
    Use MdmLink.setSourcePersistenceId(JpaPid) instead
    ca.uhn.fhir.jpa.provider.JpaSystemProvider.markAllResourcesForReindexing(IPrimitiveType<String>)
    ca.uhn.fhir.jpa.provider.JpaSystemProvider.performReindexingPass()
    ca.uhn.fhir.jpa.term.api.ITermDeferredStorageSvc.isStorageQueueEmpty()
    Use ITermDeferredStorageSvc.isStorageQueueEmpty(boolean) instead
  • Deprecated Constructors
    Constructor
    Description
    ca.uhn.fhir.jpa.search.DatabaseBackedPagingProvider(int)
    Use DatabaseBackedPagingProvider as this constructor has no purpose

Copyright © 2014–2023 Smile CDR, Inc.. All rights reserved.