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 Set<SearchProperty>
SearchProperties. ALARM_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. APPLICATION_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. EVENT_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. IF_SERVICE_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. IP_INTERFACE_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. LOCATION_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. MINION_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. NODE_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. NOTIFICATION_SERVICE_PROPERTIES
static Set<SearchProperty>
SearchProperties. OUTAGE_SERVICE_PROPERTIES
static 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 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(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 Set<SearchProperty>
AbstractDaoRestServiceWithDTO. getQueryProperties()
Get a list of query properties that this endpoint supports for FIQL expressions andorderBy
expressions.protected Set<SearchProperty>
AlarmRestService. getQueryProperties()
protected Set<SearchProperty>
ApplicationRestService. getQueryProperties()
protected Set<SearchProperty>
EventRestService. getQueryProperties()
protected Set<SearchProperty>
IfServiceRestService. getQueryProperties()
protected Set<SearchProperty>
IpInterfaceRestService. getQueryProperties()
protected Set<SearchProperty>
MinionRestService. getQueryProperties()
protected Set<SearchProperty>
MonitoringLocationRestService. getQueryProperties()
protected Set<SearchProperty>
NodeIpInterfacesRestService. getQueryProperties()
protected Set<SearchProperty>
NodeRestService. getQueryProperties()
protected Set<SearchProperty>
NotificationRestService. getQueryProperties()
protected Set<SearchProperty>
OutageRestService. getQueryProperties()
protected Set<SearchProperty>
SnmpInterfaceRestService. getQueryProperties()
-