Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
ArtifactSearchResultEvent (BlackboardArtifact.ARTIFACT_TYPE artifactType, List< BlackboardArtifact > listOfArtifacts) | |
BlackboardArtifact.ARTIFACT_TYPE | getArtifactType () |
List< BlackboardArtifact > | getListOfArtifacts () |
Private Attributes | |
final BlackboardArtifact.ARTIFACT_TYPE | artifactType |
final List< BlackboardArtifact > | listOfArtifacts = new ArrayList<>() |
Event to signal the completion of a search being performed.
Definition at line 235 of file DiscoveryEventUtils.java.
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.ArtifactSearchResultEvent | ( | BlackboardArtifact.ARTIFACT_TYPE | artifactType, |
List< BlackboardArtifact > | listOfArtifacts | ||
) |
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. |
Definition at line 247 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.artifactType.
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 268 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 259 of file DiscoveryEventUtils.java.
|
private |
|
private |
Definition at line 237 of file DiscoveryEventUtils.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.