
Package ca.uhn.fhir.jpa.dao
Class HistoryBuilderFactory
java.lang.Object
ca.uhn.fhir.jpa.dao.HistoryBuilderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewHistoryBuilder(String theResourceType, JpaPid theResourceId, Date theRangeStartInclusive, Date theRangeEndInclusive) newHistoryBuilder(String theResourceType, List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>> theResourceIds, Date theRangeStartInclusive, Date theRangeEndInclusive)
-
Constructor Details
-
HistoryBuilderFactory
public HistoryBuilderFactory()
-
-
Method Details
-
newHistoryBuilder
public HistoryBuilder newHistoryBuilder(@Nullable String theResourceType, @Nullable JpaPid theResourceId, @Nullable Date theRangeStartInclusive, @Nullable Date theRangeEndInclusive) -
newHistoryBuilder
public HistoryBuilder newHistoryBuilder(@Nonnull String theResourceType, @Nonnull List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>> theResourceIds, @Nullable Date theRangeStartInclusive, @Nonnull Date theRangeEndInclusive)
-