Uses of Class
fr.gouv.vitam.common.model.storage.ObjectEntry
Package
Description
Provides API classes for the Workspace module
Provides a fake Driver implementation for tests purpose
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Storage Engine client interface, factory and implementations.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of ObjectEntry in fr.gouv.vitam.common.model.storage
Modifier and TypeMethodDescriptionObjectEntryReader.next()
ObjectEntry.setObjectId
(String objectId) ObjectEntry.setSize
(long size) -
Uses of ObjectEntry in fr.gouv.vitam.common.storage.cas.container.api
Modifier and TypeMethodDescriptionvoid
ObjectListingListener.handleObjectEntry
(ObjectEntry objectEntry) -
Uses of ObjectEntry in fr.gouv.vitam.driver.fake
Modifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.listObjects
(StorageListRequest request) -
Uses of ObjectEntry in fr.gouv.vitam.storage.driver
Modifier and TypeMethodDescriptionConnection.listObjects
(StorageListRequest request) List object on a container type -
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionStorageClient.listContainer
(String strategyId, String offerId, DataCategory type) List object type in containerStorageClientMock.listContainer
(String strategyId, String offerId, DataCategory type) -
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.server.distribution
Modifier and TypeMethodDescriptionStorageDistribution.listContainerObjects
(String strategyId, DataCategory category) List container objectsStorageDistribution.listContainerObjectsForOffer
(DataCategory category, String offerId, boolean includeDisabled) -
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.listContainerObjects
(String strategyId, DataCategory category) StorageDistributionImpl.listContainerObjects
(String strategyId, DataCategory category) ReadOnlyShieldStorageDistribution.listContainerObjectsForOffer
(DataCategory category, String offerId, boolean includeDisabled) StorageDistributionImpl.listContainerObjectsForOffer
(DataCategory category, String offerId, boolean includeDisabled) -
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.server.offerdiff.sort
-
Uses of ObjectEntry in fr.gouv.vitam.storage.offers.tape.cas
Modifier and TypeMethodDescriptionObjectReferentialRepository.listContainerObjectEntries
(String containerName) -
Uses of ObjectEntry in fr.gouv.vitam.storage.offers.workspace.driver