Package | Description |
---|---|
com.atlassian.confluence.api.impl.model.validation | |
com.atlassian.confluence.api.model.validation | |
com.atlassian.confluence.rest.api.model.validation |
Modifier and Type | Class and Description |
---|---|
class |
DefaultValidationError
Simple immutable
ValidationError implementation. |
Modifier and Type | Method and Description |
---|---|
static List<ValidationError> |
CoreValidationResultFactory.convertCoreErrorsToApiErrors(Collection<ValidationError> coreErrors) |
List<ValidationError> |
CoreValidationResult.getErrors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
List<ValidationError> errors)
Deprecated.
since 5.7, use
SimpleValidationResult.Builder instead |
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 |
---|---|
Collection<ValidationError> |
SimpleValidationResult.getErrors() |
Iterable<ValidationError> |
SimpleMergeValidationResult.getErrors() |
Iterable<ValidationError> |
ValidationResult.getErrors()
Returns an iterable of the errors (if any) stored in this result.
|
Modifier and Type | Method and Description |
---|---|
SimpleValidationResult.Builder |
SimpleValidationResult.Builder.addError(ValidationError error) |
Modifier and Type | Method and Description |
---|---|
SimpleValidationResult.Builder |
SimpleValidationResult.Builder.addErrors(List<ValidationError> errors) |
Modifier and Type | Class and Description |
---|---|
class |
RestFieldValidationError
REST-friendly version of a
SimpleFieldValidationError . |
class |
RestValidationError
REST-friendly version of a
ValidationError . |
Modifier and Type | Method and Description |
---|---|
List<ValidationError> |
ValidationErrorDeserializer.deserialize(org.codehaus.jackson.JsonParser jsonParser,
org.codehaus.jackson.map.DeserializationContext context) |
Iterable<ValidationError> |
RestValidationResult.getErrors() |
Constructor and Description |
---|
RestValidationError(ValidationError that) |
Copyright © 2003–2018 Atlassian. All rights reserved.