Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN Class Reference

Public Member Functions

boolean equals (Object obj)
 
List< Long > getArtifactIDs ()
 
long getHits ()
 
String getkeywordSearchDocID ()
 
long getObjID ()
 
Set< BlackboardArtifact.ReviewStatus > getStatuses ()
 
int hashCode ()
 

Private Member Functions

 FileWithCCN (AbstractFile file, long objID, String solrDocID, List< Long > artifactIDs, long hits, Set< BlackboardArtifact.ReviewStatus > statuses)
 

Private Attributes

final List< Long > artifactIDs
 
final AbstractFile file
 
final long hits
 
final String keywordSearchDocID
 
final long objID
 
final Set< BlackboardArtifact.ReviewStatus > statuses
 

Detailed Description

DataModel for a child of the ByFileNode. Represents a file(chunk) and its associated accounts.

Definition at line 1247 of file Accounts.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.FileWithCCN ( AbstractFile  file,
long  objID,
String  solrDocID,
List< Long >  artifactIDs,
long  hits,
Set< BlackboardArtifact.ReviewStatus >  statuses 
)
private

Definition at line 1297 of file Accounts.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals ( Object  obj)
List<Long> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getArtifactIDs ( )

Get the artifact ids of the account artifacts from this file.

Returns
the artifact ids of the account artifacts from this file.

Definition at line 1330 of file Accounts.java.

long org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getHits ( )

Get the number of account artifacts from this file.

Returns
the number of account artifacts from this file.

Definition at line 1339 of file Accounts.java.

Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNNode.createSheet().

String org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getkeywordSearchDocID ( )

Get the keyword search docuement id. This is used for unnalocated files to limit results to one chunk/page

Returns
the keyword search document id.

Definition at line 1321 of file Accounts.java.

Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNNode.FileWithCCNNode().

long org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getObjID ( )
Set<BlackboardArtifact.ReviewStatus> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getStatuses ( )

Get the status(s) of the account artifacts from this file.

Returns
the status(s) of the account artifacts from this file.

Definition at line 1348 of file Accounts.java.

Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNNode.createSheet().

int org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.hashCode ( )

Definition at line 1250 of file Accounts.java.

Member Data Documentation

final List<Long> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.artifactIDs
private
final AbstractFile org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.file
private

Definition at line 1295 of file Accounts.java.

final long org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.hits
private
final String org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.keywordSearchDocID
private
final long org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.objID
private
final Set<BlackboardArtifact.ReviewStatus> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.statuses
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.