|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationError | |
|---|---|
| com.atlassian.confluence.api.impl.model.validation | |
| com.atlassian.confluence.api.model.validation | |
| com.atlassian.confluence.rest.api.model.validation | |
| Uses of ValidationError in com.atlassian.confluence.api.impl.model.validation |
|---|
| Classes in com.atlassian.confluence.api.impl.model.validation that implement ValidationError | |
|---|---|
class |
DefaultValidationError
Simple immutable ValidationError implementation. |
| Methods in com.atlassian.confluence.api.impl.model.validation that return types with arguments of type ValidationError | |
|---|---|
java.util.List<ValidationError> |
CoreValidationResult.getErrors()
|
| Method parameters in com.atlassian.confluence.api.impl.model.validation with type arguments of type ValidationError | |
|---|---|
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
java.util.List<ValidationError> errors)
|
| Uses of ValidationError in com.atlassian.confluence.api.model.validation |
|---|
| Subinterfaces of ValidationError in com.atlassian.confluence.api.model.validation | |
|---|---|
interface |
FieldValidationError
Represents a ValidationError that is associated with a field of user input. |
| Classes in com.atlassian.confluence.api.model.validation that implement ValidationError | |
|---|---|
class |
SimpleFieldValidationError
Represents the simplest kind of validation error on a particular field. |
class |
SimpleValidationError
Represents the simplest kind of ValidationError. |
| Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type ValidationError | |
|---|---|
java.lang.Iterable<ValidationError> |
ValidationResult.getErrors()
|
java.lang.Iterable<ValidationError> |
SimpleValidationResult.getErrors()
|
| Methods in com.atlassian.confluence.api.model.validation with parameters of type ValidationError | |
|---|---|
SimpleValidationResult.Builder |
SimpleValidationResult.Builder.addError(ValidationError error)
|
| Uses of ValidationError in com.atlassian.confluence.rest.api.model.validation |
|---|
| Classes in com.atlassian.confluence.rest.api.model.validation that implement ValidationError | |
|---|---|
class |
RestValidationError
REST-friendly version of a ValidationError. |
| Methods in com.atlassian.confluence.rest.api.model.validation that return types with arguments of type ValidationError | |
|---|---|
java.lang.Iterable<ValidationError> |
RestValidationResult.getErrors()
|
| Constructors in com.atlassian.confluence.rest.api.model.validation with parameters of type ValidationError | |
|---|---|
RestValidationError(ValidationError that)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||