Autopsy  4.8.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeSearcher Class Referenceabstract

Inherited by org.sleuthkit.autopsy.commonfilesearch.InterCaseCommonAttributeSearcher, and org.sleuthkit.autopsy.commonfilesearch.IntraCaseCommonAttributeSearcher.

Public Member Functions

abstract CommonAttributeSearchResults findMatches () throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException
 

Private Attributes

boolean filterByDoc
 
boolean filterByMedia
 

Detailed Description

Prototype for an object which finds files with common attributes. Subclass this and implement findMatches in order

Definition at line 40 of file AbstractCommonAttributeSearcher.java.

Member Function Documentation

abstract CommonAttributeSearchResults org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeSearcher.findMatches ( ) throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException
abstract

Implement this to search for files with common attributes. Creates an object (CommonAttributeSearchResults) which contains all of the information required to display a tree view in the UI. The view will contain 3 layers: a top level node, indicating the number matches each of it's children possess, a mid level node indicating the matched attribute,

Returns
Exceptions
TskCoreException
NoCurrentCaseException
SQLException
EamDbException

Member Data Documentation

boolean org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeSearcher.filterByDoc
private

Definition at line 43 of file AbstractCommonAttributeSearcher.java.

boolean org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeSearcher.filterByMedia
private

Definition at line 42 of file AbstractCommonAttributeSearcher.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.