Class GetResourceRefsForBundleLine
- java.lang.Object
 - 
- org.linuxforhealth.fhir.bucket.persistence.GetResourceRefsForBundleLine
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<java.util.List<ResourceRef>>
public class GetResourceRefsForBundleLine extends java.lang.Object implements IDatabaseSupplier<java.util.List<ResourceRef>>
Fetches the list of resources which have been created from processing a given line of a bundle. 
- 
- 
Constructor Summary
Constructors Constructor Description GetResourceRefsForBundleLine(java.lang.String schemaName, long resourceBundleId, int version, int lineNumber)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResourceRef>run(IDatabaseTranslator translator, java.sql.Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Method Detail
- 
run
public java.util.List<ResourceRef> run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<java.util.List<ResourceRef>>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -