Autopsy
4.12.0
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 1096 of file Accounts.java.
|
private |
Definition at line 1145 of file Accounts.java.
boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals | ( | Object | obj | ) |
Definition at line 1110 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 1177 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 1186 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 1168 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 1158 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 1195 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 1099 of file Accounts.java.
|
private |
Definition at line 1141 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 1142 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1140 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1139 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
|
private |
Definition at line 1143 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.FileWithCCN.equals().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.