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

Packages that use ValidationError
com.atlassian.confluence.core.service   
com.atlassian.confluence.json.jsonator   
 

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
 Collection<ValidationError> ServiceCommandValidator.getValidationErrors()
          Get all validation errors.
 Collection<ValidationError> ServiceCommand.getValidationErrors()
          Gets the list of errors that are preventing the command from being executed.
 Collection<ValidationError> DefaultServiceCommandValidator.getValidationErrors()
           
 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-2012 Atlassian. All Rights Reserved.