Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycleObjectGroup
-
Packages that use LogbookLifeCycleObjectGroup Package Description fr.gouv.vitam.common.manifest 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 LogbookLifeCycleObjectGroup in fr.gouv.vitam.common.manifest
Method parameters in fr.gouv.vitam.common.manifest with type arguments of type LogbookLifeCycleObjectGroup Modifier and Type Method Description java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>
ManifestBuilder. writeGOT(com.fasterxml.jackson.databind.JsonNode og, java.lang.String linkedAU, java.util.stream.Stream<LogbookLifeCycleObjectGroup> logbookLifeCycleObjectGroupStream)
-
Uses of LogbookLifeCycleObjectGroup in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that return types with arguments of type LogbookLifeCycleObjectGroup Modifier and Type Method Description com.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup>
LogbookDbAccess. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursor -
Uses of LogbookLifeCycleObjectGroup in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return types with arguments of type LogbookLifeCycleObjectGroup Modifier and Type Method Description VitamMongoCursor<LogbookLifeCycleObjectGroup>
LogbookMongoDbAccessImpl. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)
-