Uses of Enum Class
fr.gouv.vitam.logbook.common.model.coherence.LogbookEventType
Packages that use LogbookEventType
-
Uses of LogbookEventType in fr.gouv.vitam.logbook.common.model.coherence
Methods in fr.gouv.vitam.logbook.common.model.coherence that return LogbookEventTypeModifier and TypeMethodDescriptionEventModel.getLogbookEventType()
static LogbookEventType
Returns the enum constant of this class with the specified name.static LogbookEventType[]
LogbookEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.logbook.common.model.coherence with parameters of type LogbookEventTypeModifier and TypeMethodDescriptionvoid
EventModel.setLogbookEventType
(LogbookEventType logbookEventType) Constructors in fr.gouv.vitam.logbook.common.model.coherence with parameters of type LogbookEventTypeModifierConstructorDescriptionEventModel
(LogbookEventType logbookEventType, String operationId, String lfcId, String evId, String evParentId, String evType, String evTypeParent, String outcome, String outDetail) EventModel constructor.