Uses of Class
fr.gouv.vitam.logbook.common.model.LogbookLifeCycleUnitModel
-
Packages that use LogbookLifeCycleUnitModel Package Description fr.gouv.vitam.logbook.lifecycles.client Provides Logbook Lifecycles client interface, factory and implementations.fr.gouv.vitam.logbook.rest Provides the web server application for the Logbook module and the rest resources it uses. -
-
Uses of LogbookLifeCycleUnitModel in fr.gouv.vitam.logbook.lifecycles.client
Method parameters in fr.gouv.vitam.logbook.lifecycles.client with type arguments of type LogbookLifeCycleUnitModel Modifier and Type Method Description void
LogbookLifeCyclesClient. bulkUnit(java.lang.String eventIdProc, java.util.List<LogbookLifeCycleUnitModel> logbookLifeCycleModels)
-
Uses of LogbookLifeCycleUnitModel in fr.gouv.vitam.logbook.rest
Method parameters in fr.gouv.vitam.logbook.rest with type arguments of type LogbookLifeCycleUnitModel Modifier and Type Method Description javax.ws.rs.core.Response
LogbookResource. createLifeCycleUnitBulk(java.lang.String idOp, java.util.List<LogbookLifeCycleUnitModel> logbookLifeCycleModels)
Lifecycle Unit Bulk Create
-