Uses of Class
com.ibm.fhir.bucket.api.ResourceRef
- 
Packages that use ResourceRef Package Description com.ibm.fhir.bucket.persistence com.ibm.fhir.bucket.scanner  - 
- 
Uses of ResourceRef in com.ibm.fhir.bucket.persistence
Methods in com.ibm.fhir.bucket.persistence that return types with arguments of type ResourceRef Modifier and Type Method Description List<ResourceRef>GetResourceRefsForBundleLine. run(IDatabaseTranslator translator, Connection c) - 
Uses of ResourceRef in com.ibm.fhir.bucket.scanner
Methods in com.ibm.fhir.bucket.scanner that return types with arguments of type ResourceRef Modifier and Type Method Description List<ResourceRef>DataAccess. getResourceRefsForLine(long resourceBundleId, int version, int lineNumber)Get the list of resourceType/logicalId resource references generated when processing the given lineNumber of the identified resource bundle and its version 
 -