|
Autopsy
4.17.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 () |
| synchronized final void | updatePropertySheet (NodeProperty<?>...newProps) |
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().
| 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 142 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 131 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().
|
protectedinherited |
Updates the node property sheet by replacing existing properties with new properties with the same property name.
| newProps | The replacement property objects. |
Definition at line 152 of file DisplayableItemNode.java.
|
private |
Definition at line 42 of file CorrelationAttributeInstanceNode.java.
Referenced by org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.getCorrelationAttributeInstance().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.