Package | Description |
---|---|
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
|
fr.gouv.vitam.logbook.lifecycles.api |
Provides API classes for the Logbook Lifecycles module
|
fr.gouv.vitam.logbook.lifecycles.core |
Provides core implementation for the Logbook Lifecycles module.
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookDbAccess.bulk(LogbookCollections lifecycleUnit,
List<? extends LogbookLifeCycleModel> logbookLifeCycleModels) |
void |
LogbookDbAccess.deleteCollection(LogbookCollections collection)
Delete logbook collection
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycleObjectGroups(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
com.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup> |
LogbookDbAccess.getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection,
Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
LogbookLifeCycle |
LogbookDbAccess.getLogbookLifeCycleUnit(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection)
Get one Lifecycle
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycleUnits(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
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 |
---|---|
static LogbookCollections |
LogbookCollections.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogbookCollections[] |
LogbookCollections.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogbookElasticsearchAccess.addIndex(LogbookCollections collection,
Integer tenantId)
Add a type to an index
|
void |
LogbookMongoDbAccessImpl.bulk(LogbookCollections lifecycleUnit,
List<? extends LogbookLifeCycleModel> logbookLifeCycleModels) |
void |
LogbookMongoDbAccessImpl.createLogbookLifeCycleForUpdate(LogbookCollections inProccessCollection,
LogbookLifeCycle logbookLifeCycleInProd) |
void |
LogbookMongoDbAccessImpl.deleteCollection(LogbookCollections collection) |
boolean |
LogbookElasticsearchAccess.deleteIndex(LogbookCollections collection,
Integer tenantId)
Delete an index
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleObjectGroups(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
com.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection,
Select select) |
LogbookLifeCycle |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnit(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection) |
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnits(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
com.mongodb.client.MongoCursor<LogbookLifeCycleUnit> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnitsFull(LogbookCollections collection,
Select select) |
VitamElasticsearchRepository |
VitamRepositoryFactory.getVitamESRepository(LogbookCollections collection) |
VitamElasticsearchRepository |
VitamRepositoryProvider.getVitamESRepository(LogbookCollections collection)
Retrieve the es repository for the collection
|
VitamMongoRepository |
VitamRepositoryFactory.getVitamMongoRepository(LogbookCollections collection) |
VitamMongoRepository |
VitamRepositoryProvider.getVitamMongoRepository(LogbookCollections collection)
Retrieve the mongo repository for the collection
|
void |
LogbookElasticsearchAccess.refreshIndex(LogbookCollections collection,
Integer tenantId)
Refresh an index
|
void |
LogbookRepositoryService.saveBulk(LogbookCollections collection,
List<com.fasterxml.jackson.databind.JsonNode> logbookItems)
Save datas as bulk
|
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 | Method and Description |
---|---|
void |
LogbookLifeCycles.bulk(LogbookCollections collections,
String idOp,
List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
Bulk method
|
LogbookLifeCycle |
LogbookLifeCycles.getUnitById(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection)
Selects logbook life cycle by lifecycle ID (using a queryDsl)
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Selects object group life cycle entries
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
LogbookCollections collection)
Selects object group life cycle entries
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectUnit(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Select logbook LifeCycle entries
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCyclesImpl.bulk(LogbookCollections collections,
String idOp,
List<? extends LogbookLifeCycleModel> logbookLifeCycleModels) |
LogbookLifeCycle |
LogbookLifeCyclesImpl.getUnitById(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectUnit(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
Copyright © 2018 Vitam. All rights reserved.