Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CentralRepoFileSet (int globalSetID, int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type, LocalDate importDate) | |
CentralRepoFileSet (int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type, LocalDate importDate) | |
CentralRepoFileSet (int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type) | |
TskData.FileKnown | getFileKnownStatus () |
int | getGlobalSetID () |
LocalDate | getImportDate () |
int | getOrgID () |
String | getSetName () |
CorrelationAttributeInstance.Type | getType () |
String | getVersion () |
boolean | isReadOnly () |
void | setFileKnownStatus (TskData.FileKnown fileKnownStatus) |
void | setGlobalSetID (int globalSetID) |
void | setImportDate (LocalDate importDate) |
void | setOrgID (int orgID) |
void | setReadOnly (boolean isReadOnly) |
void | setSetName (String setName) |
void | setVersion (String version) |
Private Attributes | |
TskData.FileKnown | fileKnownStatus |
int | globalSetID |
LocalDate | importDate |
boolean | isReadOnly |
int | orgID |
String | setName |
CorrelationAttributeInstance.Type | type |
String | version |
A global set in the Central Repository database
Definition at line 27 of file CentralRepoFileSet.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet | ( | int | globalSetID, |
int | orgID, | ||
String | setName, | ||
String | version, | ||
TskData.FileKnown | knownStatus, | ||
boolean | isReadOnly, | ||
CorrelationAttributeInstance.Type | type, | ||
LocalDate | importDate | ||
) |
Definition at line 38 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.fileKnownStatus, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.globalSetID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.importDate, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.isReadOnly(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.orgID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setName, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.type, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.version.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet | ( | int | orgID, |
String | setName, | ||
String | version, | ||
TskData.FileKnown | knownStatus, | ||
boolean | isReadOnly, | ||
CorrelationAttributeInstance.Type | type, | ||
LocalDate | importDate | ||
) |
Definition at line 57 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.importDate, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.isReadOnly(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.orgID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setName, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.type, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.version.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet | ( | int | orgID, |
String | setName, | ||
String | version, | ||
TskData.FileKnown | knownStatus, | ||
boolean | isReadOnly, | ||
CorrelationAttributeInstance.Type | type | ||
) |
Create a new EamGlobalSet object. This is intended to be used when creating a new global set as the globalSetID will be unknown to start. importDate will be automatically set to the current time.
orgID | |
setName | |
version | |
knownStatus | |
isReadOnly | |
type |
Definition at line 80 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.isReadOnly(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.orgID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setName, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.type, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.version.
TskData.FileKnown org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getFileKnownStatus | ( | ) |
Definition at line 163 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.fileKnownStatus.
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getGlobalSetID | ( | ) |
Definition at line 93 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.globalSetID.
LocalDate org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getImportDate | ( | ) |
Definition at line 195 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.importDate.
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getOrgID | ( | ) |
Definition at line 107 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.orgID.
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getSetName | ( | ) |
Definition at line 121 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setName.
CorrelationAttributeInstance.Type org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getType | ( | ) |
Get the type of reference set
Definition at line 179 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.type.
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getVersion | ( | ) |
Definition at line 135 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.version.
boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.isReadOnly | ( | ) |
Definition at line 149 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setReadOnly().
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setFileKnownStatus | ( | TskData.FileKnown | fileKnownStatus | ) |
fileKnownStatus | the known status to set |
Definition at line 170 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.fileKnownStatus.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setGlobalSetID | ( | int | globalSetID | ) |
globalSetID | the globalSetID to set |
Definition at line 100 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.globalSetID.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setImportDate | ( | LocalDate | importDate | ) |
importDate | the importDate to set |
Definition at line 202 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.importDate.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setOrgID | ( | int | orgID | ) |
orgID | the orgID to set |
Definition at line 114 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.orgID.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setReadOnly | ( | boolean | isReadOnly | ) |
isReadOnly |
Definition at line 156 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.isReadOnly().
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setSetName | ( | String | setName | ) |
setName | the setName to set |
Definition at line 128 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setName.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setVersion | ( | String | version | ) |
version | the version to set |
Definition at line 142 of file CentralRepoFileSet.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.version.
|
private |
Definition at line 33 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getFileKnownStatus(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setFileKnownStatus().
|
private |
Definition at line 29 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getGlobalSetID(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setGlobalSetID().
|
private |
Definition at line 36 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getImportDate(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setImportDate().
|
private |
Definition at line 34 of file CentralRepoFileSet.java.
|
private |
Definition at line 30 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getOrgID(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setOrgID().
|
private |
Definition at line 31 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getSetName(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setSetName().
|
private |
Definition at line 35 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getType().
|
private |
Definition at line 32 of file CentralRepoFileSet.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.CentralRepoFileSet(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.getVersion(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileSet.setVersion().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.