Uses of Class
fr.gouv.vitam.common.model.logbook.LogbookEvent
-
Packages that use LogbookEvent Package Description fr.gouv.vitam.common.model.logbook Provides common public Model classes for the Logbook module.fr.gouv.vitam.common.model.unit fr.gouv.vitam.logbook.common.server.config fr.gouv.vitam.logbook.operations.core Provides core implementation for the Logbook Operations module.fr.gouv.vitam.worker.core.handler Provides Handler classes for the Worker Core modulefr.gouv.vitam.worker.core.plugin Plugin package in worker module -
-
Uses of LogbookEvent in fr.gouv.vitam.common.model.logbook
Subclasses of LogbookEvent in fr.gouv.vitam.common.model.logbook Modifier and Type Class Description class
LogbookEventOperation
Logbook operation event modelclass
LogbookLifecycle
Logbook lifecycle modelclass
LogbookOperation
Logbook operation modelMethods in fr.gouv.vitam.common.model.logbook that return types with arguments of type LogbookEvent Modifier and Type Method Description java.util.List<LogbookEvent>
LogbookLifecycle. getEvents()
Method parameters in fr.gouv.vitam.common.model.logbook with type arguments of type LogbookEvent Modifier and Type Method Description void
LogbookLifecycle. setEvents(java.util.List<LogbookEvent> events)
-
Uses of LogbookEvent in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type LogbookEvent Modifier and Type Method Description java.util.List<LogbookEvent>
ArchiveUnitRoot. getLogbookLifeCycleExternal()
Method parameters in fr.gouv.vitam.common.model.unit with type arguments of type LogbookEvent Modifier and Type Method Description void
ArchiveUnitRoot. setLogbookLifeCycleExternal(java.util.List<LogbookEvent> logbookLifeCycleExternal)
-
Uses of LogbookEvent in fr.gouv.vitam.logbook.common.server.config
Methods in fr.gouv.vitam.logbook.common.server.config that return types with arguments of type LogbookEvent Modifier and Type Method Description java.util.List<LogbookEvent>
LogbookConfiguration. getAlertEvents()
Method parameters in fr.gouv.vitam.logbook.common.server.config with type arguments of type LogbookEvent Modifier and Type Method Description void
LogbookConfiguration. setAlertEvents(java.util.List<LogbookEvent> alertEvents)
-
Uses of LogbookEvent in fr.gouv.vitam.logbook.operations.core
Constructor parameters in fr.gouv.vitam.logbook.operations.core with type arguments of type LogbookEvent Constructor Description AlertLogbookOperationsDecorator(LogbookOperations logbookOperations, java.util.List<LogbookEvent> alertEvents)
-
Uses of LogbookEvent in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that return LogbookEvent Modifier and Type Method Description static LogbookEvent
LogbookEventMapper. map(fr.gouv.culture.archivesdefrance.seda.v2.EventLogBookOgType eventLogBookOgType)
LogbookEvent
LogBookEventIterator. next()
Methods in fr.gouv.vitam.worker.core.handler that return types with arguments of type LogbookEvent Modifier and Type Method Description java.util.Iterator<LogbookEvent>
LogBookEventIterator. iterator()
java.util.Spliterator<LogbookEvent>
LogBookEventIterator. spliterator()
java.util.stream.Stream<LogbookEvent>
LogBookEventIterator. stream()
-
Uses of LogbookEvent in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin with parameters of type LogbookEvent Modifier and Type Method Description protected java.util.Map<StatusCode,java.lang.Integer>
GenericReportGenerationHandler. getStatusStatistic(LogbookEvent logbookEvent)
protected java.util.Map<StatusCode,java.lang.Integer>
UpdateUnitFinalize. getStatusStatistic(LogbookEvent logbookEvent)
-