Uses of Class
fr.gouv.vitam.common.model.DeleteGotVersionsRequest
-
Packages that use DeleteGotVersionsRequest Package Description fr.gouv.vitam.access.external.rest Provides the web server application for the Access External module and the rest resources it uses.fr.gouv.vitam.access.internal.client Provides access internal client interface, factory and implementations.fr.gouv.vitam.access.internal.rest Provides the web server application for the Access Internal module and the rest resources it uses.fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers fr.gouv.vitam.worker.core.utils -
-
Uses of DeleteGotVersionsRequest in fr.gouv.vitam.access.external.rest
Methods in fr.gouv.vitam.access.external.rest with parameters of type DeleteGotVersionsRequest Modifier and Type Method Description javax.ws.rs.core.Response
AccessExternalResource. deleteGotVersions(DeleteGotVersionsRequest deleteGotVersionsRequest)
-
Uses of DeleteGotVersionsRequest in fr.gouv.vitam.access.internal.client
Methods in fr.gouv.vitam.access.internal.client with parameters of type DeleteGotVersionsRequest Modifier and Type Method Description RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient. deleteGotVersions(DeleteGotVersionsRequest request)
Perform deleteGotVersions workflow -
Uses of DeleteGotVersionsRequest in fr.gouv.vitam.access.internal.rest
Methods in fr.gouv.vitam.access.internal.rest with parameters of type DeleteGotVersionsRequest Modifier and Type Method Description javax.ws.rs.core.Response
AccessInternalResourceImpl. deleteGotVersions(DeleteGotVersionsRequest deleteGotVersionsRequest)
-
Uses of DeleteGotVersionsRequest in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers
Methods in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers with parameters of type DeleteGotVersionsRequest Modifier and Type Method Description java.util.List<ObjectGroupToDeleteReportEntry>
DeleteGotVersionsPreparationPlugin. generateGotWithDetails(ObjectGroupResponse objectGroup, DeleteGotVersionsRequest deleteGotVersionsRequest)
-
Uses of DeleteGotVersionsRequest in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils with parameters of type DeleteGotVersionsRequest Modifier and Type Method Description static java.io.InputStream
PluginHelper. createUnitsByGotFile(MetaDataClient metaDataClient, DeleteGotVersionsRequest deleteGotVersionsRequest, HandlerIO handler)
-