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 void
LogbookOperationTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)
void
LogbookOperationTraceabilityHelper. 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 void
LogbookTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)
Update or finalize the traceability entry in the logbook collectionvoid
LogbookTraceabilityHelper. 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 void
LogbookStorageTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)
void
LogbookStorageTraceabilityHelper. 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 void
LogbookLifeCycleTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.String eventType, StatusCode status, TraceabilityEvent event)
void
LogbookLifeCycleTraceabilityHelper. storeAndDeleteZip(java.lang.Integer tenant, java.lang.String strategyId, java.io.File zipFile, java.lang.String fileName, TraceabilityEvent event)
-