Uses of Enum Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookCollections
Packages that use LogbookCollections
Package
Description
Provides Common Server classes for the Logbook module
Provides Logbook collection classes
Provides API classes for the Logbook Lifecycles module
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 LogbookCollectionsModifier and TypeMethodDescriptionvoidLogbookDbAccess.bulkInsert(String idOp, LogbookCollections lifecycleUnit, 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 MongoCursorLogbookDbAccess.getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Get a list of Logbook LifeCycles through Closeable MongoCursorvoidLogbookDbAccess.updateLogbookLifeCycleBulk(LogbookCollections collection, 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 LogbookCollectionsModifier and TypeMethodDescriptionElasticsearchLogbookIndexManager.getElasticsearchIndexAliasResolver(LogbookCollections collection) 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 LogbookCollectionsModifier and TypeMethodDescriptionstatic LogbookCollectionsReturns the enum constant of this class with the specified name.static LogbookCollections[]LogbookCollections.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type LogbookCollectionsModifier and TypeMethodDescriptionvoidLogbookMongoDbAccessImpl.bulkInsert(String operationId, LogbookCollections lifecycleUnit, List<? extends LogbookLifeCycleModel> logbookLifeCycleModels) voidLogbookMongoDbAccessImpl.deleteCollectionForTesting(LogbookCollections collection) voidLogbookElasticsearchAccess.deleteIndexByAliasForTesting(LogbookCollections collection, int tenantId) LogbookMongoDbAccessImpl.getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select) com.mongodb.client.MongoCursor<LogbookLifeCycle<?>>LogbookMongoDbAccessImpl.getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) LogbookMongoDbAccessImpl.getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select) LogbookMongoDbAccessImpl.getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) <T> voidLogbookElasticsearchAccess.indexEntry(LogbookCollections collection, Integer tenantId, String id, VitamDocument<T> vitamDocument) voidLogbookElasticsearchAccess.purgeIndexForTesting(LogbookCollections collection, Integer tenantId) voidLogbookElasticsearchAccess.refreshIndex(LogbookCollections collection, int tenantId) voidLogbookRepositoryService.saveBulk(LogbookCollections collection, List<com.fasterxml.jackson.databind.JsonNode> logbookItems) Save datas as bulkfinal co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>LogbookElasticsearchAccess.search(LogbookCollections collection, Integer tenantId, co.elastic.clients.elasticsearch._types.query_dsl.Query query, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit) Search entries in the ElasticSearch index.final co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>LogbookElasticsearchAccess.searchCrossIndices(LogbookCollections collection, Integer tenantId, co.elastic.clients.elasticsearch._types.query_dsl.Query query, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit) voidLogbookMongoDbAccessImpl.updateLogbookLifeCycleBulk(LogbookCollections collection, 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 LogbookCollectionsModifier and TypeMethodDescriptionvoidLogbookLifeCycles.bulk(LogbookCollections collections, String idOp, List<? extends LogbookLifeCycleModel> logbookLifeCycleModels) Bulk methodLogbookLifeCycles.selectLifeCycleById(String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection) Selects life cycle entryList<LogbookLifeCycle<?>>LogbookLifeCycles.selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Selects life cycle entriesvoidLogbookLifeCycles.updateLogbookLifeCycleBulk(LogbookCollections lifecycleUnitInProcess, 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 LogbookCollectionsModifier and TypeMethodDescriptionvoidLogbookLifeCyclesImpl.bulk(LogbookCollections collections, String idOp, List<? extends LogbookLifeCycleModel> logbookLifeCycleModels) LogbookLifeCyclesImpl.selectLifeCycleById(String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection) List<LogbookLifeCycle<?>>LogbookLifeCyclesImpl.selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) voidLogbookLifeCyclesImpl.updateLogbookLifeCycleBulk(LogbookCollections logbookCollections, List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)