}
@Override
public synchronized Content getParent() throws TskCoreException {
if (parent == null) {
ObjectInfo parentInfo = null;
try {
parentInfo = db.getParentInfo(this);
} catch (TskCoreException ex) {
// there is not parent; not an error if we've got a data source
return null;