Package | Description |
---|---|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
fr.gouv.vitam.logbook.common.server.exception |
Provides Server Exception classes for the Logbook module
|
Modifier and Type | Method and Description |
---|---|
LogbookElasticsearchAccess |
LogbookElasticsearchAccessFactory.create(LogbookConfiguration configuration)
Creation of one ElasticsearchAccess
|
org.elasticsearch.action.search.SearchResponse |
LogbookElasticsearchAccess.search(LogbookCollections collection,
Integer tenantId,
org.elasticsearch.index.query.QueryBuilder query,
org.elasticsearch.index.query.QueryBuilder filter,
List<org.elasticsearch.search.sort.SortBuilder> sorts,
int offset,
int limit)
Search entries in the ElasticSearch index.
|
Modifier and Type | Class and Description |
---|---|
class |
LogbookAlreadyExistsException
Exception is thrown when the object to be created already exists
|
class |
LogbookDatabaseException
Exception indicating an error with datadase
|
class |
LogbookExecutionException
Exception indicating an error while executing a request on database index.
|
class |
LogbookNotFoundException
Exception indicating a resource requested by a client was not found on the server.
|
Copyright © 2018 Vitam. All rights reserved.