|
Sleuth Kit Java Bindings (JNI)
4.13.0
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
| String | getDisplayName () |
| Integer | getID () |
| String | getName () |
Static Public Member Functions | |
| [static initializer] | |
| static ReviewStatus | withID (int id) |
Public Attributes | |
| APPROVED =(1, "APPROVED", "ReviewStatus.Approved") | |
| REJECTED =(2, "REJECTED", "ReviewStatus.Rejected") | |
| UNDECIDED =(3, "UNDECIDED", "ReviewStatus.Undecided") | |
Enum to represent the review status of an artifact.
Definition at line 2228 of file BlackboardArtifact.java.
|
static |
| String org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus.getDisplayName | ( | ) |
Gets the display name of this review status.
Definition at line 2293 of file BlackboardArtifact.java.
| Integer org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus.getID | ( | ) |
Gets the id of this review status.
Definition at line 2275 of file BlackboardArtifact.java.
| String org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus.getName | ( | ) |
Gets the name of this review status.
Definition at line 2284 of file BlackboardArtifact.java.
|
static |
Gets the review status value with the given id, if one exists.
| id | A review status id. |
Definition at line 2266 of file BlackboardArtifact.java.
Referenced by org.sleuthkit.datamodel.SleuthkitCase.getBlackboardArtifacts().
| org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus.APPROVED =(1, "APPROVED", "ReviewStatus.Approved") |
Definition at line 2230 of file BlackboardArtifact.java.
| org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus.REJECTED =(2, "REJECTED", "ReviewStatus.Rejected") |
Definition at line 2231 of file BlackboardArtifact.java.
Referenced by org.sleuthkit.datamodel.Blackboard.getArtifacts(), and org.sleuthkit.datamodel.SleuthkitCase.getBlackboardArtifacts().
| org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus.UNDECIDED =(3, "UNDECIDED", "ReviewStatus.Undecided") |
Definition at line 2232 of file BlackboardArtifact.java.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.BlackboardArtifact(), and org.sleuthkit.datamodel.Blackboard.newDataArtifact().
Copyright © 2011-2024 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.