Modifier and Type | Method and Description |
---|---|
static List<ValidationError> |
CoreValidationResultFactory.convertCoreErrorsToApiErrors(Collection<ValidationError> coreErrors) |
static ValidationResult |
CoreValidationResultFactory.create(boolean authorized,
Collection<ValidationError> coreErrors) |
Modifier and Type | Method and Description |
---|---|
Collection<ValidationError> |
LongRunningTaskMovePageCommandDecorator.getValidationErrors() |
Modifier and Type | Class and Description |
---|---|
class |
FieldValidationError |
Modifier and Type | Method and Description |
---|---|
Collection<ValidationError> |
AbstractServiceCommand.getValidationErrors() |
Collection<ValidationError> |
DefaultServiceCommandValidator.getValidationErrors() |
Collection<ValidationError> |
ServiceCommand.getValidationErrors()
Gets the list of errors that are preventing the command from being executed.
|
Collection<ValidationError> |
ServiceCommandValidator.getValidationErrors()
Get all validation errors.
|
Modifier and Type | Method and Description |
---|---|
Json |
ValidationErrorJsonator.convert(ValidationError validationError) |
Copyright © 2003–2021 Atlassian. All rights reserved.