
Package ca.uhn.fhir.rest.api.server.bulk
Interface IBulkDataExportHistoryHelper
public interface IBulkDataExportHistoryHelper
Bulk export history retrieval helper
-
Method Details
-
fetchHistoryForResourceIds
IBundleProvider fetchHistoryForResourceIds(@Nonnull String theResourceType, @Nonnull List<String> theIdList, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, @Nullable Date theRangeStartInclusive, @Nonnull Date theRangeEndInclusive) Retrieve history for indicated resource IDs- Parameters:
theResourceType
- the type of resources to fetch history fortheIdList
- the list of resource ids which history to fetchtheRequestPartitionId
- partition ID for the request- Returns:
- bundle provider containing historical versions of the resources
-