Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycleUnit
-
Packages that use LogbookLifeCycleUnit 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 LogbookLifeCycleUnit in fr.gouv.vitam.common.manifest
Methods in fr.gouv.vitam.common.manifest with parameters of type LogbookLifeCycleUnit Modifier and Type Method Description ArchiveUnitModelManifestBuilder. writeArchiveUnitWithLFC(ArchiveUnitModel archiveUnitModel, com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> multimap, java.util.Map<java.lang.String,java.lang.String> ogs, LogbookLifeCycleUnit logbookLFC) -
Uses of LogbookLifeCycleUnit in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that return types with arguments of type LogbookLifeCycleUnit Modifier and Type Method Description com.mongodb.client.MongoCursor<LogbookLifeCycleUnit>LogbookDbAccess. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)Get a list of Logbook LifeCycle through Closeable MongoCursor -
Uses of LogbookLifeCycleUnit 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 LogbookLifeCycleUnit Modifier and Type Method Description VitamMongoCursor<LogbookLifeCycleUnit>LogbookMongoDbAccessImpl. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)
-