Uses of Class
org.opennms.web.rest.support.SearchProperty
-
Packages that use SearchProperty Package Description org.opennms.web.rest.support org.opennms.web.rest.v2 -
-
Uses of SearchProperty in org.opennms.web.rest.support
Fields in org.opennms.web.rest.support with type parameters of type SearchProperty Modifier and Type Field Description static java.util.Set<SearchProperty>
SearchProperties. ALARM_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. APPLICATION_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. EVENT_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. IF_SERVICE_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. IP_INTERFACE_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. LOCATION_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. MINION_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. NODE_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. NOTIFICATION_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. OUTAGE_SERVICE_PROPERTIES
static java.util.Set<SearchProperty>
SearchProperties. SNMP_INTERFACE_SERVICE_PROPERTIES
Methods in org.opennms.web.rest.support that return SearchProperty Modifier and Type Method Description SearchProperty
SearchPropertyBuilder. build()
Methods in org.opennms.web.rest.support that return types with arguments of type SearchProperty Modifier and Type Method Description java.util.List<SearchProperty>
SearchPropertyCollection. getObjects()
Methods in org.opennms.web.rest.support with parameters of type SearchProperty Modifier and Type Method Description int
SearchProperty. compareTo(SearchProperty o)
Constructor parameters in org.opennms.web.rest.support with type arguments of type SearchProperty Constructor Description SearchPropertyCollection(java.util.Collection<? extends SearchProperty> items)
-
Uses of SearchProperty in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return types with arguments of type SearchProperty Modifier and Type Method Description protected java.util.Set<SearchProperty>
AbstractDaoRestServiceWithDTO. getQueryProperties()
Get a list of query properties that this endpoint supports for FIQL expressions andorderBy
expressions.protected java.util.Set<SearchProperty>
AlarmRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
ApplicationRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
EventRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
IfServiceRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
IpInterfaceRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
MinionRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
MonitoringLocationRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
NodeIpInterfacesRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
NodeRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
NotificationRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
OutageRestService. getQueryProperties()
protected java.util.Set<SearchProperty>
SnmpInterfaceRestService. getQueryProperties()
-