Package | Description |
---|---|
fr.gouv.vitam.common.database.builder.request.single |
Provides database builders for single query requests
|
fr.gouv.vitam.common.database.parser.request.single |
Provides database parsers for single query requests
|
fr.gouv.vitam.common.database.translators.mongodb |
Provides translators for MongoDB
|
fr.gouv.vitam.common.database.utils | |
fr.gouv.vitam.logbook.common.server |
Provides Common Server classes for the Logbook module
|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
Modifier and Type | Method and Description |
---|---|
Select |
Select.addOrderByAscFilter(String... variableNames) |
Select |
Select.addOrderByDescFilter(String... variableNames) |
Select |
Select.addOrderByFilter(com.fasterxml.jackson.databind.JsonNode filterContent) |
Select |
Select.addProjection(com.fasterxml.jackson.databind.JsonNode projectionContent) |
Select |
Select.addUnusedProjection(String... variableNames) |
Select |
Select.addUsedProjection(String... variableNames) |
Select |
Select.parseLimitFilter(String filter) |
Select |
Select.parseOrderByFilter(String filter) |
Select |
Select.parseProjection(String projection) |
Select |
Select.reset() |
Select |
Select.resetLimitFilter() |
Select |
Select.resetOrderByFilter() |
Select |
Select.resetUsedProjection() |
Select |
Select.setFilter(com.fasterxml.jackson.databind.JsonNode filterContent) |
Select |
Select.setLimitFilter(com.fasterxml.jackson.databind.JsonNode filterContent) |
Select |
Select.setLimitFilter(long offset,
long limit) |
Select |
Select.setProjection(com.fasterxml.jackson.databind.JsonNode projectionContent) |
Modifier and Type | Method and Description |
---|---|
Select |
SelectParserSingle.getRequest() |
Modifier and Type | Method and Description |
---|---|
Select |
SelectToMongodb.getSingleSelect() |
Constructor and Description |
---|
LifecyclesSpliterator(Select query,
Function<Select,RequestResponse<T>> repository,
int offset,
int limit) |
Constructor and Description |
---|
LifecyclesSpliterator(Select query,
Function<Select,RequestResponse<T>> repository,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup> |
LogbookDbAccess.getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection,
Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
com.mongodb.client.MongoCursor<LogbookLifeCycleUnit> |
LogbookDbAccess.getLogbookLifeCycleUnitsFull(LogbookCollections collection,
Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection,
Select select) |
com.mongodb.client.MongoCursor<LogbookLifeCycleUnit> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnitsFull(LogbookCollections collection,
Select select) |
Copyright © 2018 Vitam. All rights reserved.