Uses of Class
fr.gouv.vitam.logbook.common.model.TenantLogbookOperationTraceabilityResult
Packages that use TenantLogbookOperationTraceabilityResult
Package
Description
Provides the core classes for the Logbook Administration module
logbook model package
Provides Logbook Operations client interface, factory and implementations.
-
Uses of TenantLogbookOperationTraceabilityResult in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core that return types with arguments of type TenantLogbookOperationTraceabilityResultModifier and TypeMethodDescriptionLogbookAdministration.generateSecureLogbooks
(List<Integer> tenants) -
Uses of TenantLogbookOperationTraceabilityResult in fr.gouv.vitam.logbook.common.model
Methods in fr.gouv.vitam.logbook.common.model that return TenantLogbookOperationTraceabilityResultModifier and TypeMethodDescriptionTenantLogbookOperationTraceabilityResult.setOperationId
(String operationId) TenantLogbookOperationTraceabilityResult.setTenantId
(Integer tenantId) -
Uses of TenantLogbookOperationTraceabilityResult in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client that return types with arguments of type TenantLogbookOperationTraceabilityResultModifier and TypeMethodDescriptionLogbookOperationsClient.traceability
(List<Integer> tenants) Call traceability logbook operation for requested tenantsLogbookOperationsClientMock.traceability
(List<Integer> tenants)