Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
void | actionPerformed (ActionEvent event) |
void | addEditCentralRepoComment () |
Static Public Member Functions | |
static AddEditCentralRepoCommentAction | createAddEditCentralRepoCommentAction (AbstractFile file) |
static AddEditCentralRepoCommentAction | createAddEditCommentAction (CorrelationAttribute correlationAttribute) |
Private Member Functions | |
AddEditCentralRepoCommentAction (CorrelationAttribute correlationAttribute, String title) | |
AddEditCentralRepoCommentAction (AbstractFile file, String title) | |
Private Attributes | |
boolean | addToDatabase |
CorrelationAttribute | correlationAttribute |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AddEditCentralRepoCommentAction.class.getName()) |
An AbstractAction to manage adding and modifying a Central Repository file instance comment.
Definition at line 38 of file AddEditCentralRepoCommentAction.java.
|
private |
Private constructor to create an instance given a CorrelationAttribute.
correlationAttribute | The correlation attribute to modify. |
title | The text for the menu item. |
Definition at line 52 of file AddEditCentralRepoCommentAction.java.
References org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.correlationAttribute.
Referenced by org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.createAddEditCentralRepoCommentAction(), and org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.createAddEditCommentAction().
|
private |
Private constructor to create an instance given an AbstractFile.
file | The file from which a correlation attribute to modify is derived. |
title | The text for the menu item. |
Definition at line 65 of file AddEditCentralRepoCommentAction.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.getCorrelationAttributeFromContent(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.makeCorrelationAttributeFromContent().
void org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.actionPerformed | ( | ActionEvent | event | ) |
Definition at line 77 of file AddEditCentralRepoCommentAction.java.
References org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.addEditCentralRepoComment().
void org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.addEditCentralRepoComment | ( | ) |
Create a Add/Edit dialog for the correlation attribute file instance comment. The comment will be updated in the database if the file instance exists there, or a new file instance will be added to the database with the comment attached otherwise.
Definition at line 87 of file AddEditCentralRepoCommentAction.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.addArtifact(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.updateAttributeInstanceComment().
Referenced by org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.actionPerformed(), and org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.customizeComponents().
|
static |
Create an instance labeled "Add/Edit Central Repository Comment" given an AbstractFile. This is intended for the result view.
file | The file from which a correlation attribute to modify is derived. |
EamDbException | |
NoCurrentCaseException | |
TskCoreException |
Definition at line 122 of file AddEditCentralRepoCommentAction.java.
References org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.AddEditCentralRepoCommentAction().
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getActions(), and org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< SpecialDirectory >.getActions().
|
static |
Create an instance labeled "Add/Edit Comment" given a CorrelationAttribute. This is intended for the content view.
correlationAttribute | The correlation attribute to modify. |
Definition at line 137 of file AddEditCentralRepoCommentAction.java.
References org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.AddEditCentralRepoCommentAction().
Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.customizeComponents().
|
private |
Definition at line 42 of file AddEditCentralRepoCommentAction.java.
|
private |
Definition at line 43 of file AddEditCentralRepoCommentAction.java.
Referenced by org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.AddEditCentralRepoCommentAction().
|
staticprivate |
Definition at line 40 of file AddEditCentralRepoCommentAction.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.