Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.services.Blackboard Class Reference

Inherits Closeable.

Classes

class  BlackboardException
 

Public Member Functions

synchronized void close () throws IOException
 
synchronized BlackboardArtifact.Type getOrAddArtifactType (String typeName, String displayName) throws BlackboardException
 
synchronized BlackboardAttribute.Type getOrAddAttributeType (String typeName, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName) throws BlackboardException
 
synchronized void indexArtifact (BlackboardArtifact artifact) throws BlackboardException
 

Private Attributes

SleuthkitCase caseDb
 

Detailed Description

A representation of the blackboard, a place where artifacts and their attributes are posted.

NOTE: This API of this class is under development.

Definition at line 37 of file Blackboard.java.

Member Function Documentation

synchronized void org.sleuthkit.autopsy.casemodule.services.Blackboard.close ( ) throws IOException

Closes the blackboard.

Exceptions
IOExceptionIf there is a problem closing the blackboard.

Definition at line 138 of file Blackboard.java.

synchronized BlackboardArtifact.Type org.sleuthkit.autopsy.casemodule.services.Blackboard.getOrAddArtifactType ( String  typeName,
String  displayName 
) throws BlackboardException

Gets an artifact type, creating it if it does not already exist. Use this method to define custom artifact types.

Parameters
typeNameThe type name of the artifact type.
displayNameThe display name of the artifact type.
Returns
A type object representing the artifact type.
Exceptions
BlackboardExceptionIf there is a problem getting or adding the artifact type.

Definition at line 85 of file Blackboard.java.

synchronized BlackboardAttribute.Type org.sleuthkit.autopsy.casemodule.services.Blackboard.getOrAddAttributeType ( String  typeName,
BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE  valueType,
String  displayName 
) throws BlackboardException

Gets an attribute type, creating it if it does not already exist. Use this method to define custom attribute types.

Parameters
typeNameThe type name of the attribute type.
valueTypeThe value type of the attribute type.
displayNameThe display name of the attribute type.
Returns
A type object representing the attribute type.
Exceptions
BlackboardExceptionIf there is a problem getting or adding the attribute type.

Definition at line 115 of file Blackboard.java.

synchronized void org.sleuthkit.autopsy.casemodule.services.Blackboard.indexArtifact ( BlackboardArtifact  artifact) throws BlackboardException

Member Data Documentation

SleuthkitCase org.sleuthkit.autopsy.casemodule.services.Blackboard.caseDb
private

Definition at line 39 of file Blackboard.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.