Uses of Class
fr.gouv.vitam.common.model.revertupdate.RevertUpdateOptions
Package
Description
Provides the web server application for the Access External module and the rest resources it uses.
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
Provides access internal client interface, factory and implementations.
Provides the web server application for the Access Internal module and the rest resources it uses.
-
Uses of RevertUpdateOptions in fr.gouv.vitam.access.external.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AccessExternalResource.revertUpdateUnits
(RevertUpdateOptions revertUpdateOptions) Revert an update of archive units with json query. -
Uses of RevertUpdateOptions in fr.gouv.vitam.access.internal.api
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AccessInternalResource.revertUpdateUnits
(RevertUpdateOptions revertUpdateOptions) gets objects group with Json query Revert an update of archive units -
Uses of RevertUpdateOptions in fr.gouv.vitam.access.internal.client
Modifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient.revertUnits
(RevertUpdateOptions revertUpdateOptions) -
Uses of RevertUpdateOptions in fr.gouv.vitam.access.internal.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AccessInternalResourceImpl.revertUpdateUnits
(RevertUpdateOptions revertUpdateOptions)