public class SimpleValidationResult extends Object implements ValidationResult
Modifier and Type | Class and Description |
---|---|
static class |
SimpleValidationResult.Builder |
Modifier and Type | Field and Description |
---|---|
static ValidationResult |
FORBIDDEN
A singleton unauthorized result.
|
static ValidationResult |
VALID
A singleton valid result.
|
Modifier and Type | Method and Description |
---|---|
static SimpleValidationResult.Builder |
builder() |
ServiceException |
convertToServiceException(String errorMsg) |
Collection<ValidationError> |
getErrors() |
boolean |
isAuthorized() |
boolean |
isValid() |
ServiceException |
throwIfInvalid(String message)
converts this validation result into an Exception and throws it
|
String |
toString() |
public static final ValidationResult VALID
public static final ValidationResult FORBIDDEN
public boolean isAuthorized()
isAuthorized
in interface ValidationResult
public boolean isValid()
isValid
in interface ValidationResult
public Collection<ValidationError> getErrors()
getErrors
in interface ValidationResult
public ServiceException throwIfInvalid(String message) throws ServiceException
ValidationResult
throwIfInvalid
in interface ValidationResult
ServiceException
public ServiceException convertToServiceException(String errorMsg)
public static SimpleValidationResult.Builder builder()
Copyright © 2003–2015 Atlassian. All rights reserved.
View cookie preferences