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

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

Public Member Functions

abstract CommonAttributeCaseSearchResults findMatchesByCase () throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException
 
abstract CommonAttributeCountSearchResults findMatchesByCount () throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException
 

Private Attributes

boolean filterByDoc
 
boolean filterByMedia
 

Detailed Description

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

Definition at line 39 of file AbstractCommonAttributeSearcher.java.

Member Function Documentation

abstract CommonAttributeCaseSearchResults org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeSearcher.findMatchesByCase ( ) throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException
abstract

Implement this to search for files with common attributes. Creates an object (CommonAttributeCountSearchResults) 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 name of the case the results were found in, a mid level node indicating what data source the match was found in, and a bottom level which shows the files the match was found in

Returns
An object containing the results of the search
Exceptions
TskCoreException
NoCurrentCaseException
SQLException
CentralRepoException
abstract CommonAttributeCountSearchResults org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeSearcher.findMatchesByCount ( ) throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException
abstract

Implement this to search for files with common attributes. Creates an object (CommonAttributeCountSearchResults) 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
CentralRepoException

Member Data Documentation

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

Definition at line 42 of file AbstractCommonAttributeSearcher.java.

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

Definition at line 41 of file AbstractCommonAttributeSearcher.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.