Package | Description |
---|---|
com.atlassian.confluence.api.impl.model.validation |
Modifier and Type | Field and Description |
---|---|
static CoreValidationResult |
CoreValidationResult.FORBIDDEN
Deprecated.
A singleton unauthorized result.
|
static CoreValidationResult |
CoreValidationResult.VALID
Deprecated.
A singleton valid result.
|
Modifier and Type | Method and Description |
---|---|
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
Collection<ValidationError> coreErrors)
Deprecated.
since 5.7, use
CoreValidationResultFactory#create(boolean, java.util.Collection instead. |
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
List<ValidationError> errors)
Deprecated.
since 5.7, use
SimpleValidationResult.Builder instead |
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
Message message)
Deprecated.
since 5.7, use
SimpleValidationResult.Builder instead. |
Copyright © 2003–2017 Atlassian. All rights reserved.