Class HistoryBuilder

java.lang.Object
ca.uhn.fhir.jpa.dao.HistoryBuilder

public class HistoryBuilder extends Object
The HistoryBuilder is responsible for building history queries
  • Field Details

    • myInterceptorBroadcaster

      @Autowired protected ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster myInterceptorBroadcaster
    • myEntityManager

      protected jakarta.persistence.EntityManager myEntityManager
  • Constructor Details

    • HistoryBuilder

      public HistoryBuilder(@Nullable String theResourceType, @Nullable JpaPid theResourceId, @Nullable Date theRangeStartInclusive, @Nullable Date theRangeEndInclusive)
      Constructor
    • HistoryBuilder

      public HistoryBuilder(@Nonnull String theResourceType, @Nonnull List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>> theResourceIds, @Nullable Date theRangeStartInclusive, @Nonnull Date theRangeEndInclusive)
      Constructor for multiple resource IDs
  • Method Details