| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.validation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldValidationError
Represents a
ValidationError that is associated with a field of user input. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFieldValidationError
Represents the simplest kind of validation error on a particular field.
|
class |
SimpleValidationError
Represents the simplest kind of ValidationError.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ValidationError> |
SimpleValidationResult.getErrors() |
java.lang.Iterable<ValidationError> |
ValidationResult.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
SimpleValidationResult.Builder |
SimpleValidationResult.Builder.addError(ValidationError error) |
Copyright © 2003-2014 Atlassian. All Rights Reserved.