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

Inherits org.sleuthkit.autopsy.datamodel.BaseChildFactory< DataArtifact >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Static Public Member Functions

static void post (String nodeName, Object event) throws NoSuchEventBusException
 
static void register (String nodeName, Object subscriber)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< T > toPopulate)
 
Node createNodeForKey (DataArtifact art)
 
void finalize () throws Throwable
 
List< DataArtifact > makeKeys ()
 
void onAdd ()
 
void onRemove ()
 

Private Member Functions

 MessageFactory (String accountName, String folderName)
 

Private Attributes

final String accountName
 
final String folderName
 

Detailed Description

Node representing mail folder content (mail messages)

Definition at line 524 of file EmailExtracted.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.MessageFactory ( String  accountName,
String  folderName 
)
private

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.addNotify ( )
protectedinherited
boolean org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.createKeys ( List< T >  toPopulate)
protectedinherited

For page change events and page size change events we simply return the previously calculated set of keys, otherwise we make a new set of keys.

Definition at line 149 of file BaseChildFactory.java.

References org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >::makeKeys().

Node org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.createNodeForKey ( DataArtifact  art)
protected

Definition at line 537 of file EmailExtracted.java.

void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.finalize ( ) throws Throwable
protectedinherited
List<DataArtifact> org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.makeKeys ( )
protected
void org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.onAdd ( )
protected

Definition at line 567 of file EmailExtracted.java.

void org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.onRemove ( )
protected

Definition at line 572 of file EmailExtracted.java.

static void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.post ( String  nodeName,
Object  event 
) throws NoSuchEventBusException
staticinherited

Post the given event for the given node name.

Parameters
nodeNameThe name of the node.
eventThe event to post.
Exceptions
org.sleuthkit.autopsy.datamodel.BaseChildFactory.NoSuchEventBusException

Definition at line 96 of file BaseChildFactory.java.

static void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.register ( String  nodeName,
Object  subscriber 
)
staticinherited

Register the given subscriber for the given node name. Will create the event bus for the given node name if it does not exist.

Parameters
nodeNameThe name of the node.
subscriberThe subscriber to register.

Definition at line 78 of file BaseChildFactory.java.

void org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.update ( Observable  o,
Object  arg 
)

Definition at line 542 of file EmailExtracted.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.accountName
private
final String org.sleuthkit.autopsy.datamodel.EmailExtracted.MessageFactory.folderName
private

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

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