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 TapeObjectReferentialEntityTapeObjectReferentialEntity. setDigest(java.lang.String digest)TapeObjectReferentialEntityTapeObjectReferentialEntity. setDigestType(java.lang.String digestType)TapeObjectReferentialEntityTapeObjectReferentialEntity. setId(TapeLibraryObjectReferentialId id)TapeObjectReferentialEntityTapeObjectReferentialEntity. setLastObjectModifiedDate(java.lang.String lastObjectModifiedDate)TapeObjectReferentialEntityTapeObjectReferentialEntity. setLastUpdateDate(java.lang.String lastUpdateDate)TapeObjectReferentialEntityTapeObjectReferentialEntity. setLocation(TapeLibraryObjectStorageLocation location)TapeObjectReferentialEntityTapeObjectReferentialEntity. setSize(long size)TapeObjectReferentialEntityTapeObjectReferentialEntity. 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 voidObjectReferentialRepository. insertOrUpdate(TapeObjectReferentialEntity tapeObjectReferentialEntity)
-