Package | Description |
---|---|
fr.gouv.vitam.logbook.administration.core |
Provides the core classes for the Logbook Administration module
|
fr.gouv.vitam.logbook.common.traceability | |
fr.gouv.vitam.storage.engine.server.storagetraceability | |
fr.gouv.vitam.worker.model |
Provides POJO used for XML serialization within the Worker Core module
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
void |
LogbookOperationTraceabilityHelper.saveEvent(TraceabilityEvent event) |
void |
LogbookOperationTraceabilityHelper.storeAndDeleteZip(Integer tenant,
File zipFile,
String fileName,
String uri,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event)
Update or finalize the traceability entry in the logbook collection
|
void |
LogbookTraceabilityHelper.saveEvent(TraceabilityEvent event)
Save the finalized event if needed
|
void |
LogbookTraceabilityHelper.storeAndDeleteZip(Integer tenant,
File zipFile,
String fileName,
String uri,
TraceabilityEvent event)
Store the temporary zip in the final destination (on a specific offer for example) and delete tmp file.
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookStorageTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
void |
LogbookStorageTraceabilityHelper.saveEvent(TraceabilityEvent event) |
void |
LogbookStorageTraceabilityHelper.storeAndDeleteZip(Integer tenant,
File zipFile,
String fileName,
String uri,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCycleTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
void |
LogbookLifeCycleTraceabilityHelper.saveEvent(TraceabilityEvent event) |
void |
LogbookLifeCycleTraceabilityHelper.storeAndDeleteZip(Integer tenant,
File zipFile,
String fileName,
String uri,
TraceabilityEvent event) |
Copyright © 2018 Vitam. All rights reserved.