Uses of Class
fr.gouv.vitam.logbook.common.model.TraceabilityEvent
-
Packages that use TraceabilityEvent Package Description fr.gouv.vitam.logbook.administration.core Provides the core classes for the Logbook Administration modulefr.gouv.vitam.logbook.common.traceability fr.gouv.vitam.storage.engine.server.storagetraceability fr.gouv.vitam.worker.core.plugin.lfc_traceability -
-
Uses of TraceabilityEvent in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core with parameters of type TraceabilityEvent Modifier and Type Method Description voidLogbookOperationTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)voidLogbookOperationTraceabilityHelper. storeAndDeleteZip(java.lang.Integer tenant, java.lang.String strategyId, java.io.File zipFile, java.lang.String fileName, TraceabilityEvent event) -
Uses of TraceabilityEvent in fr.gouv.vitam.logbook.common.traceability
Methods in fr.gouv.vitam.logbook.common.traceability with parameters of type TraceabilityEvent Modifier and Type Method Description voidLogbookTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)Update or finalize the traceability entry in the logbook collectionvoidLogbookTraceabilityHelper. storeAndDeleteZip(java.lang.Integer tenant, java.lang.String strategyId, java.io.File zipFile, java.lang.String fileName, TraceabilityEvent event)Store the temporary zip. -
Uses of TraceabilityEvent in fr.gouv.vitam.storage.engine.server.storagetraceability
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability with parameters of type TraceabilityEvent Modifier and Type Method Description voidLogbookStorageTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)voidLogbookStorageTraceabilityHelper. storeAndDeleteZip(java.lang.Integer tenant, java.lang.String strategyId, java.io.File zipFile, java.lang.String fileName, TraceabilityEvent event) -
Uses of TraceabilityEvent in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type TraceabilityEvent Modifier and Type Method Description voidLogbookLifeCycleTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)voidLogbookLifeCycleTraceabilityHelper. storeAndDeleteZip(java.lang.Integer tenant, java.lang.String strategyId, java.io.File zipFile, java.lang.String fileName, TraceabilityEvent event)
-