Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.
Public Member Functions | |
CommentChangedEvent (long contentId, String newComment) throws NoCurrentCaseException | |
long | getContentID () |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
final String | caseName |
final long | contentID |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Event published when a central repsoitory comment is changed
Definition at line 29 of file CommentChangedEvent.java.
org.sleuthkit.autopsy.casemodule.events.CommentChangedEvent.CommentChangedEvent | ( | long | contentId, |
String | newComment | ||
) | throws NoCurrentCaseException |
Constructs a CommentChangedEvent which is published when a central repository comment is changed.
contentId | the objectId of the Content which has had its central repository comment changed |
newComment | the new value of the comment |
org.sleuthkit.autopsy.casemodule.NoCurrentCaseException | if there is no current case open when this event is sent |
Definition at line 44 of file CommentChangedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CR_COMMENT_CHANGED, org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getName().
long org.sleuthkit.autopsy.casemodule.events.CommentChangedEvent.getContentID | ( | ) |
Get the object id of the content which this event is associated with.
Definition at line 57 of file CommentChangedEvent.java.
References org.sleuthkit.autopsy.casemodule.events.CommentChangedEvent.contentID.
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
private |
Definition at line 34 of file CommentChangedEvent.java.
|
private |
Definition at line 33 of file CommentChangedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.CommentChangedEvent.getContentID().
|
staticprivate |
Definition at line 31 of file CommentChangedEvent.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.