Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.FileNode.
Public Member Functions | |
CaseDBCommonAttributeInstanceNode (AbstractFile fsContent, String caseName, String dataSource, String value, AbstractCommonAttributeInstance.NODE_TYPE nodeType) | |
Action[] | getActions (boolean context) |
String | getCase () |
String | getDataSource () |
boolean | getDirectoryBrowseMode () |
String | getItemType () |
boolean | isLeafTypeNode () |
Static Public Attributes | |
static final String | HIDE_PARENT |
Protected Member Functions | |
Sheet | createSheet () |
Private Attributes | |
final String | caseName |
final String | dataSource |
final AbstractCommonAttributeInstance.NODE_TYPE | nodeType |
final String | value |
Node that wraps CaseDBCommonAttributeInstance to represent a file instance stored in the CaseDB.
Definition at line 36 of file CaseDBCommonAttributeInstanceNode.java.
org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.CaseDBCommonAttributeInstanceNode | ( | AbstractFile | fsContent, |
String | caseName, | ||
String | dataSource, | ||
String | value, | ||
AbstractCommonAttributeInstance.NODE_TYPE | nodeType | ||
) |
Create a node which can be used in a multilayer tree table and is based on an AbstractFile
.
fsContent | the file which is being represented by this node |
caseName | the name of the case |
dataSource | the datasource which contains the file |
value | the value that the correlation attribute was matched on |
nodeType | the type of node to display columns for |
Definition at line 54 of file CaseDBCommonAttributeInstanceNode.java.
References org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.caseName, org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.dataSource, org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.nodeType, and org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.value.
|
protected |
Definition at line 82 of file CaseDBCommonAttributeInstanceNode.java.
References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.NODE_TYPE.CASE_NODE, org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.caseName, org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.NODE_TYPE.COUNT_NODE, org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.getDataSource(), org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.nodeType, and org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.value.
|
inherited |
Gets the set of actions that are associated with this node. This set is used to construct the context menu for the node.
context | Whether to find actions for context meaning or for the node itself. |
Definition at line 155 of file FileNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.datamodel.FileTypeExtensions.getArchiveExtensions(), org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< AbstractFile >.getDirectoryBrowseMode(), org.sleuthkit.autopsy.directorytree.ExternalViewerShortcutAction.getInstance(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance(), and org.sleuthkit.autopsy.directorytree.ExportCSVAction.getInstance().
String org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.getCase | ( | ) |
Definition at line 73 of file CaseDBCommonAttributeInstanceNode.java.
References org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.caseName.
String org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.getDataSource | ( | ) |
Definition at line 77 of file CaseDBCommonAttributeInstanceNode.java.
References org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.dataSource.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.createSheet().
|
inherited |
Definition at line 55 of file AbstractFsContentNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >::directoryBrowseMode.
Referenced by org.sleuthkit.autopsy.datamodel.SlackFileNode::getActions(), org.sleuthkit.autopsy.datamodel.DirectoryNode::getActions(), and org.sleuthkit.autopsy.datamodel.FileNode::getActions().
|
inherited |
Gets the item type string of the node, suitable for use as a key.
Definition at line 243 of file FileNode.java.
boolean org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.isLeafTypeNode | ( | ) |
Definition at line 63 of file CaseDBCommonAttributeInstanceNode.java.
|
private |
Definition at line 38 of file CaseDBCommonAttributeInstanceNode.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.CaseDBCommonAttributeInstanceNode(), org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.createSheet(), and org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstanceNode.getCase().
|
private |
|
staticinherited |
Definition at line 34 of file AbstractFsContentNode.java.
|
private |
|
private |
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.