Go to the documentation of this file.
20package org.sleuthkit.autopsy.commonpropertiessearch;
22import org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance;
23import org.sleuthkit.autopsy.datamodel.DisplayableItemNode;
24import org.sleuthkit.datamodel.AbstractFile;
25import org.sleuthkit.datamodel.TskCoreException;
40public abstract class AbstractCommonAttributeInstance {
58 AbstractCommonAttributeInstance(Long abstractFileReference, String
dataSource, String
caseName) {
59 this.abstractFileObjectId = abstractFileReference;
62 this.abstractFile =
null;
88 abstract AbstractFile getAbstractFile();
103 String getCaseName() {
104 return this.caseName;
119 return this.dataSource;
165 final String abstractFileDataSourceName =
abstractFile.getDataSource().getName();
166 leafNode =
new CaseDBCommonAttributeInstanceNode(
abstractFile, currentCaseName, abstractFileDataSourceName, attribute.getCorrelationValue(), nodeType);
AbstractFile abstractFile
final Long abstractFileObjectId
Long getAbstractFileObjectId()
abstract CorrelationAttributeInstance.Type getCorrelationAttributeInstanceType()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.