Uses of Class
fr.gouv.vitam.collect.common.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.external.external.rest Provides the web server application for the Collect External module and the rest resources it uses.fr.gouv.vitam.collect.internal.client Provides Collect client interface, factory and implementations.fr.gouv.vitam.collect.internal.core.helpers fr.gouv.vitam.collect.internal.core.service fr.gouv.vitam.collect.internal.rest -
-
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>CollectExternalClient. initTransaction(VitamContext vitamContext, TransactionDto transactionDto, java.lang.String projectId)Initialize a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectExternalClientRest. initTransaction(VitamContext vitamContext, TransactionDto transactionDto, java.lang.String projectId)RequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectExternalClient. updateTransaction(VitamContext vitamContext, TransactionDto transactionDto)Update a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectExternalClientRest. updateTransaction(VitamContext vitamContext, TransactionDto transactionDto) -
Uses of TransactionDto in fr.gouv.vitam.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest with parameters of type TransactionDto Modifier and Type Method Description javax.ws.rs.core.ResponseProjectExternalResource. initTransaction(TransactionDto transactionDto, java.lang.String projectId)javax.ws.rs.core.ResponseTransactionExternalResource. updateTransaction(TransactionDto transactionDto) -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.client
Methods in fr.gouv.vitam.collect.internal.client with parameters of type TransactionDto Modifier and Type Method Description RequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectInternalClient. initTransaction(TransactionDto transactionDto, java.lang.String projectId)Initialize a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectInternalClientRest. initTransaction(TransactionDto transactionDto, java.lang.String projectId)RequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectInternalClientRestMock. initTransaction(TransactionDto transactionDto, java.lang.String projectId)RequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectInternalClient. updateTransaction(TransactionDto transactionDto)Update a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectInternalClientRest. updateTransaction(TransactionDto transactionDto)RequestResponse<com.fasterxml.jackson.databind.JsonNode>CollectInternalClientRestMock. updateTransaction(TransactionDto transactionDto) -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that return TransactionDto Modifier and Type Method Description static TransactionDtoCollectHelper. convertTransactionModelToTransactionDto(TransactionModel transactionModel)Methods in fr.gouv.vitam.collect.internal.core.helpers with parameters of type TransactionDto Modifier and Type Method Description static ManifestContextCollectHelper. mapTransactionDtoToManifestContext(TransactionDto transactionDto, ProjectDto projectDto) -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that return types with arguments of type TransactionDto Modifier and Type Method Description java.util.List<TransactionDto>TransactionService. findTransactionsByProjectId(java.lang.String id)return transaction according to idMethods in fr.gouv.vitam.collect.internal.core.service with parameters of type TransactionDto Modifier and Type Method Description voidTransactionService. createTransaction(TransactionDto transactionDto, ProjectDto projectDto)create a transaction modelvoidTransactionService. replaceTransaction(TransactionDto transactionDto)update a transaction model -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.rest
Methods in fr.gouv.vitam.collect.internal.rest with parameters of type TransactionDto Modifier and Type Method Description javax.ws.rs.core.ResponseProjectInternalResource. initTransaction(TransactionDto transactionDto, java.lang.String projectId)javax.ws.rs.core.ResponseTransactionInternalResource. updateTransaction(TransactionDto transactionDto)
-