Uses of Class
fr.gouv.vitam.common.exception.NoWritingPermissionException
Packages that use NoWritingPermissionException
Package
Description
Provides access internal client interface, factory and implementations.
-
Uses of NoWritingPermissionException in fr.gouv.vitam.access.internal.client
Methods in fr.gouv.vitam.access.internal.client that throw NoWritingPermissionExceptionModifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient.bulkAtomicUpdateUnits(com.fasterxml.jackson.databind.JsonNode updateQueries) Bulk atomic update of archive units with dsl query.RequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient.revertUnits(RevertUpdateOptions revertUpdateOptions) RequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient.updateUnitbyId(com.fasterxml.jackson.databind.JsonNode updateQuery, String unitId) update Unit By IdRequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient.updateUnits(com.fasterxml.jackson.databind.JsonNode updateQuery) Mass update of archive units with dsl query.RequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient.updateUnitsRules(MassUpdateUnitRuleRequest massUpdateUnitRuleRequest) Mass update of archive units rules.