Uses of Interface
org.opennms.features.status.api.StatusEntity
-
Packages that use StatusEntity 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 StatusEntity in org.opennms.features.status.api
Classes in org.opennms.features.status.api that implement StatusEntity Modifier and Type Class Description class
StatusEntityWrapper<T>
Methods in org.opennms.features.status.api that return types with arguments of type StatusEntity Modifier and Type Method Description protected abstract List<StatusEntity<T>>
AbstractStatusService. findMatching(Q query, CriteriaBuilder criteriaBuilder)
List<StatusEntity<T>>
AbstractStatusService. getStatus(Q query)
-
Uses of StatusEntity in org.opennms.features.status.api.application
Methods in org.opennms.features.status.api.application that return types with arguments of type StatusEntity Modifier and Type Method Description protected List<StatusEntity<OnmsApplication>>
ApplicationStatusService. findMatching(Query query, CriteriaBuilder criteriaBuilder)
-
Uses of StatusEntity in org.opennms.features.status.api.bsm
Methods in org.opennms.features.status.api.bsm that return types with arguments of type StatusEntity Modifier and Type Method Description List<StatusEntity<BusinessService>>
BusinessServiceStatusService. getStatus(Query query)
-
Uses of StatusEntity in org.opennms.features.status.api.node
Methods in org.opennms.features.status.api.node that return types with arguments of type StatusEntity Modifier and Type Method Description List<StatusEntity<OnmsNode>>
NodeStatusService. getStatus(NodeQuery query)
-