Uses of Class
fr.gouv.vitam.common.storage.cas.container.api.ObjectContent
-
Packages that use ObjectContent Package Description fr.gouv.vitam.common.storage.cas.container.api Provides API classes for the Workspace modulefr.gouv.vitam.common.storage.filesystem.v2 Provides a FileSystem implementation for storage modules have to manage up to 500 millions of filesfr.gouv.vitam.common.storage.s3 Provides S3 implementations for the storage modules.fr.gouv.vitam.common.storage.swift Provides a Swift implementation for the storage modules.fr.gouv.vitam.storage.offers.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.tape.cas -
-
Uses of ObjectContent in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that return ObjectContent Modifier and Type Method Description ObjectContent
ContentAddressableStorage. getObject(java.lang.String containerName, java.lang.String objectName)
Retrieves an object representing the data at location containerName/objectNameObjectContent
ContentAddressableStorageJcloudsAbstract. getObject(java.lang.String containerName, java.lang.String objectName)
-
Uses of ObjectContent in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that return ObjectContent Modifier and Type Method Description ObjectContent
HashFileSystem. getObject(java.lang.String containerName, java.lang.String objectName)
-
Uses of ObjectContent in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 that return ObjectContent Modifier and Type Method Description ObjectContent
AmazonS3V1. getObject(java.lang.String containerName, java.lang.String objectName)
-
Uses of ObjectContent in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift that return ObjectContent Modifier and Type Method Description ObjectContent
VitamSwiftObjectStorageService. download(java.lang.String containerName, java.lang.String objectName, java.util.Map<java.lang.String,java.lang.String> headers)
ObjectContent
Swift. getObject(java.lang.String containerName, java.lang.String objectName)
-
Uses of ObjectContent in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that return ObjectContent Modifier and Type Method Description ObjectContent
DefaultOfferService. getObject(java.lang.String containerName, java.lang.String objectId)
Get object on offer as an inputStreamObjectContent
DefaultOfferServiceImpl. getObject(java.lang.String containerName, java.lang.String objectId)
ObjectContent
SanityCheckOfferServiceDecorator. getObject(java.lang.String containerName, java.lang.String objectId)
-
Uses of ObjectContent in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return ObjectContent Modifier and Type Method Description ObjectContent
TapeLibraryContentAddressableStorage. getObject(java.lang.String containerName, java.lang.String objectName)
-