Uses of Class
org.opennms.netmgt.endpoints.grafana.api.GrafanaEndpoint
-
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.api
Methods in org.opennms.netmgt.endpoints.grafana.api that return GrafanaEndpoint Modifier and Type Method Description GrafanaEndpoint
GrafanaEndpointService. getEndpointById(java.lang.Long endpointId)
GrafanaEndpoint
GrafanaEndpointService. getEndpointByUid(java.lang.String uid)
Methods in org.opennms.netmgt.endpoints.grafana.api that return types with arguments of type GrafanaEndpoint Modifier and Type Method Description java.util.List<GrafanaEndpoint>
GrafanaEndpointService. findEndpoints()
Methods in org.opennms.netmgt.endpoints.grafana.api with parameters of type GrafanaEndpoint Modifier and Type Method Description GrafanaClient
GrafanaClientFactory. createClient(GrafanaEndpoint grafanaEndpoint)
void
GrafanaEndpointService. deleteEndpoint(GrafanaEndpoint grafanaEndpoint)
GrafanaClient
GrafanaEndpointService. getClient(GrafanaEndpoint grafanaEndpoint)
void
GrafanaEndpoint. merge(GrafanaEndpoint endpoint)
void
GrafanaEndpointService. saveEndpoint(GrafanaEndpoint newGrafanaEndpoint)
void
GrafanaEndpointService. updateEndpoint(GrafanaEndpoint endpoint)
Constructors in org.opennms.netmgt.endpoints.grafana.api with parameters of type GrafanaEndpoint Constructor Description GrafanaEndpoint(GrafanaEndpoint endpoint)
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.client
Methods in org.opennms.netmgt.endpoints.grafana.client with parameters of type GrafanaEndpoint Modifier and Type Method Description GrafanaClient
GrafanaClientFactoryImpl. createClient(GrafanaEndpoint grafanaEndpoint)
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.persistence.api
Methods in org.opennms.netmgt.endpoints.grafana.persistence.api that return GrafanaEndpoint Modifier and Type Method Description GrafanaEndpoint
GrafanaEndpointDao. getByUid(java.lang.String endpointUid)
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.persistence.impl
Methods in org.opennms.netmgt.endpoints.grafana.persistence.impl that return GrafanaEndpoint Modifier and Type Method Description GrafanaEndpoint
GrafanaEndpointDaoImpl. getByUid(java.lang.String endpointUid)
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.rest
Methods in org.opennms.netmgt.endpoints.grafana.rest with parameters of type GrafanaEndpoint Modifier and Type Method Description javax.ws.rs.core.Response
GrafanaEndpointRestService. createEndpoint(GrafanaEndpoint newGrafanaEndpoint)
javax.ws.rs.core.Response
GrafanaEndpointRestService. updateEndpoint(GrafanaEndpoint grafanaEndpoint)
javax.ws.rs.core.Response
GrafanaEndpointRestService. verifyEndpoint(GrafanaEndpoint grafanaEndpoint)
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.rest.internal
Methods in org.opennms.netmgt.endpoints.grafana.rest.internal with parameters of type GrafanaEndpoint Modifier and Type Method Description javax.ws.rs.core.Response
GrafanaEndpointRestServiceImpl. createEndpoint(GrafanaEndpoint newGrafanaEndpoint)
javax.ws.rs.core.Response
GrafanaEndpointRestServiceImpl. updateEndpoint(GrafanaEndpoint grafanaEndpoint)
javax.ws.rs.core.Response
GrafanaEndpointRestServiceImpl. verifyEndpoint(GrafanaEndpoint grafanaEndpoint)
-
Uses of GrafanaEndpoint in org.opennms.netmgt.endpoints.grafana.service
Methods in org.opennms.netmgt.endpoints.grafana.service that return GrafanaEndpoint Modifier and Type Method Description GrafanaEndpoint
GrafanaEndpointServiceImpl. getEndpointById(java.lang.Long endpointId)
GrafanaEndpoint
GrafanaEndpointServiceImpl. getEndpointByUid(java.lang.String uid)
Methods in org.opennms.netmgt.endpoints.grafana.service that return types with arguments of type GrafanaEndpoint Modifier and Type Method Description java.util.List<GrafanaEndpoint>
GrafanaEndpointServiceImpl. findEndpoints()
Methods in org.opennms.netmgt.endpoints.grafana.service with parameters of type GrafanaEndpoint Modifier and Type Method Description void
GrafanaEndpointServiceImpl. deleteEndpoint(GrafanaEndpoint grafanaEndpoint)
GrafanaClient
GrafanaEndpointServiceImpl. getClient(GrafanaEndpoint grafanaEndpoint)
void
GrafanaEndpointServiceImpl. saveEndpoint(GrafanaEndpoint newGrafanaEndpoint)
void
GrafanaEndpointServiceImpl. updateEndpoint(GrafanaEndpoint endpoint)
-