Uses of Class
fr.gouv.vitam.common.model.logbook.LogbookEvent
Packages that use LogbookEvent
Package
Description
Provides common public Model classes for the Logbook module.
Provides core implementation for the Logbook Operations module.
Provides Handler classes for the Worker Core module
Plugin package in worker module
-
Uses of LogbookEvent in fr.gouv.vitam.common.model.logbook
Subclasses of LogbookEvent in fr.gouv.vitam.common.model.logbookModifier and TypeClassDescriptionclass
Logbook operation event modelclass
Logbook lifecycle modelclass
Logbook operation modelMethods in fr.gouv.vitam.common.model.logbook that return types with arguments of type LogbookEventMethod parameters in fr.gouv.vitam.common.model.logbook with type arguments of type LogbookEvent -
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 LogbookEventMethod parameters in fr.gouv.vitam.common.model.unit with type arguments of type LogbookEventModifier and TypeMethodDescriptionvoid
ArchiveUnitRoot.setLogbookLifeCycleExternal
(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 LogbookEventMethod parameters in fr.gouv.vitam.logbook.common.server.config with type arguments of type LogbookEventModifier and TypeMethodDescriptionvoid
LogbookConfiguration.setAlertEvents
(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 LogbookEventModifierConstructorDescriptionAlertLogbookOperationsDecorator
(LogbookOperations logbookOperations, List<LogbookEvent> alertEvents) -
Uses of LogbookEvent in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that return LogbookEventModifier and TypeMethodDescriptionstatic LogbookEvent
LogbookEventMapper.map
(fr.gouv.culture.archivesdefrance.seda.v2.EventLogBookOgType eventLogBookOgType) -
Uses of LogbookEvent in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin with parameters of type LogbookEventModifier and TypeMethodDescriptionprotected Map<StatusCode,
Integer> GenericReportGenerationHandler.getStatusStatistic
(LogbookEvent logbookEvent) protected Map<StatusCode,
Integer> UpdateUnitFinalize.getStatusStatistic
(LogbookEvent logbookEvent)