Package | Description |
---|---|
com.atlassian.confluence.api.impl.model.validation | |
com.atlassian.confluence.core.service | |
com.atlassian.confluence.json.jsonator |
Modifier and Type | Method and Description |
---|---|
static List<ValidationError> |
CoreValidationResultFactory.convertCoreErrorsToApiErrors(Collection<ValidationError> coreErrors) |
static ValidationResult |
CoreValidationResultFactory.create(boolean authorized,
Collection<ValidationError> coreErrors) |
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
Collection<ValidationError> coreErrors)
Deprecated.
since 5.7, use
CoreValidationResultFactory#create(boolean, java.util.Collection instead. |
Modifier and Type | Class and Description |
---|---|
class |
FieldValidationError |
Modifier and Type | Method and Description |
---|---|
Collection<ValidationError> |
ServiceCommandValidator.getValidationErrors()
Get all validation errors.
|
Collection<ValidationError> |
ServiceCommand.getValidationErrors()
Gets the list of errors that are preventing the command from being executed.
|
Collection<ValidationError> |
DefaultServiceCommandValidator.getValidationErrors() |
Collection<ValidationError> |
AbstractServiceCommand.getValidationErrors() |
Modifier and Type | Method and Description |
---|---|
Json |
ValidationErrorJsonator.convert(ValidationError validationError) |
Copyright © 2003–2015 Atlassian. All rights reserved.