Autopsy  4.19.1
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.Persona.PersonaQueryCallback Class Reference

Inherits org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryDbQueryCallback.

Public Member Functions

void process (ResultSet rs) throws SQLException
 

Private Attributes

final Collection< PersonapersonaList = new ArrayList<>()
 

Detailed Description

Callback to process a Persona query from the persona table.

Definition at line 357 of file Persona.java.

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.datamodel.Persona.PersonaQueryCallback.process ( ResultSet  rs) throws SQLException

Member Data Documentation

final Collection<Persona> org.sleuthkit.autopsy.centralrepository.datamodel.Persona.PersonaQueryCallback.personaList = new ArrayList<>()
private

Definition at line 359 of file Persona.java.


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

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.