Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeObjectReferentialEntity
-
Packages that use TapeObjectReferentialEntity 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 -
-
Uses of TapeObjectReferentialEntity in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeObjectReferentialEntity Modifier and Type Method Description TapeObjectReferentialEntity
TapeObjectReferentialEntity. setDigest(java.lang.String digest)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setDigestType(java.lang.String digestType)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setId(TapeLibraryObjectReferentialId id)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setLastObjectModifiedDate(java.lang.String lastObjectModifiedDate)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setLastUpdateDate(java.lang.String lastUpdateDate)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setLocation(TapeLibraryObjectStorageLocation location)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setSize(long size)
TapeObjectReferentialEntity
TapeObjectReferentialEntity. setStorageId(java.lang.String storageId)
-
Uses of TapeObjectReferentialEntity in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type TapeObjectReferentialEntity Modifier and Type Method Description java.util.List<TapeObjectReferentialEntity>
ObjectReferentialRepository. bulkFind(java.lang.String containerName, java.util.Set<java.lang.String> objectNames)
java.util.Optional<TapeObjectReferentialEntity>
ObjectReferentialRepository. find(java.lang.String containerName, java.lang.String objectName)
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeObjectReferentialEntity Modifier and Type Method Description void
ObjectReferentialRepository. insertOrUpdate(TapeObjectReferentialEntity tapeObjectReferentialEntity)
-