Modifier and Type | Method and Description |
---|---|
Message |
DefaultValidationError.getMessage() |
Modifier and Type | Method and Description |
---|---|
static CoreValidationResult |
CoreValidationResult.create(boolean authorized,
Message message)
Deprecated.
since 5.7, use
SimpleValidationResult.Builder instead. |
static ValidationResult |
CoreValidationResult.create(Message message,
com.google.common.base.Function<String,? extends ServiceException> exceptionSupplier)
Deprecated.
since 5.7, use {@link com.atlassian.confluence.api.model.validation.SimpleValidationResult.Builder instead.
|
Constructor and Description |
---|
DefaultValidationError(Message message) |
Modifier and Type | Method and Description |
---|---|
Message |
LongTaskStatus.getName() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
LongTaskStatus.getMessages() |
Modifier and Type | Method and Description |
---|---|
LongTaskStatus.LongTaskBuilder |
LongTaskStatus.LongTaskBuilder.addMessage(Message message) |
LongTaskStatus.LongTaskBuilder |
LongTaskStatus.LongTaskBuilder.name(Message name) |
Modifier and Type | Interface and Description |
---|---|
interface |
Message<T extends Message>
Contains an key and array of arguments for conversion to an internationalised string.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMessage
Simple immutable implementation of
Message . |
Modifier and Type | Method and Description |
---|---|
static SimpleMessage |
SimpleMessage.copyOf(Message message) |
Modifier and Type | Method and Description |
---|---|
Message |
SimpleValidationError.getMessage() |
Message |
ValidationError.getMessage() |
Modifier and Type | Method and Description |
---|---|
SimpleValidationResult.Builder |
SimpleValidationResult.Builder.addMessage(Message message) |
Constructor and Description |
---|
SimpleValidationError(Message message) |
Modifier and Type | Class and Description |
---|---|
class |
BulkSimpleMessage |
Modifier and Type | Method and Description |
---|---|
Message |
RestValidationError.getMessage() |
Message |
RestFieldValidationError.getMessage() |
Copyright © 2003–2018 Atlassian. All rights reserved.