Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren Class Reference

Inherits ChildFactory< Content >.

Protected Member Functions

boolean createKeys (List< Content > list)
 
Node createNodeForKey (Content content)
 

Private Member Functions

 RelationshipChildren (Set< Content > selectedEdgeRelationshipSources, Set< AccountDeviceInstance > selecedAccountDeviceInstances, CommunicationsManager commsManager, CommunicationsFilter filter)
 

Private Attributes

final Set< AccountDeviceInstance > accountDeviceInstances
 
final CommunicationsManager commsManager
 
final Set< Content > edgeRelationshipArtifacts
 
final CommunicationsFilter filter
 

Static Private Attributes

static final Logger logger = Logger.getLogger(RelationshipChildren.class.getName())
 

Detailed Description

Children object for the relationships that the accounts are part of.

Definition at line 102 of file SelectionNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.RelationshipChildren ( Set< Content >  selectedEdgeRelationshipSources,
Set< AccountDeviceInstance >  selecedAccountDeviceInstances,
CommunicationsManager  commsManager,
CommunicationsFilter  filter 
)
private

Member Function Documentation

boolean org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.createKeys ( List< Content >  list)
protected

Definition at line 121 of file SelectionNode.java.

Node org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.createNodeForKey ( Content  content)
protected

Definition at line 132 of file SelectionNode.java.

Member Data Documentation

final Set<AccountDeviceInstance> org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.accountDeviceInstances
private

Definition at line 108 of file SelectionNode.java.

final CommunicationsManager org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.commsManager
private
final Set<Content> org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.edgeRelationshipArtifacts
private

Definition at line 106 of file SelectionNode.java.

final CommunicationsFilter org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.filter
private
final Logger org.sleuthkit.autopsy.communications.SelectionNode.RelationshipChildren.logger = Logger.getLogger(RelationshipChildren.class.getName())
staticprivate

Definition at line 104 of file SelectionNode.java.


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

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