Uses of Class
fr.gouv.vitam.collect.common.dto.TransactionDto
Package
Description
Provides Collect client interface, factory and implementations.
Provides the web server application for the Collect External module and the rest resources it uses.
Provides Collect client interface, factory and implementations.
-
Uses of TransactionDto in fr.gouv.vitam.collect.external.client
Modifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectExternalClient.initTransaction
(VitamContext vitamContext, TransactionDto transactionDto, String projectId) Initialize a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectExternalClientRest.initTransaction
(VitamContext vitamContext, TransactionDto transactionDto, 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
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProjectExternalResource.initTransaction
(TransactionDto transactionDto, String projectId) javax.ws.rs.core.Response
TransactionExternalResource.updateTransaction
(TransactionDto transactionDto) -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.client
Modifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectInternalClient.initTransaction
(TransactionDto transactionDto, String projectId) Initialize a collect transaction Consume and produce MediaType.APPLICATION_JSONRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectInternalClientRest.initTransaction
(TransactionDto transactionDto, 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) -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.core.helpers
Modifier and TypeMethodDescriptionstatic TransactionDto
CollectHelper.convertTransactionModelToTransactionDto
(TransactionModel transactionModel) Modifier and TypeMethodDescriptionstatic ManifestContext
CollectHelper.mapTransactionDtoToManifestContext
(TransactionDto transactionDto, ProjectDto projectDto) -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.core.service
Modifier and TypeMethodDescriptionTransactionService.findTransactionsByProjectId
(String id) return transaction according to idModifier and TypeMethodDescriptionvoid
TransactionService.createTransaction
(TransactionDto transactionDto, ProjectDto projectDto) create a transaction modelTransactionService.replaceTransaction
(TransactionDto transactionDto) update a transaction model -
Uses of TransactionDto in fr.gouv.vitam.collect.internal.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProjectInternalResource.initTransaction
(TransactionDto transactionDto, String projectId) javax.ws.rs.core.Response
TransactionInternalResource.updateTransaction
(TransactionDto transactionDto)