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

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

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

Methods in com.atlassian.confluence.content.service that return types with arguments of type ValidationError
 java.util.Collection<ValidationError> NotationHelpBookmarkCommand.getValidationErrors()
           
 

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-2009 Atlassian Pty Ltd. All Rights Reserved.