Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookCollections
-
Packages that use LogbookCollections Package Description fr.gouv.vitam.logbook.common.server Provides Common Server classes for the Logbook modulefr.gouv.vitam.logbook.common.server.config fr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classesfr.gouv.vitam.logbook.lifecycles.api Provides API classes for the Logbook Lifecycles modulefr.gouv.vitam.logbook.lifecycles.core Provides core implementation for the Logbook Lifecycles module. -
-
Uses of LogbookCollections in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server with parameters of type LogbookCollections Modifier and Type Method Description void
LogbookDbAccess. bulkInsert(java.lang.String idOp, LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
void
LogbookDbAccess. deleteCollectionForTesting(LogbookCollections collection)
Delete logbook collectioncom.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup>
LogbookDbAccess. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursorcom.mongodb.client.MongoCursor<LogbookLifeCycle<?>>
LogbookDbAccess. getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
Get a list of Logbook LifeCycles through Closeable MongoCursorcom.mongodb.client.MongoCursor<LogbookLifeCycleUnit>
LogbookDbAccess. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursorLogbookLifeCycle<?>
LogbookDbAccess. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
Get a list of Logbook LifeCycles through Closeable MongoCursorvoid
LogbookDbAccess. updateLogbookLifeCycleBulk(LogbookCollections collection, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
-
Uses of LogbookCollections in fr.gouv.vitam.logbook.common.server.config
Methods in fr.gouv.vitam.logbook.common.server.config with parameters of type LogbookCollections Modifier and Type Method Description ElasticsearchIndexAliasResolver
ElasticsearchLogbookIndexManager. getElasticsearchIndexAliasResolver(LogbookCollections collection)
ElasticsearchIndexSettings
ElasticsearchLogbookIndexManager. getElasticsearchIndexSettings(LogbookCollections collection, int tenantId)
-
Uses of LogbookCollections in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookCollections Modifier and Type Method Description static LogbookCollections
LogbookCollections. valueOf(java.lang.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.Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type LogbookCollections Modifier and Type Method Description void
LogbookMongoDbAccessImpl. bulkInsert(java.lang.String operationId, LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
void
LogbookMongoDbAccessImpl. deleteCollectionForTesting(LogbookCollections collection)
void
LogbookElasticsearchAccess. deleteIndexByAliasForTesting(LogbookCollections collection, int tenantId)
VitamMongoCursor<LogbookLifeCycleObjectGroup>
LogbookMongoDbAccessImpl. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)
com.mongodb.client.MongoCursor<LogbookLifeCycle<?>>
LogbookMongoDbAccessImpl. getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
VitamMongoCursor<LogbookLifeCycleUnit>
LogbookMongoDbAccessImpl. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)
LogbookLifeCycle<?>
LogbookMongoDbAccessImpl. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
<T> void
LogbookElasticsearchAccess. indexEntry(LogbookCollections collection, java.lang.Integer tenantId, java.lang.String id, VitamDocument<T> vitamDocument)
void
LogbookElasticsearchAccess. purgeIndexForTesting(LogbookCollections collection, java.lang.Integer tenantId)
void
LogbookElasticsearchAccess. refreshIndex(LogbookCollections collection, int tenantId)
void
LogbookRepositoryService. saveBulk(LogbookCollections collection, java.util.List<com.fasterxml.jackson.databind.JsonNode> logbookItems)
Save datas as bulkorg.elasticsearch.action.search.SearchResponse
LogbookElasticsearchAccess. search(LogbookCollections collection, java.lang.Integer tenantId, org.elasticsearch.index.query.QueryBuilder query, org.elasticsearch.index.query.QueryBuilder filter, java.util.List<org.elasticsearch.search.sort.SortBuilder<?>> sorts, int offset, int limit)
Search entries in the ElasticSearch index.org.elasticsearch.action.search.SearchResponse
LogbookElasticsearchAccess. searchCrossIndices(LogbookCollections collection, java.lang.Integer tenantId, org.elasticsearch.index.query.QueryBuilder query, org.elasticsearch.index.query.QueryBuilder filter, java.util.List<org.elasticsearch.search.sort.SortBuilder<?>> sorts, int offset, int limit)
void
LogbookMongoDbAccessImpl. updateLogbookLifeCycleBulk(LogbookCollections collection, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
-
Uses of LogbookCollections in fr.gouv.vitam.logbook.lifecycles.api
Methods in fr.gouv.vitam.logbook.lifecycles.api with parameters of type LogbookCollections Modifier and Type Method Description void
LogbookLifeCycles. bulk(LogbookCollections collections, java.lang.String idOp, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
Bulk methodLogbookLifeCycle<?>
LogbookLifeCycles. selectLifeCycleById(java.lang.String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection)
Selects life cycle entryjava.util.List<LogbookLifeCycle<?>>
LogbookLifeCycles. selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
Selects life cycle entriesvoid
LogbookLifeCycles. updateLogbookLifeCycleBulk(LogbookCollections lifecycleUnitInProcess, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
updateLogbookLifeCycleBulk -
Uses of LogbookCollections in fr.gouv.vitam.logbook.lifecycles.core
Methods in fr.gouv.vitam.logbook.lifecycles.core with parameters of type LogbookCollections Modifier and Type Method Description void
LogbookLifeCyclesImpl. bulk(LogbookCollections collections, java.lang.String idOp, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
LogbookLifeCycle<?>
LogbookLifeCyclesImpl. selectLifeCycleById(java.lang.String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection)
java.util.List<LogbookLifeCycle<?>>
LogbookLifeCyclesImpl. selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
void
LogbookLifeCyclesImpl. updateLogbookLifeCycleBulk(LogbookCollections logbookCollections, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
-