Uses of Class
fr.gouv.vitam.common.model.revertupdate.RevertUpdateOptions
-
Packages that use RevertUpdateOptions 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.api Provides module and resource interfaces and a binary data POJO for the Access Internal module.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. -
-
Uses of RevertUpdateOptions in fr.gouv.vitam.access.external.rest
Methods in fr.gouv.vitam.access.external.rest with parameters of type RevertUpdateOptions Modifier and Type Method Description javax.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
Methods in fr.gouv.vitam.access.internal.api with parameters of type RevertUpdateOptions Modifier and Type Method Description javax.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
Methods in fr.gouv.vitam.access.internal.client with parameters of type RevertUpdateOptions Modifier and Type Method Description RequestResponse<com.fasterxml.jackson.databind.JsonNode>
AccessInternalClient. revertUnits(RevertUpdateOptions revertUpdateOptions)
-
Uses of RevertUpdateOptions in fr.gouv.vitam.access.internal.rest
Methods in fr.gouv.vitam.access.internal.rest with parameters of type RevertUpdateOptions Modifier and Type Method Description javax.ws.rs.core.Response
AccessInternalResourceImpl. revertUpdateUnits(RevertUpdateOptions revertUpdateOptions)
-