| 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> | 
ValidationResult.getErrors()  | 
java.util.Collection<ValidationError> | 
SimpleValidationResult.getErrors()  | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleValidationResult.Builder | 
SimpleValidationResult.Builder.addError(ValidationError error)  | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleValidationResult.Builder | 
SimpleValidationResult.Builder.addErrors(java.util.List<ValidationError> errors)  | 
Copyright © 2003-2014 Atlassian. All Rights Reserved.