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(String schemaName, 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 
 - 
 
- 
- 
Constructor Detail
- 
GetResourceRefsForBundleLine
public GetResourceRefsForBundleLine(String schemaName, long resourceBundleId, int version, int lineNumber)
Public constructor- Parameters:
 schemaName-resourceBundleId-version-lineNumber-
 
 - 
 
- 
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
 
 - 
 
 -