Sleuth Kit Java Bindings (JNI)  4.11.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.Blackboard.ArtifactsPostedEvent Class Reference

Public Member Functions

Collection< BlackboardArtifactgetArtifacts ()
 
Collection< BlackboardArtifactgetArtifacts (BlackboardArtifact.Type artifactType)
 
Collection< BlackboardArtifact.Type > getArtifactTypes ()
 
Optional< Long > getIngestJobId ()
 
String getModuleName ()
 

Detailed Description

An event published by SleuthkitCase when one or more artifacts are posted. Posted artifacts should be complete (all attributes have been added) and ready for further analysis.

Definition at line 2326 of file Blackboard.java.

Member Function Documentation

Collection<BlackboardArtifact> org.sleuthkit.datamodel.Blackboard.ArtifactsPostedEvent.getArtifacts ( )

Gets the posted artifacts.

Returns
The artifacts (data artifacts and/or analysis results).

Definition at line 2367 of file Blackboard.java.

Collection<BlackboardArtifact> org.sleuthkit.datamodel.Blackboard.ArtifactsPostedEvent.getArtifacts ( BlackboardArtifact.Type  artifactType)

Gets the posted artifacts of a given type.

Parameters
artifactTypeThe artifact type.
Returns
The artifacts, if any.

Definition at line 2378 of file Blackboard.java.

Collection<BlackboardArtifact.Type> org.sleuthkit.datamodel.Blackboard.ArtifactsPostedEvent.getArtifactTypes ( )

Gets the types of artifacts that were posted.

Returns
The types.

Definition at line 2399 of file Blackboard.java.

Optional<Long> org.sleuthkit.datamodel.Blackboard.ArtifactsPostedEvent.getIngestJobId ( )

Gets the numeric identifier of the ingest job for which the artifacts were posted.

Returns
The ingest job ID, may be null.

Definition at line 2409 of file Blackboard.java.

String org.sleuthkit.datamodel.Blackboard.ArtifactsPostedEvent.getModuleName ( )

Gets the display name of the module that posted the artifacts.

Returns
The display name.

Definition at line 2390 of file Blackboard.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.