Uses of Class
org.opennms.netmgt.xml.eventconf.MatchResult
-
Packages that use MatchResult Package Description org.opennms.netmgt.xml.eventconf This file is part of OpenNMS(R). -
-
Uses of MatchResult in org.opennms.netmgt.xml.eventconf
Fields in org.opennms.netmgt.xml.eventconf declared as MatchResult Modifier and Type Field Description static MatchResult
MatchResult. FALSE
static MatchResult
MatchResult. TRUE
Methods in org.opennms.netmgt.xml.eventconf that return MatchResult Modifier and Type Method Description MatchResult
MatchResult. and(MatchResult other)
MatchResult
Event. matches(Event matchingEvent)
MatchResult
EventMatcher. matches(Event matchingEvent)
static MatchResult
MatchResult. of(boolean matches)
static MatchResult
MatchResult. of(boolean matches, Map<String,String> eventParameters)
Methods in org.opennms.netmgt.xml.eventconf with parameters of type MatchResult Modifier and Type Method Description MatchResult
MatchResult. and(MatchResult other)
-