Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | GraphEdge |
Public Member Functions | |
SelectionInfo (Set< AccountDeviceInstance > selectedNodes, Set< GraphEdge > selectedEdges, CommunicationsFilter communicationFilter) | |
Set< Account > | getAccounts () |
Set< BlackboardArtifact > | getArtifacts () |
CommunicationsFilter | getCommunicationsFilter () |
Set< GraphEdge > | getSelectedEdges () |
Set< AccountDeviceInstance > | getSelectedNodes () |
Private Attributes | |
Set< BlackboardArtifact > | accountArtifacts = null |
final Set< Account > | accounts |
final CommunicationsFilter | communicationFilter |
final Set< GraphEdge > | selectedEdges |
final Set< AccountDeviceInstance > | selectedNodes |
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 > | selectedNodes, |
Set< GraphEdge > | selectedEdges, | ||
CommunicationsFilter | communicationFilter | ||
) |
Wraps the details of the currently selected accounts.
selectedNodes | Selected AccountDeviceInstances |
selectedEdges | Selected pairs of AccountDeviceInstances |
communicationFilter | Currently selected communications filters |
Definition at line 57 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter, org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedEdges, and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedNodes.
Set<Account> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts | ( | ) |
Definition at line 96 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accounts.
Referenced by org.sleuthkit.autopsy.communications.relationships.MediaViewer.MediaViewerWorker.done(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
Set<BlackboardArtifact> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts | ( | ) |
Definition at line 133 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountArtifacts.
CommunicationsFilter org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter | ( | ) |
Returns the currently selected communications filters.
Definition at line 92 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter.
Set<GraphEdge> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedEdges | ( | ) |
Returns the currently selected edges
Definition at line 83 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedEdges.
Set<AccountDeviceInstance> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedNodes | ( | ) |
Returns the currently selected nodes
Definition at line 74 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedNodes.
|
private |
Definition at line 48 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts().
|
private |
Definition at line 46 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts().
|
private |
Definition at line 45 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 44 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedEdges(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
|
private |
Definition at line 43 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedNodes(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.