| Package | Description |
|---|---|
| com.atlassian.confluence.api.service.content | |
| com.atlassian.confluence.api.service.exceptions |
| Modifier and Type | Method and Description |
|---|---|
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 |
SpaceService.Validator.validateCreate(Space newSpace,
boolean isPrivate)
Validate that a Space can be added, including permission checks.
|
ValidationResult |
AttachmentService.Validator.validateDelete(Content attachment)
Validate that an Attachment can be deleted, including permission checks.
|
ValidationResult |
ContentService.Validator.validateDelete(Content content)
Validate that a piece of content can be deleted, including permission checks.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
BadRequestException.getValidationResult() |
| Constructor and Description |
|---|
BadRequestException(java.lang.String message,
ValidationResult validationResult) |
Copyright © 2003-2014 Atlassian. All Rights Reserved.