Uses of Class
org.linuxforhealth.fhir.bucket.api.CosItem
-
Packages that use CosItem Package Description org.linuxforhealth.fhir.bucket.cos org.linuxforhealth.fhir.bucket.scanner -
-
Uses of CosItem in org.linuxforhealth.fhir.bucket.cos
Method parameters in org.linuxforhealth.fhir.bucket.cos with type arguments of type CosItem Modifier and Type Method Description void
COSClient. scan(java.lang.String bucketName, java.lang.String pathPrefix, java.util.function.Function<java.lang.String,FileType> fileTyper, java.util.function.Consumer<CosItem> consumer)
Scan the COS bucket, feeding each returned item to the given consumer -
Uses of CosItem in org.linuxforhealth.fhir.bucket.scanner
Methods in org.linuxforhealth.fhir.bucket.scanner with parameters of type CosItem Modifier and Type Method Description protected void
CosScanner. handle(CosItem item)
Process the item returned by the scanprotected void
LocalFileScanner. handle(CosItem item)
Process the item returned by the scanvoid
DataAccess. registerBucketItem(CosItem item)
Create a record in the database to track this item if it doesn't currently exist
-