Class DeleteExpungeProcessor

java.lang.Object
ca.uhn.fhir.jpa.delete.job.DeleteExpungeProcessor
All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<List<Long>,List<String>>

public class DeleteExpungeProcessor extends Object implements org.springframework.batch.item.ItemProcessor<List<Long>,List<String>>
Input: list of pids of resources to be deleted and expunged Output: list of sql statements to be executed