Package | Description |
---|---|
fr.gouv.vitam.storage.engine.common.model |
Provides common Model classes for the Storage Engine module.
|
fr.gouv.vitam.storage.offers.tape.cas |
Modifier and Type | Method and Description |
---|---|
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setDigest(String digest) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setDigestType(String digestType) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setId(TapeLibraryObjectReferentialId id) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setLastObjectModifiedDate(String lastObjectModifiedDate) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setLastUpdateDate(String lastUpdateDate) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setLocation(TapeLibraryObjectStorageLocation location) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setSize(long size) |
TapeObjectReferentialEntity |
TapeObjectReferentialEntity.setStorageId(String storageId) |
Modifier and Type | Method and Description |
---|---|
List<TapeObjectReferentialEntity> |
ObjectReferentialRepository.bulkFind(String containerName,
Set<String> objectNames) |
Optional<TapeObjectReferentialEntity> |
ObjectReferentialRepository.find(String containerName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectReferentialRepository.insertOrUpdate(TapeObjectReferentialEntity tapeObjectReferentialEntity) |
Copyright © 2019 Vitam. All rights reserved.