Uses of Class
fr.gouv.vitam.collect.internal.dto.TransactionDto
-
Packages that use TransactionDto Package Description fr.gouv.vitam.collect.external.client Provides Collect client interface, factory and implementations.fr.gouv.vitam.collect.internal.helpers.builders fr.gouv.vitam.collect.internal.resource fr.gouv.vitam.collect.internal.service -
-
Uses of TransactionDto in fr.gouv.vitam.collect.external.client
Methods in fr.gouv.vitam.collect.external.client with parameters of type TransactionDto Modifier and Type Method Description RequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectClient. initTransaction(TransactionDto transactionDto)
Initialize a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectClientMock. initTransaction(TransactionDto transactionDto)
RequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectClientRest. initTransaction(TransactionDto transactionDto)
-
Uses of TransactionDto in fr.gouv.vitam.collect.internal.helpers.builders
Methods in fr.gouv.vitam.collect.internal.helpers.builders that return TransactionDto Modifier and Type Method Description TransactionDto
TransactionDtoBuilder. build()
-
Uses of TransactionDto in fr.gouv.vitam.collect.internal.resource
Methods in fr.gouv.vitam.collect.internal.resource with parameters of type TransactionDto Modifier and Type Method Description javax.ws.rs.core.Response
TransactionResource. initTransaction(TransactionDto transactionDto)
-
Uses of TransactionDto in fr.gouv.vitam.collect.internal.service
Methods in fr.gouv.vitam.collect.internal.service with parameters of type TransactionDto Modifier and Type Method Description void
CollectService. createCollect(TransactionDto transactionDto)
create a collect model
-