Autopsy  4.6.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.ArtifactNodeSelectionInfo Class Reference

Inherits org.sleuthkit.autopsy.datamodel.NodeSelectionInfo.

Public Member Functions

 ArtifactNodeSelectionInfo (BlackboardArtifact artifact)
 
boolean matches (Node candidateNode)
 

Private Attributes

final long artifactId
 

Detailed Description

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

Definition at line 28 of file ArtifactNodeSelectionInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ArtifactNodeSelectionInfo.ArtifactNodeSelectionInfo ( BlackboardArtifact  artifact)

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

Parameters
artifactThe artifact represented by the node to be selected.

Definition at line 38 of file ArtifactNodeSelectionInfo.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.ArtifactNodeSelectionInfo.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 ArtifactNodeSelectionInfo.java.

References org.sleuthkit.autopsy.datamodel.ArtifactNodeSelectionInfo.artifactId.

Member Data Documentation

final long org.sleuthkit.autopsy.datamodel.ArtifactNodeSelectionInfo.artifactId
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.