Uses of Class
fr.gouv.vitam.logbook.common.model.coherence.EventModel
-
Packages that use EventModel Package Description fr.gouv.vitam.logbook.administration.core.api fr.gouv.vitam.logbook.administration.core.impl -
-
Uses of EventModel in fr.gouv.vitam.logbook.administration.core.api
Methods in fr.gouv.vitam.logbook.administration.core.api with parameters of type EventModel Modifier and Type Method Description java.util.List<LogbookCheckError>
LogbookDetailsCheckService. checkEvent(EventModel event)
Logbook events check.Method parameters in fr.gouv.vitam.logbook.administration.core.api with type arguments of type EventModel Modifier and Type Method Description java.util.List<LogbookCheckError>
LogbookDetailsCheckService. checkLFCandOperation(java.util.Map<java.lang.String,EventModel> mapOpEvents, java.util.Map<java.lang.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 EventModel Modifier and Type Method Description java.util.List<LogbookCheckError>
LogbookDetailsCheckServiceImpl. checkEvent(EventModel event)
Logbook events coherence check.Method parameters in fr.gouv.vitam.logbook.administration.core.impl with type arguments of type EventModel Modifier and Type Method Description java.util.List<LogbookCheckError>
LogbookDetailsCheckServiceImpl. checkLFCandOperation(java.util.Map<java.lang.String,EventModel> mapOpEvents, java.util.Map<java.lang.String,EventModel> mapLfcEvents)
Check coherence between logbook operation and lifecycles.
-