ValidationResultSet |
ValidationResult.find(java.lang.String path) |
Gets all validation violations contained by this container that are related to specified path or it's subpaths.
|
ValidationResultSet |
ValidationResult.findNotConfirmed(java.lang.String path) |
Gets all validation violations contained by this container that are related to specified path or it's subpaths and
are not confirmed.
|
ValidationResultSet |
ValidationResult.get(ValidationSeverity severity) |
Gets all validation violations contained by this container that has specified severity level.
|
ValidationResultSet |
ValidationResult.get(java.lang.String prefix) |
Gets all validation violations contained by this container that are related to specified prefix or it's subpaths.
|
ValidationResultSet |
ValidationResult.getConfirmed() |
Gets all validation violations contained by this container that are confirmed.
|
ValidationResultSet |
ValidationResult.getNotConfirmed() |
Gets all validation violations contained by this container that are not confirmed.
|
ValidationResultSet |
ValidationResult.getNotConfirmed(ValidationSeverity severity) |
Gets all validation violations contained by this container that has specified severity level are not confirmed.
|
ValidationResultSet |
ValidationResult.getNotConfirmed(java.lang.String path) |
Gets all validation violations contained by this container that are related to specified path or it's subpaths and
are not confirmed.
|