public class DocumentValidationReport extends Object
ConstraintViolation.| Modifier and Type | Field and Description |
|---|---|
protected List<ConstraintViolation> |
violations |
| Constructor and Description |
|---|
DocumentValidationReport(List<ConstraintViolation> violations) |
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintViolation> |
asList() |
boolean |
hasError() |
int |
numberOfErrors() |
String |
toString() |
protected List<ConstraintViolation> violations
public DocumentValidationReport(List<ConstraintViolation> violations)
public boolean hasError()
public int numberOfErrors()
public List<ConstraintViolation> asList()
Copyright © 2019 Nuxeo. All rights reserved.