Class JpaBulkDataExportHistoryHelper

java.lang.Object
ca.uhn.fhir.jpa.dao.JpaBulkDataExportHistoryHelper
All Implemented Interfaces:
ca.uhn.fhir.rest.api.server.bulk.IBulkDataExportHistoryHelper

public class JpaBulkDataExportHistoryHelper extends Object implements ca.uhn.fhir.rest.api.server.bulk.IBulkDataExportHistoryHelper
  • Constructor Details

  • Method Details

    • fetchHistoryForResourceIds

      public ca.uhn.fhir.rest.api.server.IBundleProvider fetchHistoryForResourceIds(@Nonnull String theResourceType, @Nonnull List<String> theIdList, RequestPartitionId theRequestPartitionId, @Nullable Date theRangeStartInclusive, @Nonnull Date theRangeEndInclusive)
      Specified by:
      fetchHistoryForResourceIds in interface ca.uhn.fhir.rest.api.server.bulk.IBulkDataExportHistoryHelper