Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
An enumeration of the case events (property change events) a case may publish (fire).
org.sleuthkit.autopsy.casemodule.Case.Events.ADDING_DATA_SOURCE |
An attempt to add a new data source to the current case is being made. The old and new values of the PropertyChangeEvent are null. Cast the PropertyChangeEvent to org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent to access additional event data.
Definition at line 284 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.AddingDataSourceEvent(), and org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange().
org.sleuthkit.autopsy.casemodule.Case.Events.ADDING_DATA_SOURCE_FAILED |
A failure to add a new data source to the current case has occurred. The old and new values of the PropertyChangeEvent are null. Cast the PropertyChangeEvent to org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent to access additional event data.
Definition at line 292 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent.AddingDataSourceFailedEvent(), and org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange().
org.sleuthkit.autopsy.casemodule.Case.Events.BLACKBOARD_ARTIFACT_TAG_ADDED |
An artifact associated with the current case has been tagged. The old value of the PropertyChangeEvent is null, the new value is the tag (type: BlackBoardArtifactTag).
Definition at line 341 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.BlackboardTagTask.run().
org.sleuthkit.autopsy.casemodule.Case.Events.BLACKBOARD_ARTIFACT_TAG_DELETED |
A tag has been removed from an artifact associated with the current case. The old value of the PropertyChangeEvent is the tag info (type: BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo), the new value is null.
Definition at line 348 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.BlackBoardArtifactTagDeletedEvent().
org.sleuthkit.autopsy.casemodule.Case.Events.CASE_DETAILS |
org.sleuthkit.autopsy.casemodule.Case.Events.CONTENT_TAG_ADDED |
Content associated with the current case has been tagged. The old value of the PropertyChangeEvent is null, the new value is the tag (type: ContentTag).
Definition at line 354 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.ContentTagAddedEvent.ContentTagAddedEvent(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.ContentTagTask.run().
org.sleuthkit.autopsy.casemodule.Case.Events.CONTENT_TAG_DELETED |
A tag has been removed from content associated with the current case. The old value of the PropertyChangeEvent is is the tag info (type: ContentTagDeletedEvent.DeletedContentTagInfo), the new value is null.
Definition at line 360 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.ContentTagDeletedEvent.ContentTagDeletedEvent().
org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE |
The current case has changed.
If a new case has been opened as the current case, the old value of the PropertyChangeEvent is null, and the new value is the new case (type: Case).
If the current case has been closed, the old value of the PropertyChangeEvent is the closed case (type: Case), and the new value is null. IMPORTANT: Subscribers to this event should not call isCaseOpen or getCurrentCase in the interval between a case closed event and a case opened event. If there is any need for upon closing interaction with a closed case, the case in the old value should be used, and it should be done synchronously in the CURRENT_CASE event handler.
Definition at line 323 of file Case.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.addNotify(), org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetNameFactory.addNotify(), org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.addNotify(), org.sleuthkit.autopsy.datamodel.EmailExtracted.AccountFactory.addNotify(), org.sleuthkit.autopsy.communications.VisualizationPanel.addNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.addNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.DefaultAccountFactory.addNotify(), org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.addNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.ViewModeFactory.addNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNFactory.addNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINFactory.addNotify(), org.sleuthkit.autopsy.casemodule.Case.closeCurrentCase(), org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.FileTypesByExtObservable(), org.sleuthkit.autopsy.datamodel.ImageNode.ImageNode(), org.sleuthkit.autopsy.casemodule.Case.openAsCurrentCase(), org.sleuthkit.autopsy.communications.OpenCommVisualizationToolAction.OpenCommVisualizationToolAction(), org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.SearchSettingsChangeListener.propertyChange(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange(), org.sleuthkit.autopsy.datamodel.VolumeNode.removeListeners(), org.sleuthkit.autopsy.datamodel.ImageNode.removeListeners(), org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetNameFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.EmailExtracted.AccountFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.DefaultAccountFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.KeywordHits.ListFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.ViewModeFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINFactory.removeNotify(), org.sleuthkit.autopsy.report.ReportWizardAction.ReportWizardAction(), org.sleuthkit.autopsy.ingest.IngestManager.subscribeToCaseEvents(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents(), and org.sleuthkit.autopsy.datamodel.VolumeNode.VolumeNode().
org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_ADDED |
A new data source has been added to the current case. The old value of the PropertyChangeEvent is null, the new value is the newly-added data source (type: Content). Cast the PropertyChangeEvent to org.sleuthkit.autopsy.casemodule.events.DataSourceAddedEvent to access additional event data.
Definition at line 300 of file Case.java.
Referenced by org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.addNotify(), org.sleuthkit.autopsy.casemodule.events.DataSourceAddedEvent.DataSourceAddedEvent(), org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.FileTypesByExtObservable(), org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.SearchSettingsChangeListener.propertyChange(), org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange(), org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.removeNotify(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_DELETED |
org.sleuthkit.autopsy.casemodule.Case.Events.EXAMINER |
The examiner associated with the current case has changed. The old value of the PropertyChangeEvent is the old examiner (type: String), the new value is the new examiner (type: String).
org.sleuthkit.autopsy.casemodule.Case.Events.NAME |
The name of the current case has changed. The old value of the PropertyChangeEvent is the old case name (type: String), the new value is the new case name (type: String).
org.sleuthkit.autopsy.casemodule.Case.Events.NUMBER |
The number of the current case has changed. The old value of the PropertyChangeEvent is the old case number (type: String), the new value is the new case number (type: String).
org.sleuthkit.autopsy.casemodule.Case.Events.REPORT_ADDED |
A report has been added to the current case. The old value of the PropertyChangeEvent is null, the new value is the report (type: Report).
Definition at line 329 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.ReportAddedEvent.ReportAddedEvent().
org.sleuthkit.autopsy.casemodule.Case.Events.REPORT_DELETED |
A report has been deleted from the current case. The old value of the PropertyChangeEvent is the report (type: Report), the new value is null.
Definition at line 335 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.deleteReports().
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.