| Modifier and Type | Method and Description |
|---|---|
RawData[] |
ServerInterface.findData(org.bson.Document query)
Search for data with a custom filter (don't forget to mention a label,
for example).
|
RawData<T>[] |
ServerInterface.findRawData(String label,
T subject,
long from,
long till) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInterface.addRawData(RawData<T> data)
Add raw data to the datastore and eventually trigger analysis.
|
Copyright © 2019. All rights reserved.