Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits PropertyChangeListener.
Public Member Functions | |
void | propertyChange (PropertyChangeEvent evt) |
Private Member Functions | |
boolean | shouldUpdateFilters (int attributeTypeId, ModuleDataEvent eventData, Set< BlackboardAttribute > filterSetToCheck) throws TskCoreException |
PropertyChangeListener to listen to ingest module events that may modify the filters available.
Definition at line 715 of file DiscoveryDialog.java.
void org.sleuthkit.autopsy.discovery.ui.DiscoveryDialog.ModuleChangeListener.propertyChange | ( | PropertyChangeEvent | evt | ) |
Checking for a current case is a stop gap measure until a different way of handling the closing of cases is worked out. Currently, remote events may be received for a case that is already closed.
Even with the check above, it is still possible that the case will be closed in a different thread before this code executes. If that happens, it is possible for the event to have a null oldValue.
Definition at line 719 of file DiscoveryDialog.java.
References org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.DATA_ADDED, org.sleuthkit.autopsy.ingest.ModuleDataEvent.getArtifacts(), org.sleuthkit.autopsy.ingest.ModuleDataEvent.getBlackboardArtifactType(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.discovery.ui.DiscoveryDialog.ModuleChangeListener.shouldUpdateFilters().
|
private |
Helper method to determine if the artifact in the eventData represents a new value for the filter.
attributeTypeId | The attribute id of the attribute which contains the value for the filter. |
eventData | The event which contains the artifacts. |
filterSetToCheck | The set of current values for the relevant filter. |
TskCoreException | Thrown because the attributes were unable to be retrieved for one of the artifacts in the eventData. |
Definition at line 775 of file DiscoveryDialog.java.
Referenced by org.sleuthkit.autopsy.discovery.ui.DiscoveryDialog.ModuleChangeListener.propertyChange().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.