Uses of Class
fr.gouv.vitam.logbook.common.model.TraceabilityType
-
Packages that use TraceabilityType Package Description fr.gouv.vitam.logbook.administration.core Provides the core classes for the Logbook Administration modulefr.gouv.vitam.logbook.common.model logbook model packagefr.gouv.vitam.logbook.common.traceability fr.gouv.vitam.storage.engine.server.storagetraceability fr.gouv.vitam.worker.core.plugin.lfc_traceability -
-
Uses of TraceabilityType in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core that return TraceabilityType Modifier and Type Method Description TraceabilityTypeLogbookOperationTraceabilityHelper. getTraceabilityType() -
Uses of TraceabilityType in fr.gouv.vitam.logbook.common.model
Methods in fr.gouv.vitam.logbook.common.model that return TraceabilityType Modifier and Type Method Description TraceabilityTypeTraceabilityEvent. getLogType()static TraceabilityTypeTraceabilityType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TraceabilityType[]TraceabilityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.logbook.common.model with parameters of type TraceabilityType Constructor Description TraceabilityEvent(TraceabilityType logType, java.lang.String startDate, java.lang.String endDate, java.lang.String hash, byte[] timeStampToken, java.lang.String previousLogbookTraceabilityDate, java.lang.String minusOneMonthLogbookTraceabilityDate, java.lang.String minusOneYearLogbookTraceabilityDate, long numberOfElements, java.lang.String fileName, long size, DigestType digestAlgorithm, boolean maxEntriesReached, java.lang.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 Modifier and Type Method Description TraceabilityTypeLogbookTraceabilityHelper. getTraceabilityType() -
Uses of TraceabilityType in fr.gouv.vitam.storage.engine.server.storagetraceability
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability that return TraceabilityType Modifier and Type Method Description TraceabilityTypeLogbookStorageTraceabilityHelper. getTraceabilityType() -
Uses of TraceabilityType in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability that return TraceabilityType Modifier and Type Method Description TraceabilityTypeLogbookObjectGroupLifeCycleTraceabilityHelper. getTraceabilityType()TraceabilityTypeLogbookUnitLifeCycleTraceabilityHelper. getTraceabilityType()
-