Uses of Interface
fr.gouv.vitam.logbook.common.model.LogbookLifeCycleModel
-
Packages that use LogbookLifeCycleModel Package Description fr.gouv.vitam.logbook.common.model logbook model packagefr.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 LogbookLifeCycleModel in fr.gouv.vitam.logbook.common.model
Classes in fr.gouv.vitam.logbook.common.model that implement LogbookLifeCycleModel Modifier and Type Class Description class
LogbookLifeCycleObjectGroupModel
LogbookLifeCycleObjectGroupModelclass
LogbookLifeCycleUnitModel
LogbookLifeCycleUnitModel -
Uses of LogbookLifeCycleModel in fr.gouv.vitam.logbook.common.server
Method parameters in fr.gouv.vitam.logbook.common.server with type arguments of type LogbookLifeCycleModel Modifier and Type Method Description void
LogbookDbAccess. bulkInsert(java.lang.String idOp, LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
-
Uses of LogbookLifeCycleModel in fr.gouv.vitam.logbook.common.server.database.collections
Method parameters in fr.gouv.vitam.logbook.common.server.database.collections with type arguments of type LogbookLifeCycleModel Modifier and Type Method Description void
LogbookMongoDbAccessImpl. bulkInsert(java.lang.String operationId, LogbookCollections lifecycleUnit, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
-
Uses of LogbookLifeCycleModel in fr.gouv.vitam.logbook.lifecycles.api
Method parameters in fr.gouv.vitam.logbook.lifecycles.api with type arguments of type LogbookLifeCycleModel Modifier and Type Method Description void
LogbookLifeCycles. bulk(LogbookCollections collections, java.lang.String idOp, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
Bulk method -
Uses of LogbookLifeCycleModel in fr.gouv.vitam.logbook.lifecycles.core
Method parameters in fr.gouv.vitam.logbook.lifecycles.core with type arguments of type LogbookLifeCycleModel Modifier and Type Method Description void
LogbookLifeCyclesImpl. bulk(LogbookCollections collections, java.lang.String idOp, java.util.List<? extends LogbookLifeCycleModel> logbookLifeCycleModels)
-