Package ca.uhn.fhir.jpa.batch.processor
Class PidToIBaseResourceProcessor
java.lang.Object
ca.uhn.fhir.jpa.batch.processor.PidToIBaseResourceProcessor
- All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<List<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId>,
List<org.hl7.fhir.instance.model.api.IBaseResource>>
public class PidToIBaseResourceProcessor
extends Object
implements org.springframework.batch.item.ItemProcessor<List<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId>,List<org.hl7.fhir.instance.model.api.IBaseResource>>
Reusable Item Processor which converts ResourcePersistentIds to their IBaseResources
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PidToIBaseResourceProcessor
public PidToIBaseResourceProcessor()
-
-
Method Details
-
process
-