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 voidLogbookDbAccess. bulkInsert(java.lang.String idOp, LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)voidLogbookDbAccess. 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 MongoCursorvoidLogbookDbAccess. 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 ElasticsearchIndexAliasResolverElasticsearchLogbookIndexManager. getElasticsearchIndexAliasResolver(LogbookCollections collection)ElasticsearchIndexSettingsElasticsearchLogbookIndexManager. 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 LogbookCollectionsLogbookCollections. 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 voidLogbookMongoDbAccessImpl. bulkInsert(java.lang.String operationId, LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)voidLogbookMongoDbAccessImpl. deleteCollectionForTesting(LogbookCollections collection)voidLogbookElasticsearchAccess. 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> voidLogbookElasticsearchAccess. indexEntry(LogbookCollections collection, java.lang.Integer tenantId, java.lang.String id, VitamDocument<T> vitamDocument)voidLogbookElasticsearchAccess. purgeIndexForTesting(LogbookCollections collection, java.lang.Integer tenantId)voidLogbookElasticsearchAccess. refreshIndex(LogbookCollections collection, int tenantId)voidLogbookRepositoryService. saveBulk(LogbookCollections collection, java.util.List<com.fasterxml.jackson.databind.JsonNode> logbookItems)Save datas as bulkorg.elasticsearch.action.search.SearchResponseLogbookElasticsearchAccess. 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.SearchResponseLogbookElasticsearchAccess. 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)voidLogbookMongoDbAccessImpl. 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 voidLogbookLifeCycles. 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 entriesvoidLogbookLifeCycles. 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 voidLogbookLifeCyclesImpl. 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)voidLogbookLifeCyclesImpl. updateLogbookLifeCycleBulk(LogbookCollections logbookCollections, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
-