public class Archiver
extends java.lang.Object
| Constructor and Description |
|---|
Archiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
getNotYetAnalysedRecords()
Executes a special query for retrieving the most recent records in the database, which have not been analysed by an operator yet.
|
void |
searchRecords()
Executes a query for searching records in the database, by parsing the filters that are provided as parameters.
|
void |
storeRecord()
Executes a query for inserting a new record from the memory to the database.
|
public void storeRecord()
public void searchRecords()
public void getNotYetAnalysedRecords()