| Package | Description |
|---|---|
| com.hybris.cockpitng.validation.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationResultSet |
ValidationResult.find(String path)
Gets all validation violations contained by this container that are related to specified path or it's subpaths.
|
ValidationResultSet |
ValidationResult.findNotConfirmed(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(String prefix)
Gets all validation violations contained by this container that are related to specified prefix or it's subpaths.
|
ValidationResultSet |
ValidationResult.get(ValidationSeverity severity)
Gets all validation violations contained by this container that has specified severity level.
|
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(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.getNotConfirmed(ValidationSeverity severity)
Gets all validation violations contained by this container that has specified severity level are not confirmed.
|
Copyright © 2018. All rights reserved.