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 | 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.
|
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.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 141 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 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 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-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.