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.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(LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)voidLogbookDbAccess. deleteCollection(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 MongoCursorLogbookLifeCycleLogbookDbAccess. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Get a list of Logbook LifeCycles through Closeable MongoCursorvoidLogbookDbAccess. updateLogbookLifeCycle(LogbookCollections collection, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk) -
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 java.util.Map<java.lang.String,java.lang.String>LogbookElasticsearchAccess. addIndex(LogbookCollections collection, java.lang.Integer tenantId)Add a type to an indexvoidLogbookMongoDbAccessImpl. bulkInsert(LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)voidLogbookMongoDbAccessImpl. createLogbookLifeCycleForUpdate(LogbookCollections inProccessCollection, LogbookLifeCycle logbookLifeCycleInProd)voidLogbookMongoDbAccessImpl. deleteCollection(LogbookCollections collection)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)LogbookLifeCycleLogbookMongoDbAccessImpl. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)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.voidLogbookMongoDbAccessImpl. updateLogbookLifeCycle(LogbookCollections collection, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)Method parameters in fr.gouv.vitam.logbook.common.server.database.collections with type arguments of type LogbookCollections Modifier and Type Method Description static voidLogbookCollections. afterTest(java.util.Collection<LogbookCollections> logbookCollections, java.lang.Integer... tenants)static voidLogbookCollections. afterTestClass(java.util.Collection<LogbookCollections> logbookCollections, boolean deleteEsIndex, java.lang.Integer... tenants)static voidLogbookCollections. beforeTestClass(com.mongodb.client.MongoDatabase db, java.lang.String prefix, LogbookElasticsearchAccess esClient, java.util.Collection<LogbookCollections> logbookCollections, java.lang.Integer... tenants) -
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 methodLogbookLifeCycleLogbookLifeCycles. 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)LogbookLifeCycleLogbookLifeCyclesImpl. 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)
-