Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Comparable< ArtifactData >.
Public Member Functions | |
int | compareTo (ArtifactData otherArtifactData) |
BlackboardArtifact | getArtifact () |
long | getArtifactID () |
List< BlackboardAttribute > | getAttributes () |
Content | getContent () |
long | getObjectID () |
List< String > | getRow () |
HashSet< String > | getTags () |
Private Member Functions | |
List< String > | getOrderedRowDataAsStrings () throws TskCoreException |
Private Attributes | |
BlackboardArtifact | artifact |
List< BlackboardAttribute > | attributes |
Content | content |
List< String > | rowData = null |
HashSet< String > | tags |
Container class that holds data about an Artifact to eliminate duplicate calls to the Sleuthkit database.
Definition at line 957 of file TableReportGenerator.java.
int org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.compareTo | ( | ArtifactData | otherArtifactData | ) |
Compares ArtifactData objects by the first attribute they have in common in their List<BlackboardAttribute>. Should only be used on two artifacts of the same type
If all attributes are the same, they are assumed duplicates and are compared by their artifact id. Should only be used with attributes of the same type.
Definition at line 1013 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getArtifactID(), and org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getRow().
BlackboardArtifact org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getArtifact | ( | ) |
Definition at line 976 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.artifact.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.StatusColumn.getCellData(), and org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getOrderedRowDataAsStrings().
long org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getArtifactID | ( | ) |
Definition at line 988 of file TableReportGenerator.java.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.compareTo().
List<BlackboardAttribute> org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getAttributes | ( | ) |
Definition at line 980 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.attributes.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.AttributeColumn.getCellData().
Content org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getContent | ( | ) |
Definition at line 999 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.content.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.AttributeColumn.getCellData(), and org.sleuthkit.autopsy.report.TableReportGenerator.SourceFileColumn.getCellData().
long org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getObjectID | ( | ) |
Definition at line 992 of file TableReportGenerator.java.
|
private |
Get a list of Strings with all the row values for the Artifact in the correct order to be written to the report.
TskCoreException |
Definition at line 1068 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getArtifact(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getContentTagsByContent(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getNotableTagLabel(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getTags(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getRow().
List<String> org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getRow | ( | ) |
Get the values for each row in the table report.
the value types of custom artifacts
Definition at line 1032 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getOrderedRowDataAsStrings(), and org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.rowData.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.compareTo().
HashSet<String> org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getTags | ( | ) |
Definition at line 984 of file TableReportGenerator.java.
References org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.tags.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.TaggedResultsColumn.getCellData(), and org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getOrderedRowDataAsStrings().
|
private |
Definition at line 959 of file TableReportGenerator.java.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getArtifact().
|
private |
Definition at line 960 of file TableReportGenerator.java.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getAttributes().
|
private |
Definition at line 963 of file TableReportGenerator.java.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getContent().
|
private |
Definition at line 962 of file TableReportGenerator.java.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getRow().
|
private |
Definition at line 961 of file TableReportGenerator.java.
Referenced by org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getTags().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.