Uses of Class
com.ibm.fhir.bucket.api.ResourceBundleError
-
Packages that use ResourceBundleError Package Description com.ibm.fhir.bucket.persistence com.ibm.fhir.bucket.scanner -
-
Uses of ResourceBundleError in com.ibm.fhir.bucket.persistence
Constructor parameters in com.ibm.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 com.ibm.fhir.bucket.scanner
Method parameters in com.ibm.fhir.bucket.scanner with type arguments of type ResourceBundleError Modifier and Type Method Description void
DataAccess. recordErrors(long resourceBundleLoadId, int lineNumber, java.util.List<ResourceBundleError> errors)
Save the errors generated when loading the given resource bundle.
-