Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet Class Reference

Public Member Functions

 EamGlobalSet (int globalSetID, int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type, LocalDate importDate)
 
 EamGlobalSet (int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type, LocalDate importDate)
 
 EamGlobalSet (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
 

Detailed Description

A global set in the Central Repository database

Definition at line 27 of file EamGlobalSet.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.EamGlobalSet ( int  globalSetID,
int  orgID,
String  setName,
String  version,
TskData.FileKnown  knownStatus,
boolean  isReadOnly,
CorrelationAttributeInstance.Type  type,
LocalDate  importDate 
)
org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.EamGlobalSet ( int  orgID,
String  setName,
String  version,
TskData.FileKnown  knownStatus,
boolean  isReadOnly,
CorrelationAttributeInstance.Type  type,
LocalDate  importDate 
)
org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.EamGlobalSet ( 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.

Parameters
orgID
setName
version
knownStatus
isReadOnly
type

Definition at line 80 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.isReadOnly(), org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.orgID, org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setName, org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.type, and org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.version.

Member Function Documentation

TskData.FileKnown org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getFileKnownStatus ( )
Returns
the known status

Definition at line 163 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.fileKnownStatus.

int org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getGlobalSetID ( )
Returns
the globalSetID

Definition at line 93 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.globalSetID.

LocalDate org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getImportDate ( )
Returns
the importDate

Definition at line 195 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.importDate.

int org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getOrgID ( )
Returns
the orgID

Definition at line 107 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.orgID.

String org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getSetName ( )
Returns
the setName

Definition at line 121 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setName.

CorrelationAttributeInstance.Type org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getType ( )

Get the type of reference set

Returns
the type (files, phone numbers, etc)

Definition at line 179 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.type.

String org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.getVersion ( )
Returns
the version

Definition at line 135 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.version.

boolean org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.isReadOnly ( )
void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setFileKnownStatus ( TskData.FileKnown  fileKnownStatus)
Parameters
fileKnownStatusthe known status to set

Definition at line 170 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.fileKnownStatus.

void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setGlobalSetID ( int  globalSetID)
Parameters
globalSetIDthe globalSetID to set

Definition at line 100 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.globalSetID.

void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setImportDate ( LocalDate  importDate)
Parameters
importDatethe importDate to set

Definition at line 202 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.importDate.

void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setOrgID ( int  orgID)
Parameters
orgIDthe orgID to set

Definition at line 114 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.orgID.

void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setReadOnly ( boolean  isReadOnly)
Parameters
isReadOnly

Definition at line 156 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.isReadOnly().

void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setSetName ( String  setName)
Parameters
setNamethe setName to set

Definition at line 128 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setName.

void org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setVersion ( String  version)
Parameters
versionthe version to set

Definition at line 142 of file EamGlobalSet.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.version.

Member Data Documentation

TskData.FileKnown org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.fileKnownStatus
private
int org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.globalSetID
private
LocalDate org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.importDate
private
boolean org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.isReadOnly
private

Definition at line 34 of file EamGlobalSet.java.

int org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.orgID
private
String org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.setName
private
CorrelationAttributeInstance.Type org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.type
private
String org.sleuthkit.autopsy.centralrepository.datamodel.EamGlobalSet.version
private

The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.