Package com.ibm.fhir.bucket.persistence
Class GetResourceRefsForBundleLine
- java.lang.Object
 - 
- com.ibm.fhir.bucket.persistence.GetResourceRefsForBundleLine
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<List<ResourceRef>>
public class GetResourceRefsForBundleLine extends Object implements IDatabaseSupplier<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(long resourceBundleId, int version, int lineNumber)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceRef>run(IDatabaseTranslator translator, Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Method Detail
- 
run
public List<ResourceRef> run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<List<ResourceRef>>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -