Uses of Class
fr.gouv.vitam.common.model.elimination.DeletionRequestBody
Packages that use DeletionRequestBody
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 DeletionRequestBody in fr.gouv.vitam.collect.external.client
Methods in fr.gouv.vitam.collect.external.client with parameters of type DeletionRequestBodyModifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectExternalClient.performDeletionActionOnTransaction
(VitamContext vitamContext, String transactionId, DeletionRequestBody deletionRequestBody) Performs a deletion action workflow on transaction.RequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectExternalClientRest.performDeletionActionOnTransaction
(VitamContext vitamContext, String transactionId, DeletionRequestBody deletionRequestBody) -
Uses of DeletionRequestBody in fr.gouv.vitam.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest with parameters of type DeletionRequestBodyModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TransactionExternalResource.startDeletionAction
(String transactionId, DeletionRequestBody deletionRequestBody) Performs a deletion workflow on transaction in collect. -
Uses of DeletionRequestBody in fr.gouv.vitam.collect.internal.client
Methods in fr.gouv.vitam.collect.internal.client with parameters of type DeletionRequestBodyModifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectInternalClient.startDeletion
(String transactionId, DeletionRequestBody deletionRequestBody) Performs a deletion action workflow on collect.RequestResponse<com.fasterxml.jackson.databind.JsonNode>
CollectInternalClientRest.startDeletion
(String transactionId, DeletionRequestBody deletionRequestBody) -
Uses of DeletionRequestBody in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service with parameters of type DeletionRequestBodyModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TransactionService.startDeletionWorkflow
(String transactionId, DeletionRequestBody deletionRequestBody, Contexts deletionWorkflowContext) -
Uses of DeletionRequestBody in fr.gouv.vitam.collect.internal.rest
Methods in fr.gouv.vitam.collect.internal.rest with parameters of type DeletionRequestBodyModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TransactionInternalResource.startDeletionWorkflow
(String transactionId, DeletionRequestBody deletionRequestBody) Starts a deletion workflow on Collect.