Autopsy
4.19.3
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 (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 |
DataModel for a child of the ByFileNode. Represents a file(chunk) and its associated accounts.
Definition at line 1247 of file Accounts.java.
|
private |
Definition at line 1297 of file Accounts.java.
boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals | ( | Object | obj | ) |
Definition at line 1261 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 1330 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 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
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 | ( | ) |
Get the object ID of the file.
Definition at line 1311 of file Accounts.java.
Referenced by 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 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.
|
private |
Definition at line 1292 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 1295 of file Accounts.java.
|
private |
Definition at line 1293 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1291 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1290 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1294 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Mar 26 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.