Interface IDeleteExpungeSvc<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>


public interface IDeleteExpungeSvc<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    deleteExpunge(List<T> thePersistentIds, boolean theCascade, Integer theCascadeMaxRounds)
     
    boolean