
Package ca.uhn.fhir.jpa.dao
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProvider
fetchHistoryForResourceIds
(String theResourceType, List<String> theIdList, RequestPartitionId theRequestPartitionId, Date theRangeStartInclusive, Date theRangeEndInclusive)
-
Constructor Details
-
JpaBulkDataExportHistoryHelper
public JpaBulkDataExportHistoryHelper()
-
-
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 interfaceca.uhn.fhir.rest.api.server.bulk.IBulkDataExportHistoryHelper
-