Sleuth Kit Java Bindings (JNI)  4.12.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TaggingManager.BlackboardArtifactTagChange Class Reference

Public Member Functions

BlackboardArtifactTag getAddedTag ()
 
List< BlackboardArtifactTaggetRemovedTags ()
 

Detailed Description

Object to store the tag change from a call to addArtifactTag.

Definition at line 705 of file TaggingManager.java.

Member Function Documentation

BlackboardArtifactTag org.sleuthkit.datamodel.TaggingManager.BlackboardArtifactTagChange.getAddedTag ( )

Returns the newly created tag.

Returns
Add artifact tag.

Definition at line 726 of file TaggingManager.java.

Referenced by org.sleuthkit.datamodel.SleuthkitCase.addBlackboardArtifactTag().

List<BlackboardArtifactTag> org.sleuthkit.datamodel.TaggingManager.BlackboardArtifactTagChange.getRemovedTags ( )

Returns a list of the artifacts tags that were removed.

Returns

Definition at line 735 of file TaggingManager.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.