Uses of Class
fr.gouv.vitam.common.model.storage.ObjectEntry
Packages that use 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
Methods in fr.gouv.vitam.common.model.storage that return ObjectEntryModifier and TypeMethodDescriptionObjectEntryReader.next()ObjectEntry.setObjectId(String objectId) ObjectEntry.setSize(long size) Methods in fr.gouv.vitam.common.model.storage with parameters of type ObjectEntry -
Uses of ObjectEntry in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api with parameters of type ObjectEntryModifier and TypeMethodDescriptionvoidObjectListingListener.handleObjectEntry(ObjectEntry objectEntry) -
Uses of ObjectEntry in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return types with arguments of type ObjectEntryModifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.listObjects(StorageListRequest request) -
Uses of ObjectEntry in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that return types with arguments of type ObjectEntryModifier and TypeMethodDescriptionConnection.listObjects(StorageListRequest request) List object on a container type -
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type ObjectEntryModifier 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
Methods in fr.gouv.vitam.storage.engine.server.distribution that return types with arguments of type ObjectEntryModifier 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
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return types with arguments of type ObjectEntryModifier 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
Methods in fr.gouv.vitam.storage.engine.server.offerdiff.sort that return ObjectEntryMethods in fr.gouv.vitam.storage.engine.server.offerdiff.sort with parameters of type ObjectEntry -
Uses of ObjectEntry in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type ObjectEntryModifier and TypeMethodDescriptionObjectReferentialRepository.listContainerObjectEntries(String containerName) -
Uses of ObjectEntry in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type ObjectEntry