Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeLibraryArchiveStorageLocation
-
Packages that use TapeLibraryArchiveStorageLocation Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module. -
-
Uses of TapeLibraryArchiveStorageLocation in fr.gouv.vitam.storage.engine.common.model
Subclasses of TapeLibraryArchiveStorageLocation in fr.gouv.vitam.storage.engine.common.model Modifier and Type Class Description classTapeLibraryBuildingOnDiskArchiveStorageLocationclassTapeLibraryOnTapeArchiveStorageLocationclassTapeLibraryReadyOnDiskArchiveStorageLocationMethods in fr.gouv.vitam.storage.engine.common.model that return TapeLibraryArchiveStorageLocation Modifier and Type Method Description TapeLibraryArchiveStorageLocationTapeArchiveReferentialEntity. getLocation()Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryArchiveStorageLocation Modifier and Type Method Description TapeArchiveReferentialEntityTapeArchiveReferentialEntity. setLocation(TapeLibraryArchiveStorageLocation location)Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryArchiveStorageLocation Constructor Description TapeArchiveReferentialEntity(java.lang.String archiveId, TapeLibraryArchiveStorageLocation location, EntryType entryTape, java.lang.Long size, java.lang.String digestValue, java.lang.String lastUpdateDate)TapeArchiveReferentialEntity(java.lang.String archiveId, TapeLibraryArchiveStorageLocation location, java.lang.Long size, java.lang.String digestValue, java.lang.String lastUpdateDate)
-