Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectStorageLocation
-
Packages that use TapeLibraryObjectStorageLocation Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module. -
-
Uses of TapeLibraryObjectStorageLocation in fr.gouv.vitam.storage.engine.common.model
Subclasses of TapeLibraryObjectStorageLocation in fr.gouv.vitam.storage.engine.common.model Modifier and Type Class Description class
TapeLibraryInputFileObjectStorageLocation
class
TapeLibraryTarObjectStorageLocation
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeLibraryObjectStorageLocation Modifier and Type Method Description TapeLibraryObjectStorageLocation
TapeObjectReferentialEntity. getLocation()
Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectStorageLocation Modifier and Type Method Description TapeObjectReferentialEntity
TapeObjectReferentialEntity. setLocation(TapeLibraryObjectStorageLocation location)
Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectStorageLocation Constructor Description TapeObjectReferentialEntity(TapeLibraryObjectReferentialId id, long size, java.lang.String digestType, java.lang.String digest, java.lang.String storageId, TapeLibraryObjectStorageLocation location, java.lang.String lastObjectModifiedDate, java.lang.String lastUpdateDate)
-