Autopsy
4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
Class to wrap the details of the current selection from the AccountBrowser or VisualizationPane
Definition at line 39 of file SelectionInfo.java.
org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo | ( | Set< AccountDeviceInstance > | accountDeviceInstances, |
CommunicationsFilter | communicationFilter | ||
) |
Wraps the details of the currently selected accounts.
accountDeviceInstances | Selected accountDecivedInstances |
communicationFilter | Currently 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.
Set<AccountDeviceInstance> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccountDevicesInstances | ( | ) |
Returns the currently selected accountDeviceInstances
Definition at line 71 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountDeviceInstances.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.createKeys(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts().
Set<Account> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts | ( | ) |
Definition at line 84 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accounts.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
Set<BlackboardArtifact> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts | ( | ) |
Definition at line 88 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountArtifacts, org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccountDevicesInstances(), org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
CommunicationsFilter org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter | ( | ) |
Returns the currently selected communications filters.
Definition at line 80 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesChildNodeFactory.createKeys(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts().
SelectionSummary org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSummary | ( | ) |
Definition at line 116 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.summary.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 47 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts().
|
private |
Definition at line 43 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccountDevicesInstances(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
|
private |
Definition at line 45 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts().
|
private |
Definition at line 44 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
|
staticprivate |
Definition at line 41 of file SelectionInfo.java.
|
private |
Definition at line 48 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSummary().
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.