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 TapeLibraryObjectReferentialId
TapeObjectReferentialEntity. getId()
TapeLibraryObjectReferentialId
TapeLibraryObjectReferentialId. setContainerName(java.lang.String containerName)
TapeLibraryObjectReferentialId
TapeLibraryObjectReferentialId. setObjectName(java.lang.String objectName)
Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryObjectReferentialId Modifier and Type Method Description TapeObjectReferentialEntity
TapeObjectReferentialEntity. 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 that return types with arguments of type TapeLibraryObjectReferentialId Modifier and Type Method Description CloseableIterator<TapeLibraryObjectReferentialId>
AccessRequestReferentialRepository. listObjectIdsForActiveAccessRequests()
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeLibraryObjectReferentialId Modifier and Type Method Description boolean
ObjectReferentialRepository. delete(TapeLibraryObjectReferentialId tapeLibraryObjectReferentialId)
Method parameters in fr.gouv.vitam.storage.offers.tape.cas with type arguments of type TapeLibraryObjectReferentialId Modifier and Type Method Description java.util.Set<java.lang.String>
ObjectReferentialRepository. selectArchiveIdsByObjectIds(java.util.Iterator<TapeLibraryObjectReferentialId> objectIdIterator)
-