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 | crFile |
final AbstractCommonAttributeInstance.NODE_TYPE | nodeType |
Used by the Common Files search feature to encapsulate instances of a given MD5s matched in the search. These nodes will be children of Md5Node
s.
Use this type for files which are not in the current case, but from the Central Repo. Contrast with SleuthkitCase
which should be used when the FileInstance was found in the case presently open in Autopsy.
Definition at line 46 of file CentralRepoCommonAttributeInstanceNode.java.
|
protected |
Definition at line 89 of file CentralRepoCommonAttributeInstanceNode.java.
References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.NODE_TYPE.CASE_NODE, org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.NODE_TYPE.COUNT_NODE, org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.getCorrelationAttributeInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationCase(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationDataSource(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationValue(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getDisplayName(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getFilePath(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName(), and org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.nodeType.
Action [] org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.getActions | ( | boolean | context | ) |
Definition at line 63 of file CentralRepoCommonAttributeInstanceNode.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.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.getCorrelationAttributeInstance | ( | ) |
Definition at line 58 of file CentralRepoCommonAttributeInstanceNode.java.
References org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.crFile.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.createSheet().
String org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.getItemType | ( | ) |
Definition at line 82 of file CentralRepoCommonAttributeInstanceNode.java.
boolean org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.isLeafTypeNode | ( | ) |
Definition at line 77 of file CentralRepoCommonAttributeInstanceNode.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 48 of file CentralRepoCommonAttributeInstanceNode.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.getCorrelationAttributeInstance().
|
private |
Definition at line 49 of file CentralRepoCommonAttributeInstanceNode.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.createSheet().
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.