Uses of Class
fr.gouv.vitam.storage.driver.model.StorageLogTraceabilityResult
Packages that use StorageLogTraceabilityResult
Package
Description
Provides Model classes such as Requests and Results classes for the Storage
driver module
Provides Storage Engine client interface, factory and implementations.
-
Uses of StorageLogTraceabilityResult in fr.gouv.vitam.storage.driver.model
Methods in fr.gouv.vitam.storage.driver.model that return StorageLogTraceabilityResultModifier and TypeMethodDescriptionStorageLogTraceabilityResult.setOperationId
(String operationId) StorageLogTraceabilityResult.setTenantId
(Integer tenantId) -
Uses of StorageLogTraceabilityResult in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type StorageLogTraceabilityResultModifier and TypeMethodDescriptionStorageClient.storageLogTraceability
(List<Integer> tenants) Call storage log traceability operation.StorageClientMock.storageLogTraceability
(List<Integer> tenants) -
Uses of StorageLogTraceabilityResult in fr.gouv.vitam.storage.engine.server.storagetraceability
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability that return types with arguments of type StorageLogTraceabilityResultModifier and TypeMethodDescriptionStorageTraceabilityAdministration.generateStorageLogTraceabilityOperations
(String strategyId, List<Integer> tenants)