Uses of Class
fr.gouv.vitam.logbook.common.model.LogbookLifeCycleObjectGroupModel
-
Packages that use LogbookLifeCycleObjectGroupModel 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 LogbookLifeCycleObjectGroupModel in fr.gouv.vitam.logbook.lifecycles.client
Method parameters in fr.gouv.vitam.logbook.lifecycles.client with type arguments of type LogbookLifeCycleObjectGroupModel Modifier and Type Method Description void
LogbookLifeCyclesClient. bulkObjectGroup(java.lang.String eventIdProc, java.util.List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels)
-
Uses of LogbookLifeCycleObjectGroupModel in fr.gouv.vitam.logbook.rest
Method parameters in fr.gouv.vitam.logbook.rest with type arguments of type LogbookLifeCycleObjectGroupModel Modifier and Type Method Description javax.ws.rs.core.Response
LogbookResource. createLifeCycleObjectGroupBulk(java.lang.String idOp, java.util.List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels)
Lifecycle Unit Bulk Create
-