| Package | Description |
|---|---|
| com.h3c.sdn.alert |
Definitions of the domain model pertaining to the Alerts.
|
| com.h3c.util.dao |
| Modifier and Type | Method and Description |
|---|---|
SetCondition<Severity> |
AlertFilter.getSeverityCondition()
Returns the
SetCondition filter that has been defined for
filtering the Severity. |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertFilter.setSeverityCondition(SetCondition<Severity> severityCondition)
Sets the
SetCondition to be used for filtering based on the
Severity. |
| Modifier and Type | Method and Description |
|---|---|
<D> javax.persistence.criteria.Predicate |
QueryPredicateGenerator.getPredicate(SetCondition<D> condition,
javax.persistence.metamodel.SingularAttribute<? super P,D> attribute,
javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Root<P> root)
Generates predicates to satisfy the given Set filter.
|
Copyright © 2014. All Rights Reserved.