Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
ArtifactSearchResultEvent (BlackboardArtifact.ARTIFACT_TYPE artifactType, List< BlackboardArtifact > listOfArtifacts, boolean shouldGrabFocus) | |
BlackboardArtifact.ARTIFACT_TYPE | getArtifactType () |
List< BlackboardArtifact > | getListOfArtifacts () |
boolean | shouldGrabFocus () |
Private Attributes | |
final BlackboardArtifact.ARTIFACT_TYPE | artifactType |
final boolean | grabFocus |
final List< BlackboardArtifact > | listOfArtifacts = new ArrayList<>() |
Event to signal the completion of a search being performed.
Definition at line 238 of file DiscoveryEventUtils.java.
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.ArtifactSearchResultEvent | ( | BlackboardArtifact.ARTIFACT_TYPE | artifactType, |
List< BlackboardArtifact > | listOfArtifacts, | ||
boolean | shouldGrabFocus | ||
) |
Construct a new ArtifactSearchResultEvent with a list of specified results and an artifact type.
artifactType | The type of results in the list. |
listOfArtifacts | The list of results retrieved. |
shouldGrabFocus | True if the list of artifacts should have focus, false otherwise. |
Definition at line 253 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.artifactType, and org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.shouldGrabFocus().
BlackboardArtifact.ARTIFACT_TYPE org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.getArtifactType | ( | ) |
Get the type of BlackboardArtifact type of which exist in the list.
Definition at line 275 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.artifactType.
List<BlackboardArtifact> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.getListOfArtifacts | ( | ) |
Get the list of results included in the event.
Definition at line 266 of file DiscoveryEventUtils.java.
boolean org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.shouldGrabFocus | ( | ) |
Get whether or not the artifacts list should grab focus.
Definition at line 285 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.grabFocus.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.ArtifactSearchResultEvent().
|
private |
|
private |
Definition at line 242 of file DiscoveryEventUtils.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.shouldGrabFocus().
|
private |
Definition at line 240 of file DiscoveryEventUtils.java.
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.