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 void
COSClient. 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 void
CosScanner. 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
-