Uses of Interface
com.ibm.fhir.bucket.api.IResourceEntryProcessor
-
Packages that use IResourceEntryProcessor Package Description com.ibm.fhir.bucket.scanner -
-
Uses of IResourceEntryProcessor in com.ibm.fhir.bucket.scanner
Classes in com.ibm.fhir.bucket.scanner that implement IResourceEntryProcessor Modifier and Type Class Description class
BundleBreakerResourceProcessor
Breaks a large Bundle into smaller Bundles, translating local references to external references to maintain the relationships between the resources when they are loaded into the FHIR server.class
FHIRClientResourceProcessor
Calls the FHIR REST API to create resourcesConstructors in com.ibm.fhir.bucket.scanner with parameters of type IResourceEntryProcessor Constructor Description ResourceHandler(ExecutorService commonPool, int maxConcurrentFhirRequests, IResourceEntryProcessor rep)
Public constructor
-