Uses of Class
fr.gouv.vitam.logbook.common.model.coherence.LogbookCheckEvent
-
Packages that use LogbookCheckEvent Package Description fr.gouv.vitam.logbook.common.model.coherence -
-
Uses of LogbookCheckEvent in fr.gouv.vitam.logbook.common.model.coherence
Methods in fr.gouv.vitam.logbook.common.model.coherence that return types with arguments of type LogbookCheckEvent Modifier and Type Method Description java.util.Set<LogbookCheckEvent>
LogbookCheckResult. getCheckedEvents()
Method parameters in fr.gouv.vitam.logbook.common.model.coherence with type arguments of type LogbookCheckEvent Modifier and Type Method Description void
LogbookCheckResult. setCheckedEvents(java.util.Set<LogbookCheckEvent> checkedEvents)
Constructor parameters in fr.gouv.vitam.logbook.common.model.coherence with type arguments of type LogbookCheckEvent Constructor Description LogbookCheckResult(java.lang.Integer tenant, java.util.Set<LogbookCheckEvent> checkedEvents, java.util.Set<LogbookCheckError> checkErrors)
-