Uses of Class
com.atlassian.confluence.api.service.exceptions.ConflictException
Packages that use ConflictException
Package
Description
-
Uses of ConflictException in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type ConflictExceptionModifier and TypeMethodDescriptionstatic BiFunction
<String, ValidationResult, ? extends ConflictException> ServiceExceptionSupplier.conflictExceptionSupplier()
-
Uses of ConflictException in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that throw ConflictExceptionModifier and TypeMethodDescriptionContentPropertyService.Validator.validateUpdate
(JsonContentProperty property) Validate that a content property can be updated, including permission checks.