Uses of Class
fr.gouv.vitam.collect.common.dto.BatchDto
Packages that use BatchDto
Package
Description
Provides Collect client interface, factory and implementations.
-
Uses of BatchDto in fr.gouv.vitam.collect.common.dto
Methods in fr.gouv.vitam.collect.common.dto that return types with arguments of type BatchDtoMethod parameters in fr.gouv.vitam.collect.common.dto with type arguments of type BatchDto -
Uses of BatchDto in fr.gouv.vitam.collect.internal.client
Methods in fr.gouv.vitam.collect.internal.client with parameters of type BatchDtoModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseCollectInternalClient.addBatchToTransaction(String transactionId, BatchDto batchDto) add Batch to transaction Consume and produce MediaType.APPLICATION_JSONjakarta.ws.rs.core.ResponseCollectInternalClientRest.addBatchToTransaction(String transactionId, BatchDto batchDto) -
Uses of BatchDto in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service with parameters of type BatchDtoModifier and TypeMethodDescriptionvoidTransactionService.addTransactionBatch(String transactionId, BatchDto batchDto) -
Uses of BatchDto in fr.gouv.vitam.collect.internal.rest
Methods in fr.gouv.vitam.collect.internal.rest with parameters of type BatchDtoModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseTransactionInternalResource.addTransactionBatch(String transactionId, BatchDto batchDto)