Uses of Class
com.ibm.fhir.bucket.api.CosItem
- 
Packages that use CosItem Package Description com.ibm.fhir.bucket.cos com.ibm.fhir.bucket.scanner  - 
- 
Uses of CosItem in com.ibm.fhir.bucket.cos
Method parameters in com.ibm.fhir.bucket.cos with type arguments of type CosItem Modifier and Type Method Description voidCOSClient. scan(String bucketName, String pathPrefix, Function<String,FileType> fileTyper, Consumer<CosItem> consumer)Scan the COS bucket, feeding each returned item to the given consumer - 
Uses of CosItem in com.ibm.fhir.bucket.scanner
Methods in com.ibm.fhir.bucket.scanner with parameters of type CosItem Modifier and Type Method Description protected voidCosScanner. handle(CosItem item)Process the item returned by the scanvoidDataAccess. registerBucketItem(CosItem item)Create a record in the database to track this item if it doesn't currently exist 
 -