
Package ca.uhn.fhir.jpa.delete.batch2
Class DeleteExpungeSqlBuilder
java.lang.Object
ca.uhn.fhir.jpa.delete.batch2.DeleteExpungeSqlBuilder
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionDeleteExpungeSqlBuilder(ResourceTableFKProvider theResourceTableFKProvider, JpaStorageSettings theStorageSettings, IIdHelperService<JpaPid> theIdHelper, IResourceLinkDao theResourceLinkDao, PartitionSettings thePartitionSettings) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidfindResourceLinksWithTargetPidIn(List<JpaPid> theAllTargetPids, List<JpaPid> theSomeTargetPids, List<ResourceLink> theConflictResourceLinks) voidvalidateOkToDeleteAndExpunge(Set<JpaPid> thePids, boolean theCascade, Integer theCascadeMaxRounds) 
- 
Constructor Details- 
DeleteExpungeSqlBuilderpublic DeleteExpungeSqlBuilder(ResourceTableFKProvider theResourceTableFKProvider, JpaStorageSettings theStorageSettings, IIdHelperService<JpaPid> theIdHelper, IResourceLinkDao theResourceLinkDao, PartitionSettings thePartitionSettings) 
 
- 
- 
Method Details- 
validateOkToDeleteAndExpungepublic void validateOkToDeleteAndExpunge(Set<JpaPid> thePids, boolean theCascade, Integer theCascadeMaxRounds) 
- 
findResourceLinksWithTargetPidInpublic void findResourceLinksWithTargetPidIn(List<JpaPid> theAllTargetPids, List<JpaPid> theSomeTargetPids, List<ResourceLink> theConflictResourceLinks) 
 
-