public class PathLoader extends java.lang.Object implements DataLoader<Nameable>
Modifier and Type | Field and Description |
---|---|
private SpecialQuery<BioMaterialEventSource> |
query |
Constructor and Description |
---|
PathLoader() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
Nameable item)
Get the value for the specified property.
|
private final SpecialQuery<BioMaterialEventSource> query
public java.lang.Object getData(DbControl dc, ExportedProperty exportedProperty, Nameable item) throws java.lang.Exception
DataLoader
getData
in interface DataLoader<Nameable>
exportedProperty
- The property to get the value foritem
- The item that holds the valuejava.lang.Exception
- If failing to get the data.