| CreateIndexOperation |
Create index with IndexOptions on field
|
| DropIndexOperation |
Drop index on field
|
| ExportDatabaseOperation |
Export full database to JSON and stores result in body - see Nitrite docs for details about format
|
| GetAttributesOperation |
Get attributes of collection
|
| GetByIdOperation |
Get Document by _id
|
| ImportDatabaseOperation |
Import full database from JSON in body
|
| InsertOperation |
Insert document to collection or object to ObjectRepository.
|
| ListIndicesOperation |
List indexes in collection and stores Collection<org.dizitart.no2.Index> in message body
|
| RebuildIndexOperation |
Rebuild existing index on field
|
| UpdateOperation |
Update document in collection or object in ObjectRepository.
|
| UpsertOperation |
Upsert (Insert or Update) document in collection or object in ObjectRepository.
|