Autopsy  4.9.1
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 (long objID, String solrDocID, List< Long > artifactIDs, long hits, Set< BlackboardArtifact.ReviewStatus > statuses)
 

Private Attributes

final List< Long > artifactIDs
 
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 1094 of file Accounts.java.

Constructor & Destructor Documentation

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

Definition at line 1143 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 1175 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 1184 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 1166 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 1193 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 1097 of file Accounts.java.

Member Data Documentation

final List<Long> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.artifactIDs
private
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-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.