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

Classes

class  SelectionSummary
 

Public Member Functions

 SelectionInfo (Set< AccountDeviceInstance > accountDeviceInstances, CommunicationsFilter communicationFilter)
 
Set< AccountDeviceInstance > getAccountDevicesInstances ()
 
Set< Account > getAccounts ()
 
Set< BlackboardArtifact > getArtifacts ()
 
CommunicationsFilter getCommunicationsFilter ()
 
SelectionSummary getSummary ()
 

Private Attributes

Set< BlackboardArtifact > accountArtifacts = null
 
final Set< AccountDeviceInstance > accountDeviceInstances
 
final Set< Account > accounts
 
final CommunicationsFilter communicationFilter
 
SelectionSummary summary = null
 

Static Private Attributes

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

Detailed Description

Class to wrap the details of the current selection from the AccountBrowser or VisualizationPane

Definition at line 39 of file SelectionInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo ( Set< AccountDeviceInstance >  accountDeviceInstances,
CommunicationsFilter  communicationFilter 
)

Wraps the details of the currently selected accounts.

Parameters
accountDeviceInstancesSelected accountDecivedInstances
communicationFilterCurrently selected communications filters

Definition at line 56 of file SelectionInfo.java.

References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountDeviceInstances, and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter.

Member Function Documentation

Set<AccountDeviceInstance> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccountDevicesInstances ( )
Set<Account> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts ( )
Set<BlackboardArtifact> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts ( )
CommunicationsFilter org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter ( )
SelectionSummary org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSummary ( )

Member Data Documentation

Set<BlackboardArtifact> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountArtifacts = null
private
final Set<AccountDeviceInstance> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountDeviceInstances
private
final Set<Account> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accounts
private
final CommunicationsFilter org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter
private
final Logger org.sleuthkit.autopsy.communications.relationships.SelectionInfo.logger = Logger.getLogger(SelectionInfo.class.getName())
staticprivate

Definition at line 41 of file SelectionInfo.java.

SelectionSummary org.sleuthkit.autopsy.communications.relationships.SelectionInfo.summary = null
private

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

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