Uses of Interface
com.atlassian.confluence.api.model.validation.ValidationResult

Packages that use ValidationResult
com.atlassian.confluence.api.impl.model.validation   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.model.validation   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.api.service.exceptions   
com.atlassian.confluence.rest.api.model   
com.atlassian.confluence.rest.api.model.validation   
 

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

Classes in com.atlassian.confluence.api.impl.model.validation that implement ValidationResult
 class CoreValidationResult
          Adapts Confluence Core ValidationErrors to API ValidationResults.
 

Uses of ValidationResult in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that return ValidationResult
protected  ValidationResult ContentServiceImpl.ValidatorImpl.validateCommand(ServiceCommand command)
           
 ValidationResult ContentServiceImpl.ValidatorImpl.validateCreate(Content newContent)
           
 ValidationResult SpaceServiceImpl.ValidatorImpl.validateCreate(Space space, boolean isPrivate)
           
 ValidationResult ContentServiceImpl.ValidatorImpl.validateDelete(Content content)
           
 ValidationResult SpaceServiceImpl.ValidatorImpl.validateDelete(Space space)
           
 ValidationResult SpaceServiceImpl.ValidatorImpl.validateUpdate(Space space)
           
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ValidationResult
ApiBackedActionHelper(ValidationResult validationResult)
           
 

Uses of ValidationResult in com.atlassian.confluence.api.model.validation
 

Classes in com.atlassian.confluence.api.model.validation that implement ValidationResult
 class SimpleValidationResult
          Represents the simplest kind of ValidationResult.
 

Methods in com.atlassian.confluence.api.model.validation that return ValidationResult
 ValidationResult SimpleValidationResult.Builder.build()
           
 ValidationResult WithValidationResult.getValidationResult()
           
 

Uses of ValidationResult in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that return ValidationResult
 ValidationResult ContentLabelService.Validator.validateAddLabels(ContentId contentId, Label... labels)
          Validates that the list of labels can be added to the given content
 ValidationResult ContentService.Validator.validateCreate(Content newContent)
          Validate that a piece of content can be included, including permission checks.
 ValidationResult ContentPropertyService.Validator.validateCreate(JsonContentProperty newProperty)
          Validate that a content property can be created, including permission checks.
 ValidationResult SpaceService.Validator.validateCreate(Space newSpace, boolean isPrivate)
          Validate that a Space can be added, including permission checks.
 ValidationResult ContentService.Validator.validateDelete(Content content)
          Validate that a piece of content can be deleted, including permission checks.
 ValidationResult AttachmentService.Validator.validateDelete(Content attachment)
          Validate that an Attachment can be deleted, including permission checks.
 ValidationResult ContentPropertyService.Validator.validateDelete(JsonContentProperty property)
          Validate that a content property can be deleted, including permission checks.
 ValidationResult SpaceService.Validator.validateDelete(Space spaceToDelete)
          Validate that a Space can be deleted, including permission checks.
 ValidationResult ContentPropertyService.Validator.validateUpdate(JsonContentProperty property)
          Validate that a content property can be updated, including permission checks.
 ValidationResult SpaceService.Validator.validateUpdate(Space space)
          Validate that a Space can be updated, including permission checks.
 

Uses of ValidationResult in com.atlassian.confluence.api.service.exceptions
 

Methods in com.atlassian.confluence.api.service.exceptions that return ValidationResult
 ValidationResult BadRequestException.getValidationResult()
           
 

Constructors in com.atlassian.confluence.api.service.exceptions with parameters of type ValidationResult
BadRequestException(java.lang.String message, ValidationResult validationResult)
           
 

Uses of ValidationResult in com.atlassian.confluence.rest.api.model
 

Methods in com.atlassian.confluence.rest.api.model that return ValidationResult
 ValidationResult RestError.getData()
          The data returned here is a ValidationResult so that clients can process the i18n key and arguments.
 

Uses of ValidationResult in com.atlassian.confluence.rest.api.model.validation
 

Classes in com.atlassian.confluence.rest.api.model.validation that implement ValidationResult
 class RestValidationResult
          REST-friendly version of a ValidationResult.
 

Constructors in com.atlassian.confluence.rest.api.model.validation with parameters of type ValidationResult
RestValidationResult(ValidationResult that)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.