Uses of Class
fr.gouv.vitam.common.database.server.mongodb.VitamMongoCursor
-
Packages that use VitamMongoCursor 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 classes -
-
Uses of VitamMongoCursor in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that return VitamMongoCursor Modifier and Type Method Description VitamMongoCursor<LogbookOperation>
LogbookDbAccess. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)
VitamMongoCursor<LogbookOperation>
LogbookDbAccess. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)
Get a list of Logbook Operation through Closeable MongoCursor -
Uses of VitamMongoCursor in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return VitamMongoCursor Modifier and Type Method Description VitamMongoCursor<LogbookLifeCycleObjectGroup>
LogbookMongoDbAccessImpl. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)
VitamMongoCursor<LogbookLifeCycleUnit>
LogbookMongoDbAccessImpl. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)
VitamMongoCursor<LogbookOperation>
LogbookMongoDbAccessImpl. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)
VitamMongoCursor<LogbookOperation>
LogbookMongoDbAccessImpl. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)
-