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 TapeArchiveReferentialEntityTapeArchiveReferentialEntity. setArchiveId(java.lang.String archiveId)TapeArchiveReferentialEntityTapeArchiveReferentialEntity. setDigestValue(java.lang.String digestValue)TapeArchiveReferentialEntityTapeArchiveReferentialEntity. setEntryTape(EntryType entryTape)TapeArchiveReferentialEntityTapeArchiveReferentialEntity. setLastUpdateDate(java.lang.String lastUpdateDate)TapeArchiveReferentialEntityTapeArchiveReferentialEntity. setLocation(TapeLibraryArchiveStorageLocation location)TapeArchiveReferentialEntityTapeArchiveReferentialEntity. 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 voidArchiveReferentialRepository. insert(TapeArchiveReferentialEntity tapeArchiveReferentialEntity)
-