Uses of Class
com.atlassian.confluence.core.service.ValidationError

Packages that use ValidationError
com.atlassian.confluence.api.impl.model.validation   
com.atlassian.confluence.core.service   
com.atlassian.confluence.json.jsonator   
 

Uses of ValidationError in com.atlassian.confluence.api.impl.model.validation
 

Method parameters in com.atlassian.confluence.api.impl.model.validation with type arguments of type ValidationError
static CoreValidationResult CoreValidationResult.create(boolean authorized, java.util.Collection<ValidationError> coreErrors)
           
 

Uses of ValidationError in com.atlassian.confluence.core.service
 

Subclasses of ValidationError in com.atlassian.confluence.core.service
 class FieldValidationError
           
 

Methods in com.atlassian.confluence.core.service that return types with arguments of type ValidationError
 java.util.Collection<ValidationError> ServiceCommandValidator.getValidationErrors()
          Get all validation errors.
 java.util.Collection<ValidationError> ServiceCommand.getValidationErrors()
          Gets the list of errors that are preventing the command from being executed.
 java.util.Collection<ValidationError> DefaultServiceCommandValidator.getValidationErrors()
           
 java.util.Collection<ValidationError> AbstractServiceCommand.getValidationErrors()
           
 

Uses of ValidationError in com.atlassian.confluence.json.jsonator
 

Methods in com.atlassian.confluence.json.jsonator with parameters of type ValidationError
 Json ValidationErrorJsonator.convert(ValidationError validationError)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.