Uses of Class
org.opennms.features.status.api.Query
-
Packages that use Query Package Description org.opennms.features.status.api org.opennms.features.status.api.application org.opennms.features.status.api.bsm org.opennms.features.status.api.node -
-
Uses of Query in org.opennms.features.status.api
Classes in org.opennms.features.status.api with type parameters of type Query Modifier and Type Class Description class
AbstractStatusService<T,Q extends Query>
-
Uses of Query in org.opennms.features.status.api.application
Methods in org.opennms.features.status.api.application with parameters of type Query Modifier and Type Method Description protected List<StatusEntity<OnmsApplication>>
ApplicationStatusService. findMatching(Query query, CriteriaBuilder criteriaBuilder)
-
Uses of Query in org.opennms.features.status.api.bsm
Methods in org.opennms.features.status.api.bsm with parameters of type Query Modifier and Type Method Description int
BusinessServiceStatusService. count(Query query)
List<StatusEntity<BusinessService>>
BusinessServiceStatusService. getStatus(Query query)
-
Uses of Query in org.opennms.features.status.api.node
Subclasses of Query in org.opennms.features.status.api.node Modifier and Type Class Description class
NodeQuery
-