Package ca.uhn.fhir.jpa.search
Class PersistedJpaBundleProviderFactory
java.lang.Object
ca.uhn.fhir.jpa.search.PersistedJpaBundleProviderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProviderhistory(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theResourceType, Long theResourcePid, Date theRangeStartInclusive, Date theRangeEndInclusive, Integer theOffset, RequestPartitionId theRequestPartitionId) ca.uhn.fhir.rest.api.server.IBundleProviderhistory(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theResourceType, Long theResourcePid, Date theRangeStartInclusive, Date theRangeEndInclusive, Integer theOffset, ca.uhn.fhir.rest.param.HistorySearchStyleEnum searchParameterType, RequestPartitionId theRequestPartitionId) newInstance(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, Search theSearch) newInstance(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theUuid) newInstanceFirstPage(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, Search theSearch, SearchTask theTask, ISearchBuilder theSearchBuilder, RequestPartitionId theRequestPartitionId)
-
Constructor Details
-
PersistedJpaBundleProviderFactory
public PersistedJpaBundleProviderFactory()
-
-
Method Details
-
newInstance
public PersistedJpaBundleProvider newInstance(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theUuid) -
newInstance
public PersistedJpaBundleProvider newInstance(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, Search theSearch) -
newInstanceFirstPage
public PersistedJpaSearchFirstPageBundleProvider newInstanceFirstPage(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, Search theSearch, SearchTask theTask, ISearchBuilder theSearchBuilder, RequestPartitionId theRequestPartitionId) -
history
-
history
public ca.uhn.fhir.rest.api.server.IBundleProvider history(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theResourceType, Long theResourcePid, Date theRangeStartInclusive, Date theRangeEndInclusive, Integer theOffset, ca.uhn.fhir.rest.param.HistorySearchStyleEnum searchParameterType, RequestPartitionId theRequestPartitionId)
-