Uses of Class
com.atlassian.confluence.core.service.ValidationError
Packages that use ValidationError
Package
Description
-
Uses of ValidationError in com.atlassian.confluence.api.impl.model.validation
Method parameters in com.atlassian.confluence.api.impl.model.validation with type arguments of type ValidationErrorModifier and TypeMethodDescriptionstatic List<ValidationError>
CoreValidationResultFactory.convertCoreErrorsToApiErrors
(Collection<ValidationError> coreErrors) static ValidationResult
CoreValidationResultFactory.create
(boolean authorized, Collection<ValidationError> coreErrors) -
Uses of ValidationError in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return types with arguments of type ValidationError -
Uses of ValidationError in com.atlassian.confluence.core.service
Subclasses of ValidationError in com.atlassian.confluence.core.serviceMethods in com.atlassian.confluence.core.service that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionAbstractServiceCommand.getValidationErrors()
DefaultServiceCommandValidator.getValidationErrors()
ServiceCommand.getValidationErrors()
Gets the list of errors that are preventing the command from being executed.ServiceCommandValidator.getValidationErrors()
Get all validation errors. -
Uses of ValidationError in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type ValidationErrorModifier and TypeMethodDescriptionValidationErrorJsonator.convert
(ValidationError validationError)