Uses of Class
com.atlassian.confluence.core.service.ValidationError
-
-
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 ValidationError Modifier and Type Method Description static 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 Modifier and Type Method Description Collection<ValidationError>
LongRunningTaskMovePageCommandDecorator. getValidationErrors()
-
Uses of ValidationError in com.atlassian.confluence.core.service
Subclasses of ValidationError in com.atlassian.confluence.core.service Modifier and Type Class Description class
FieldValidationError
Methods in com.atlassian.confluence.core.service that return types with arguments of type ValidationError Modifier and Type Method Description Collection<ValidationError>
AbstractServiceCommand. getValidationErrors()
Collection<ValidationError>
DefaultServiceCommandValidator. getValidationErrors()
Collection<ValidationError>
ServiceCommand. getValidationErrors()
Gets the list of errors that are preventing the command from being executed.Collection<ValidationError>
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 ValidationError Modifier and Type Method Description Json
ValidationErrorJsonator. convert(ValidationError validationError)
-