Class BaseStorageSystemProvider<T,MT>

java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider<T,MT>

public abstract class BaseStorageSystemProvider<T,MT> extends BaseJpaProvider
  • Field Details

  • Constructor Details

  • Method Details

    • expunge

      public org.hl7.fhir.instance.model.api.IBaseParameters expunge(org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theLimit, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theExpungeDeletedResources, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theExpungeOldVersions, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theExpungeEverything, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    • doExpunge

      protected org.hl7.fhir.instance.model.api.IBaseParameters doExpunge(org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Integer> theLimit, org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Boolean> theExpungeDeletedResources, org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Boolean> theExpungeOldVersions, org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Boolean> theExpungeEverything, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    • getDao

      protected IFhirSystemDao<T,MT> getDao()
    • setDao

      public void setDao(IFhirSystemDao<T,MT> theDao)