Package | Description |
---|---|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.worker.common.utils |
Provides common utility classes for the Worker module.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectGroupDocumentHash> |
LifeCycleTraceabilitySecureFileObject.getObjectGroupDocumentHashList()
getter for objectGroupDocumentHashList
|
Modifier and Type | Method and Description |
---|---|
void |
LifeCycleTraceabilitySecureFileObject.setObjectGroupDocumentHashList(List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
set objectGroupDocumentHashList
|
Constructor and Description |
---|
LifeCycleTraceabilitySecureFileObject(String lastEvtIdProc,
String lastEvTypeProc,
String lastEvDateTime,
String lfcId,
MetadataType metadataType,
int version,
String lastEvtOutcome,
String hashLFC,
String hashLFCEvents,
String hashMetadata,
String hashGlobalFromStorage,
List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
Constructor to set the attributes for lfc tracibility file lines
|
Modifier and Type | Method and Description |
---|---|
static List<ObjectGroupDocumentHash> |
StorageClientUtil.extractListObjectsFromJson(com.fasterxml.jackson.databind.JsonNode og,
StorageClient storageClient,
AlertService alertService)
Extract Document Objects from ObjectGroup jsonNode and populate
LifeCycleTraceabilitySecureFileObject.objectGroupDocumentHashList
with hash retrieved from storage offer |
Copyright © 2018 Vitam. All rights reserved.