Autopsy
4.12.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 299 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 307 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 362 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 369 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 375 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 381 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 344 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.centralrepository.optionspanel.GlobalSettingsPanel.GlobalSettingsPanel(), 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.HashsetHits.HashsetNameFactory.removeNotify(), org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.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(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.ViewPreferencesPanel(), and org.sleuthkit.autopsy.datamodel.VolumeNode.VolumeNode().
org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_ADDED |
A new data source or series of data sources have 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 316 of file Case.java.
Referenced by org.sleuthkit.autopsy.datamodel.AutopsyTreeChildFactory.addNotify(), org.sleuthkit.autopsy.casemodule.events.DataSourceAddedEvent.DataSourceAddedEvent(), org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.FileTypesByExtObservable(), org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.onAdd(), org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.onRemove(), org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.SearchSettingsChangeListener.propertyChange(), org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange(), org.sleuthkit.autopsy.datamodel.AutopsyTreeChildFactory.removeNotify(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_DELETED |
org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_NAME_CHANGED |
A data source's name has changed. The new value of the property change event is the new name.
Definition at line 327 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.DataSourceNameChangedEvent.DataSourceNameChangedEvent().
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 350 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 356 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.deleteReports().
org.sleuthkit.autopsy.casemodule.Case.Events.TAG_DEFINITION_CHANGED |
A tag definition has changed (e.g., description, known status). The old value of the PropertyChangeEvent is the display name of the tag definition that has changed.
Definition at line 394 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.notifyTagDefinitionChanged().
org.sleuthkit.autopsy.casemodule.Case.Events.TIMELINE_EVENT_ADDED |
An timeline event, such mac time or web activity was added to the current case. The old value is null and the new value is the TimelineEvent that was added.
Definition at line 400 of file Case.java.
Referenced by org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.TimelineEventAddedEvent().
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.