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

Inherits Closeable.

Classes

class  BlackboardException
 

Public Member Functions

BlackboardArtifact.Type addArtifactType (String typeName, String displayName) throws BlackboardException
 
BlackboardAttribute.Type addAttributeType (String attrTypeString, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName) throws BlackboardException
 
void close () throws IOException
 
void indexArtifact (BlackboardArtifact artifact) throws BlackboardException
 

Detailed Description

Provides utility methods for blackboard artifact indexing.

Definition at line 35 of file Blackboard.java.

Member Function Documentation

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

Adds a new artifact type based upon the parameters given

Parameters
typeNameThe name of the new artifact type
displayNameThe name displayed for the new attribute type
Returns
A type object representing the artifact type added
Exceptions
org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException

Definition at line 67 of file Blackboard.java.

References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().

BlackboardAttribute.Type org.sleuthkit.autopsy.casemodule.services.Blackboard.addAttributeType ( String  attrTypeString,
BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE  valueType,
String  displayName 
) throws BlackboardException

Adds a new attribute type based upon the parameters given

Parameters
attrTypeStringThe type name of the attribute type
valueTypeThe type of any attribute of this type's value
displayNameThe name displayed for the new attribute type
Exceptions
org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException

Definition at line 84 of file Blackboard.java.

References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().

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

Definition at line 95 of file Blackboard.java.

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

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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.