Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.Reports.ReportNodeFactory Class Reference

Inherits ChildFactory< Report >.

Protected Member Functions

boolean createKeys (List< Report > keys)
 
Node createNodeForKey (Report key)
 

Static Private Attributes

static final Set< Case.Events > CASE_EVENTS_OF_INTEREST = EnumSet.of(Case.Events.REPORT_ADDED, Case.Events.REPORT_DELETED)
 

Detailed Description

The child node factory that creates ReportNode children for a ReportsListNode.

Definition at line 103 of file Reports.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.Reports.ReportNodeFactory.createKeys ( List< Report >  keys)
protected
Node org.sleuthkit.autopsy.datamodel.Reports.ReportNodeFactory.createNodeForKey ( Report  key)
protected

Definition at line 140 of file Reports.java.

Member Data Documentation

final Set<Case.Events> org.sleuthkit.autopsy.datamodel.Reports.ReportNodeFactory.CASE_EVENTS_OF_INTEREST = EnumSet.of(Case.Events.REPORT_ADDED, Case.Events.REPORT_DELETED)
staticprivate

Definition at line 105 of file Reports.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.