Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.Report Class Reference

Public Member Functions

long getCreatedTime ()
 
long getId ()
 
String getPath ()
 
String getReportName ()
 
String getSourceModuleName ()
 

Private Attributes

final long createdTime
 
long id = ID_NOT_SET
 
final String path
 
final String reportName
 
final String sourceModuleName
 

Detailed Description

This is a data transfer object (DTO) class that models reports.

Definition at line 24 of file Report.java.

Member Function Documentation

long org.sleuthkit.datamodel.Report.getCreatedTime ( )

Get the creation date of the report.

Returns
Number of seconds since Jan 1, 1970.

Definition at line 71 of file Report.java.

References org.sleuthkit.datamodel.Report.createdTime.

long org.sleuthkit.datamodel.Report.getId ( )

Get the primary key of the associated row in the case database. Only needed by code updating the reports table.

Returns
The primary key value.

Definition at line 55 of file Report.java.

References org.sleuthkit.datamodel.Report.id.

String org.sleuthkit.datamodel.Report.getPath ( )

Get the absolute local path to the report.

Definition at line 62 of file Report.java.

References org.sleuthkit.datamodel.Report.path.

String org.sleuthkit.datamodel.Report.getReportName ( )

Get the report name, if any.

Returns
The name of the report, possibly empty.

Definition at line 90 of file Report.java.

References org.sleuthkit.datamodel.Report.reportName.

String org.sleuthkit.datamodel.Report.getSourceModuleName ( )

Get the name of the module (e.g., ingest module, reporting module) that generated the report.

Returns
The module name.

Definition at line 81 of file Report.java.

References org.sleuthkit.datamodel.Report.sourceModuleName.

Member Data Documentation

final long org.sleuthkit.datamodel.Report.createdTime
private

Definition at line 29 of file Report.java.

Referenced by org.sleuthkit.datamodel.Report.getCreatedTime().

long org.sleuthkit.datamodel.Report.id = ID_NOT_SET
private

Definition at line 27 of file Report.java.

Referenced by org.sleuthkit.datamodel.Report.getId().

final String org.sleuthkit.datamodel.Report.path
private

Definition at line 28 of file Report.java.

Referenced by org.sleuthkit.datamodel.Report.getPath().

final String org.sleuthkit.datamodel.Report.reportName
private

Definition at line 31 of file Report.java.

Referenced by org.sleuthkit.datamodel.Report.getReportName().

final String org.sleuthkit.datamodel.Report.sourceModuleName
private

Definition at line 30 of file Report.java.

Referenced by org.sleuthkit.datamodel.Report.getSourceModuleName().


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

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.