Uses of Class
fr.gouv.vitam.storage.engine.common.model.response.StoredInfoResult
Packages that use StoredInfoResult
Package
Description
Provides Storage Engine client interface, factory and implementations.
Provides common Response classes for the Storage Engine module.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Plugin package in worker module
-
Uses of StoredInfoResult in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup that return StoredInfoResultModifier and TypeMethodDescriptionBackupService.backup
(InputStream stream, DataCategory storageCollectionType, String uri) Store file in offersBackupService.backup
(InputStream stream, DataCategory storageCollectionType, String uri, String strategyId) Store file in offers with defined strategyBackupService.backupFromWorkspace
(String workspaceUri, DataCategory storageCollectionType, String objectName) Store file in offersBackupService.storeIntoOffers
(String workspaceContainer, String workspaceUri, DataCategory storageCollectionType, String objectName, String strategyId) Store file in offers -
Uses of StoredInfoResult in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return StoredInfoResultModifier and TypeMethodDescriptionStorageClient.storeFileFromWorkspace
(String strategyId, DataCategory type, String guid, ObjectDescription description) Store an object available in workspace by its vitam guidStorageClientMock.storeFileFromWorkspace
(String strategyId, DataCategory type, String guid, ObjectDescription description) -
Uses of StoredInfoResult in fr.gouv.vitam.storage.engine.common.model.response
Methods in fr.gouv.vitam.storage.engine.common.model.response that return StoredInfoResultModifier and TypeMethodDescriptionStoredInfoResult.setCreationTime
(String creationTime) StoredInfoResult.setDigestType
(String digestType) StoredInfoResult.setLastAccessTime
(String lastAccessTime) StoredInfoResult.setLastCheckedTime
(String lastCheckedTime) StoredInfoResult.setLastModifiedTime
(String lastModifiedTime) StoredInfoResult.setNbCopy
(int nbCopy) StoredInfoResult.setObjectGroupId
(String objectGroupId) StoredInfoResult.setOfferIds
(List<String> offerIds) StoredInfoResult.setStrategy
(String strategy) StoredInfoResult.setUnitIds
(List<String> unitIds) -
Uses of StoredInfoResult in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return StoredInfoResultModifier and TypeMethodDescriptionStorageDistribution.copyObjectFromOfferToOffer
(DataContext context, String sourceOffer, String destinationOffer) copy object from on offer to an anotherStorageDistribution.storeDataInAllOffers
(String strategyId, String objectId, ObjectDescription createObjectDescription, DataCategory category, String requester) Store data of any type for given tenant on storage offers associated to given strategyStorageDistribution.storeDataInOffers
(String strategyId, String origin, StreamAndInfo streamAndInfo, String objectId, DataCategory category, String requester, List<String> offerIds) StorageDistribution.storeDataInOffers
(String strategyId, String origin, String objectId, DataCategory category, String requester, List<String> offerIds, javax.ws.rs.core.Response response) Store data of any type for given tenant on the given storage offer. -
Uses of StoredInfoResult in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return StoredInfoResultModifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.copyObjectFromOfferToOffer
(DataContext context, String sourceOffer, String destinationOffer) StorageDistributionImpl.copyObjectFromOfferToOffer
(DataContext context, String sourceOffer, String destinationOffer) ReadOnlyShieldStorageDistribution.storeDataInAllOffers
(String strategyId, String objectId, ObjectDescription createObjectDescription, DataCategory category, String requester) StorageDistributionImpl.storeDataInAllOffers
(String strategyId, String objectId, ObjectDescription createObjectDescription, DataCategory category, String requester) ReadOnlyShieldStorageDistribution.storeDataInOffers
(String strategyId, String origin, StreamAndInfo streamAndInfo, String objectId, DataCategory category, String requester, List<String> offerIds) ReadOnlyShieldStorageDistribution.storeDataInOffers
(String strategyId, String origin, String objectId, DataCategory category, String requester, List<String> offerIds, javax.ws.rs.core.Response response) StorageDistributionImpl.storeDataInOffers
(String strategyId, String origin, StreamAndInfo streamAndInfo, String objectId, DataCategory category, String requester, List<String> offerIds) StorageDistributionImpl.storeDataInOffers
(String strategyId, String origin, String objectId, DataCategory category, String requester, List<String> offerIds, javax.ws.rs.core.Response response) -
Uses of StoredInfoResult in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return StoredInfoResultModifier and TypeMethodDescriptionprotected StoredInfoResult
StoreObjectActionHandler.storeObject
(String strategyId, ObjectDescription description, ItemStatus itemStatus) The function is used for retrieving ObjectGroup in workspace and storing metaData in storage offerMethods in fr.gouv.vitam.worker.core.plugin with parameters of type StoredInfoResultModifier and TypeMethodDescriptionstatic BinaryEventData
BinaryEventData.from
(StoredInfoResult storedInfoResult) -
Uses of StoredInfoResult in fr.gouv.vitam.worker.core.plugin.evidence.report
Methods in fr.gouv.vitam.worker.core.plugin.evidence.report that return StoredInfoResultModifier and TypeMethodDescriptionEvidenceAuditParameters.getMdOptimisticStorageInfo()
getter for mdOptimisticStorageInfoMethods in fr.gouv.vitam.worker.core.plugin.evidence.report that return types with arguments of type StoredInfoResultModifier and TypeMethodDescriptionEvidenceAuditParameters.getMdOptimisticStorageInfoMap()
getter for mdOptimisticStorageInfoMapMethods in fr.gouv.vitam.worker.core.plugin.evidence.report with parameters of type StoredInfoResultModifier and TypeMethodDescriptionvoid
EvidenceAuditParameters.setMdOptimisticStorageInfo
(StoredInfoResult mdOptimisticStorageInfo) setter for mdOptimisticStorageInfoMethod parameters in fr.gouv.vitam.worker.core.plugin.evidence.report with type arguments of type StoredInfoResultModifier and TypeMethodDescriptionvoid
EvidenceAuditParameters.setMdOptimisticStorageInfoMap
(Map<String, StoredInfoResult> mdOptimisticStorageInfoMap) setter for mdOptimisticStorageInfoMap -
Uses of StoredInfoResult in fr.gouv.vitam.worker.core.plugin.preservation.model
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return types with arguments of type StoredInfoResultMethods in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type StoredInfoResultModifier and TypeMethodDescriptionWorkflowBatchResult.OutputExtra.withStoredInfo
(WorkflowBatchResult.OutputExtra outputExtra, StoredInfoResult storedInfo)