Uses of Class
fr.gouv.vitam.logbook.common.model.coherence.LogbookCheckError
-
Packages that use LogbookCheckError Package Description fr.gouv.vitam.logbook.administration.core.api fr.gouv.vitam.logbook.administration.core.impl fr.gouv.vitam.logbook.common.model.coherence -
-
Uses of LogbookCheckError in fr.gouv.vitam.logbook.administration.core.api
Methods in fr.gouv.vitam.logbook.administration.core.api that return types with arguments of type LogbookCheckError Modifier and Type Method Description java.util.List<LogbookCheckError>
LogbookDetailsCheckService. checkEvent(EventModel event)
Logbook events check.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 LogbookCheckError in fr.gouv.vitam.logbook.administration.core.impl
Methods in fr.gouv.vitam.logbook.administration.core.impl that return types with arguments of type LogbookCheckError Modifier and Type Method Description java.util.List<LogbookCheckError>
LogbookDetailsCheckServiceImpl. checkEvent(EventModel event)
Logbook events coherence check.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. -
Uses of LogbookCheckError in fr.gouv.vitam.logbook.common.model.coherence
Methods in fr.gouv.vitam.logbook.common.model.coherence that return types with arguments of type LogbookCheckError Modifier and Type Method Description java.util.Set<LogbookCheckError>
LogbookCheckResult. getCheckErrors()
Method parameters in fr.gouv.vitam.logbook.common.model.coherence with type arguments of type LogbookCheckError Modifier and Type Method Description void
LogbookCheckResult. setCheckErrors(java.util.Set<LogbookCheckError> checkErrors)
-