Package ca.uhn.fhir.jpa.dao
Class HistoryBuilderFactory
java.lang.Object
ca.uhn.fhir.jpa.dao.HistoryBuilderFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewHistoryBuilder
(String theResourceType, Long theResourceId, Date theRangeStartInclusive, Date theRangeEndInclusive)
-
Constructor Details
-
HistoryBuilderFactory
public HistoryBuilderFactory()
-
-
Method Details
-
newHistoryBuilder
public HistoryBuilder newHistoryBuilder(@Nullable String theResourceType, @Nullable Long theResourceId, @Nullable Date theRangeStartInclusive, @Nullable Date theRangeEndInclusive)
-