Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectReferentialId
-
Packages that use TapeLibraryObjectReferentialId 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 TapeLibraryObjectReferentialId in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeLibraryObjectReferentialId Modifier and Type Method Description TapeLibraryObjectReferentialIdTapeObjectReferentialEntity. getId()TapeLibraryObjectReferentialIdTapeLibraryObjectReferentialId. setContainerName(java.lang.String containerName)TapeLibraryObjectReferentialIdTapeLibraryObjectReferentialId. setObjectName(java.lang.String objectName)Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectReferentialId Modifier and Type Method Description TapeObjectReferentialEntityTapeObjectReferentialEntity. setId(TapeLibraryObjectReferentialId id)Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectReferentialId 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) -
Uses of TapeLibraryObjectReferentialId in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeLibraryObjectReferentialId Modifier and Type Method Description booleanObjectReferentialRepository. delete(TapeLibraryObjectReferentialId tapeLibraryObjectReferentialId)
-