Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo Class Reference

Inherits org.sleuthkit.autopsy.datamodel.NodeSelectionInfo.

Public Member Functions

 ContentNodeSelectionInfo (Content content)
 
boolean matches (Node candidateNode)
 

Private Attributes

final long contentId
 

Detailed Description

Stores sufficient information to identify a content node that is intended to be selected in a view.

Definition at line 28 of file ContentNodeSelectionInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.ContentNodeSelectionInfo ( Content  content)

Constructs an object that stores sufficient information to identify a content node that is intended to be selected in a view.

Parameters
contentThe content represented by the node to be selected.

Definition at line 38 of file ContentNodeSelectionInfo.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.matches ( Node  candidateNode)

Determines whether or not a given node satisfies the stored node selection criteria.

Parameters
candidateNodeA node to evaluate.
Returns
True or false.

Implements org.sleuthkit.autopsy.datamodel.NodeSelectionInfo.

Definition at line 51 of file ContentNodeSelectionInfo.java.

References org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.contentId.

Member Data Documentation

final long org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.contentId
private

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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.