Uses of Interface
com.atlassian.confluence.api.model.validation.ValidationError
Packages that use ValidationError
Package
Description
-
Uses of ValidationError in com.atlassian.confluence.api.impl.model.validation
Classes in com.atlassian.confluence.api.impl.model.validation that implement ValidationErrorMethods in com.atlassian.confluence.api.impl.model.validation that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionstatic List<ValidationError>
CoreValidationResultFactory.convertCoreErrorsToApiErrors
(Collection<ValidationError> coreErrors) -
Uses of ValidationError in com.atlassian.confluence.api.model.validation
Subinterfaces of ValidationError in com.atlassian.confluence.api.model.validationModifier and TypeInterfaceDescriptioninterface
Represents aValidationError
that is associated with a field of user input.Classes in com.atlassian.confluence.api.model.validation that implement ValidationErrorModifier and TypeClassDescriptionclass
Represents the simplest kind of validation error on a particular field.class
Represents the simplest kind of ValidationError.Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionSimpleMergeValidationResult.getErrors()
SimpleValidationResult.getErrors()
ValidationResult.getErrors()
Returns an iterable of the errors (if any) stored in this result.Methods in com.atlassian.confluence.api.model.validation with parameters of type ValidationErrorMethod parameters in com.atlassian.confluence.api.model.validation with type arguments of type ValidationErrorModifier and TypeMethodDescriptionSimpleValidationResult.Builder.addErrors
(List<ValidationError> errors) -
Uses of ValidationError in com.atlassian.confluence.rest.v2.api.model.validation
Classes in com.atlassian.confluence.rest.v2.api.model.validation that implement ValidationErrorModifier and TypeClassDescriptionclass
REST-friendly version of aSimpleFieldValidationError
.class
REST-friendly version of aValidationError
.Methods in com.atlassian.confluence.rest.v2.api.model.validation that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionValidationErrorDeserializerJackson2.deserialize
(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) RestValidationResult.getErrors()
Constructors in com.atlassian.confluence.rest.v2.api.model.validation with parameters of type ValidationError