Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectReferentialId
Packages that use TapeLibraryObjectReferentialId
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of TapeLibraryObjectReferentialId in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeLibraryObjectReferentialIdModifier and TypeMethodDescriptionTapeObjectReferentialEntity.getId()
TapeLibraryObjectReferentialId.setContainerName
(String containerName) TapeLibraryObjectReferentialId.setObjectName
(String objectName) Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectReferentialIdModifier and TypeMethodDescriptionTapeObjectReferentialEntity.setId
(TapeLibraryObjectReferentialId id) Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectReferentialIdModifierConstructorDescriptionTapeObjectReferentialEntity
(TapeLibraryObjectReferentialId id, long size, String digestType, String digest, String storageId, TapeLibraryObjectStorageLocation location, String lastObjectModifiedDate, String lastUpdateDate) -
Uses of TapeLibraryObjectReferentialId in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type TapeLibraryObjectReferentialIdModifier and TypeMethodDescriptionAccessRequestReferentialRepository.listObjectIdsForActiveAccessRequests()
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeLibraryObjectReferentialIdModifier and TypeMethodDescriptionboolean
ObjectReferentialRepository.delete
(TapeLibraryObjectReferentialId tapeLibraryObjectReferentialId) Method parameters in fr.gouv.vitam.storage.offers.tape.cas with type arguments of type TapeLibraryObjectReferentialIdModifier and TypeMethodDescriptionObjectReferentialRepository.selectArchiveIdsByObjectIds
(Iterator<TapeLibraryObjectReferentialId> objectIdIterator)