Interface SeverityThresholdAwareChecker
-
- All Known Implementing Classes:
DefaultSeverityThresholdAwareCheckerImpl
public interface SeverityThresholdAwareCheckerSeverity filter interface for removing violations below defined level.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsViolationsOfSeverity(java.util.Set<HybrisConstraintViolation> orginalSet)Returnstrueif the set ofHybrisConstraintViolationcontains at least one violation with threshold level equal or higher then definedDefaultSeverityThresholdAwareCheckerImpl.setThresholdLevel(Class)level using order asDefaultSeverityThresholdAwareCheckerImpl.setSeveritiesOrder(java.util.List).
-
-
-
Method Detail
-
containsViolationsOfSeverity
boolean containsViolationsOfSeverity(java.util.Set<HybrisConstraintViolation> orginalSet)
Returnstrueif the set ofHybrisConstraintViolationcontains at least one violation with threshold level equal or higher then definedDefaultSeverityThresholdAwareCheckerImpl.setThresholdLevel(Class)level using order asDefaultSeverityThresholdAwareCheckerImpl.setSeveritiesOrder(java.util.List).- Returns:
falseotherwise
-
-