20 package org.sleuthkit.autopsy.commonpropertiessearch;
22 import java.util.Arrays;
23 import java.util.logging.Level;
51 super(abstractFileReference, dataSource, caseName);
58 return Arrays.asList(intraCaseCommonAttributeInstanceNode).toArray(
new DisplayableItemNode[1]);
62 AbstractFile getAbstractFile() {
70 return this.
abstractFile = tskDb.findAllFilesWhere(String.format(
"obj_id in (%s)",
this.getAbstractFileObjectId())).get(0);
72 }
catch (TskCoreException | NoCurrentCaseException ex) {
73 LOGGER.log(Level.SEVERE, String.format(
"Unable to find AbstractFile for record with obj_id: %s. Node not created.",
new Object[]{this.getAbstractFileObjectId()}), ex);
81 throw new UnsupportedOperationException(
"Not supported yet.");
DisplayableItemNode[] generateNodes()
static final Logger LOGGER
CorrelationAttributeInstance.Type getCorrelationAttributeInstanceType()
AbstractFile abstractFile
SleuthkitCase getSleuthkitCase()
synchronized static Logger getLogger(String name)
static Case getCurrentCaseThrows()