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

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  ArtifactFactory
 
class  RootNode
 
class  TypeFactory
 
class  TypeNode
 

Public Member Functions

 ExtractedContent (SleuthkitCase skCase)
 
 ExtractedContent (SleuthkitCase skCase, long objId)
 
SleuthkitCase getSleuthkitCase ()
 

Static Public Attributes

static final String NAME = NbBundle.getMessage(RootNode.class, "ExtractedContentNode.name.text")
 

Private Attributes

Blackboard blackboard
 
final long filteringDSObjId
 
SleuthkitCase skCase
 

Static Private Attributes

static final Set< IngestManager.IngestJobEvent > INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED)
 

Detailed Description

Parent of the "extracted content" artifacts to be displayed in the tree. Other artifacts are displayed under other more specific parents.

Definition at line 64 of file ExtractedContent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent ( SleuthkitCase  skCase)

Constructs extracted content object

Parameters
skCaseCase DB

Definition at line 77 of file ExtractedContent.java.

References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.

org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent ( SleuthkitCase  skCase,
long  objId 
)

Constructs extracted content object

Parameters
skCaseCase DB
objIdObject id of the parent datasource

Definition at line 87 of file ExtractedContent.java.

References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.

Member Function Documentation

SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase ( )

Member Data Documentation

Blackboard org.sleuthkit.autopsy.datamodel.ExtractedContent.blackboard
private

Definition at line 70 of file ExtractedContent.java.

final long org.sleuthkit.autopsy.datamodel.ExtractedContent.filteringDSObjId
private
final Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.datamodel.ExtractedContent.INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED)
staticprivate
final String org.sleuthkit.autopsy.datamodel.ExtractedContent.NAME = NbBundle.getMessage(RootNode.class, "ExtractedContentNode.name.text")
static
SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase
private

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

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