Uses of Class
fr.gouv.vitam.logbook.common.model.coherence.EventModel
Packages that use EventModel
Package
Description
-
Uses of EventModel in fr.gouv.vitam.logbook.administration.core.api
Methods in fr.gouv.vitam.logbook.administration.core.api with parameters of type EventModelModifier and TypeMethodDescriptionLogbookDetailsCheckService.checkEvent
(EventModel event) Logbook events check.Method parameters in fr.gouv.vitam.logbook.administration.core.api with type arguments of type EventModelModifier and TypeMethodDescriptionLogbookDetailsCheckService.checkLFCandOperation
(Map<String, EventModel> mapOpEvents, Map<String, EventModel> mapLfcEvents) check coherence between LFC and operation. -
Uses of EventModel in fr.gouv.vitam.logbook.administration.core.impl
Methods in fr.gouv.vitam.logbook.administration.core.impl with parameters of type EventModelModifier and TypeMethodDescriptionLogbookDetailsCheckServiceImpl.checkEvent
(EventModel event) Logbook events coherence check.Method parameters in fr.gouv.vitam.logbook.administration.core.impl with type arguments of type EventModelModifier and TypeMethodDescriptionLogbookDetailsCheckServiceImpl.checkLFCandOperation
(Map<String, EventModel> mapOpEvents, Map<String, EventModel> mapLfcEvents) Check coherence between logbook operation and lifecycles.