Example #1
0
 /**
  * Get the data model Content objects in the root of this case's hierarchy.
  *
  * @return a list of the root objects
  */
 public List<Content> getRootObjects() {
   try {
     return db.getRootObjects();
   } catch (TskException ex) {
     throw new RuntimeException("Error getting root objects.", ex);
   }
 }