
Package ca.uhn.fhir.jpa.dao
Class HistoryBuilderFactory
java.lang.Object
ca.uhn.fhir.jpa.dao.HistoryBuilderFactory
-
Constructor Summary
Constructors -
Method Summary
-
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<String> theResourceIds, @Nullable Date theRangeStartInclusive, @Nonnull Date theRangeEndInclusive)
-