Uses of Class
fr.gouv.vitam.common.model.MetadatasObject
Package
Description
Package used to host cas container swift implementation
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides API classes for the Workspace module
Provides a FileSystem implementation for storage modules.
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
Provides S3 implementations for the storage modules.
Provides a Swift implementation for the storage modules.
Provides Model classes such as Requests and Results classes for the Storage
driver module
-
Uses of MetadatasObject in fr.gouv.vitam.cas.container.swift
Modifier and TypeMethodDescriptionOpenstackSwift.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionMetadatasObject.setFileSize
(long fileSize) MetadatasObject.setLastAccessDate
(String lastAccessDate) MetadatasObject.setLastModifiedDate
(String lastModifiedDate) MetadatasObject.setObjectName
(String objectName) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.cas.container.api
Modifier and TypeMethodDescriptionContentAddressableStorage.getObjectMetadata
(String containerName, String objectId, boolean noCache) get metadata of the object -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.filesystem
Modifier and TypeMethodDescriptionFileSystem.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.filesystem.v2
Modifier and TypeMethodDescriptionHashFileSystem.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.s3
Modifier and TypeMethodDescriptionAmazonS3V1.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.swift
Modifier and TypeMethodDescriptionSwift.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.storage.driver.model
-
Uses of MetadatasObject in fr.gouv.vitam.storage.offers.tape.cas
Modifier and TypeMethodDescriptionTapeLibraryContentAddressableStorage.getObjectMetadata
(String containerName, String objectName, boolean noCache)