Uses of Class
fr.gouv.vitam.common.model.MetadatasObject
Packages that use 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
Methods in fr.gouv.vitam.cas.container.swift that return MetadatasObjectModifier and TypeMethodDescriptionOpenstackSwift.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return MetadatasObjectModifier 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
Subclasses of MetadatasObject in fr.gouv.vitam.common.storage.cas.container.apiMethods in fr.gouv.vitam.common.storage.cas.container.api that return MetadatasObjectModifier and TypeMethodDescriptionContentAddressableStorage.getObjectMetadata
(String containerName, String objectId, boolean noCache) get metadata of the object -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.filesystem
Methods in fr.gouv.vitam.common.storage.filesystem that return MetadatasObjectModifier and TypeMethodDescriptionFileSystem.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that return MetadatasObjectModifier and TypeMethodDescriptionHashFileSystem.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 that return MetadatasObjectModifier and TypeMethodDescriptionAmazonS3V1.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift that return MetadatasObjectModifier and TypeMethodDescriptionSwift.getObjectMetadata
(String containerName, String objectId, boolean noCache) -
Uses of MetadatasObject in fr.gouv.vitam.storage.driver.model
Subclasses of MetadatasObject in fr.gouv.vitam.storage.driver.modelConstructors in fr.gouv.vitam.storage.driver.model with parameters of type MetadatasObject -
Uses of MetadatasObject in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return MetadatasObjectModifier and TypeMethodDescriptionTapeLibraryContentAddressableStorage.getObjectMetadata
(String containerName, String objectName, boolean noCache)