Uses of Enum Class
fr.gouv.vitam.logbook.common.model.TraceabilityType
Packages that use TraceabilityType
Package
Description
Provides the core classes for the Logbook Administration module
logbook model package
-
Uses of TraceabilityType in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core that return TraceabilityType -
Uses of TraceabilityType in fr.gouv.vitam.logbook.common.model
Methods in fr.gouv.vitam.logbook.common.model that return TraceabilityTypeModifier and TypeMethodDescriptionTraceabilityEvent.getLogType()
static TraceabilityType
Returns the enum constant of this class with the specified name.static TraceabilityType[]
TraceabilityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.logbook.common.model with parameters of type TraceabilityTypeModifierConstructorDescriptionTraceabilityEvent
(TraceabilityType logType, String startDate, String endDate, String hash, byte[] timeStampToken, String previousLogbookTraceabilityDate, String minusOneMonthLogbookTraceabilityDate, String minusOneYearLogbookTraceabilityDate, long numberOfElements, String fileName, long size, DigestType digestAlgorithm, boolean maxEntriesReached, String securisationVersion, TraceabilityStatistics statistics) Constructor -
Uses of TraceabilityType in fr.gouv.vitam.logbook.common.traceability
Methods in fr.gouv.vitam.logbook.common.traceability that return TraceabilityType -
Uses of TraceabilityType in fr.gouv.vitam.storage.engine.server.storagetraceability
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability that return TraceabilityType -
Uses of TraceabilityType in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability that return TraceabilityTypeModifier and TypeMethodDescriptionLogbookObjectGroupLifeCycleTraceabilityHelper.getTraceabilityType()
LogbookUnitLifeCycleTraceabilityHelper.getTraceabilityType()