Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeArchiveReferentialEntity
-
Packages that use TapeArchiveReferentialEntity 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 TapeArchiveReferentialEntity in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeArchiveReferentialEntity Modifier and Type Method Description TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setArchiveId(java.lang.String archiveId)
TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setDigestValue(java.lang.String digestValue)
TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setEntryTape(EntryType entryTape)
TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setLastUpdateDate(java.lang.String lastUpdateDate)
TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setLocation(TapeLibraryArchiveStorageLocation location)
TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setSize(java.lang.Long size)
-
Uses of TapeArchiveReferentialEntity in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type TapeArchiveReferentialEntity Modifier and Type Method Description java.util.List<TapeArchiveReferentialEntity>
ArchiveReferentialRepository. bulkFind(java.util.Set<java.lang.String> archiveIds)
java.util.Optional<TapeArchiveReferentialEntity>
ArchiveReferentialRepository. find(java.lang.String archiveId)
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeArchiveReferentialEntity Modifier and Type Method Description void
ArchiveReferentialRepository. insert(TapeArchiveReferentialEntity tapeArchiveReferentialEntity)
-