Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent Class Reference

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<>()
 

Detailed Description

Event to signal the completion of a search being performed.

Definition at line 238 of file DiscoveryEventUtils.java.

Constructor & Destructor Documentation

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.

Parameters
artifactTypeThe type of results in the list.
listOfArtifactsThe list of results retrieved.
shouldGrabFocusTrue 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().

Member Function Documentation

BlackboardArtifact.ARTIFACT_TYPE org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.getArtifactType ( )

Get the type of BlackboardArtifact type of which exist in the list.

Returns
The 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.

Returns
The list of results retrieved.

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.

Returns
True if the list of artifacts should have focus, false otherwise.

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().

Member Data Documentation

final BlackboardArtifact.ARTIFACT_TYPE org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.artifactType
private
final boolean org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.grabFocus
private
final List<BlackboardArtifact> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.ArtifactSearchResultEvent.listOfArtifacts = new ArrayList<>()
private

Definition at line 240 of file DiscoveryEventUtils.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.