Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Public Member Functions | |
Action[] | getActions (boolean context) |
NodeSelectionInfo | getChildNodeSelectionInfo () |
CorrelationAttributeInstance | getCorrelationAttributeInstance () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Protected Member Functions | |
Sheet | createSheet () |
Static Protected Member Functions | |
static AbstractFile | findLinked (BlackboardArtifact artifact) throws TskCoreException |
Private Attributes | |
final CorrelationAttributeInstance | instance |
Used by the All Cases Search feature to encapsulate instances of a given search match.
Definition at line 40 of file CorrelationAttributeInstanceNode.java.
|
protected |
Definition at line 93 of file CorrelationAttributeInstanceNode.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getComment(), org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.getCorrelationAttributeInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationCase(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationDataSource(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDeviceID(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getDisplayName(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getFilePath(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getKnownStatus(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName().
|
staticprotectedinherited |
Gets the file, if any, linked to an artifact via a TSK_PATH_ID attribute
artifact | The artifact. |
TskCoreException |
Definition at line 54 of file DisplayableItemNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions(), and org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions().
Action [] org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.getActions | ( | boolean | context | ) |
Definition at line 60 of file CorrelationAttributeInstanceNode.java.
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 141 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
CorrelationAttributeInstance org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.getCorrelationAttributeInstance | ( | ) |
Get the CorrelationAttributeInstance attached to the node.
Definition at line 55 of file CorrelationAttributeInstanceNode.java.
References org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.instance.
Referenced by org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.createSheet().
String org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.getItemType | ( | ) |
Definition at line 79 of file CorrelationAttributeInstanceNode.java.
boolean org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.isLeafTypeNode | ( | ) |
Definition at line 74 of file CorrelationAttributeInstanceNode.java.
|
inherited |
Adds information about which child node of this node, if any, should be selected. Can be null.
selectedChildNodeInfo | The child node selection information. |
Definition at line 130 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Definition at line 42 of file CorrelationAttributeInstanceNode.java.
Referenced by org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.getCorrelationAttributeInstance().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.