Uses of Class
org.linuxforhealth.fhir.bucket.api.ResourceBundleError
-
Packages that use ResourceBundleError Package Description org.linuxforhealth.fhir.bucket.persistence org.linuxforhealth.fhir.bucket.scanner -
-
Uses of ResourceBundleError in org.linuxforhealth.fhir.bucket.persistence
Constructor parameters in org.linuxforhealth.fhir.bucket.persistence with type arguments of type ResourceBundleError Constructor Description AddResourceBundleErrors(java.lang.String schemaName, long resourceBundleLoadId, java.util.Collection<ResourceBundleError> errors, int batchSize)Public constructor -
Uses of ResourceBundleError in org.linuxforhealth.fhir.bucket.scanner
Method parameters in org.linuxforhealth.fhir.bucket.scanner with type arguments of type ResourceBundleError Modifier and Type Method Description voidDataAccess. recordErrors(long resourceBundleLoadId, int lineNumber, java.util.List<ResourceBundleError> errors)Save the errors generated when loading the given resource bundle.
-