Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
DataModel for a child of the ByFileNode. Represents a file(chunk) and its associated accounts.
Definition at line 1261 of file Accounts.java.
|
private |
Definition at line 1310 of file Accounts.java.
boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals | ( | Object | obj | ) |
Definition at line 1275 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.artifactIDs, org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.hits, org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.keywordSearchDocID, org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.objID, and org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.statuses.
List<Long> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getArtifactIDs | ( | ) |
Get the artifact ids of the account artifacts from this file.
Definition at line 1342 of file Accounts.java.
long org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getHits | ( | ) |
Get the number of account artifacts from this file.
Definition at line 1351 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
Definition at line 1333 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNNode.FileWithCCNNode().
long org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getObjID | ( | ) |
Get the object ID of the file.
Definition at line 1323 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNFactory.createNodesForKey(), org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNNode.FileWithCCNNode(), and org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNNode.getActions().
Set<BlackboardArtifact.ReviewStatus> org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.getStatuses | ( | ) |
Get the status(s) of the account artifacts from this file.
Definition at line 1360 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 1264 of file Accounts.java.
|
private |
Definition at line 1306 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCNFactory.createNodesForKey(), and org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1307 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1305 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1304 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1308 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.