Uses of Class
org.opennms.netmgt.model.OnmsApplication
-
-
Uses of OnmsApplication in org.opennms.features.status.api.application
Methods in org.opennms.features.status.api.application that return types with arguments of type OnmsApplication Modifier and Type Method Description protected List<StatusEntity<OnmsApplication>>ApplicationStatusService. findMatching(Query query, CriteriaBuilder criteriaBuilder) -
Uses of OnmsApplication in org.opennms.features.topology.plugins.topo.application
Constructors in org.opennms.features.topology.plugins.topo.application with parameters of type OnmsApplication Constructor Description LegacyApplicationVertex(OnmsApplication application) -
Uses of OnmsApplication in org.opennms.features.topology.plugins.topo.application.browsers
Methods in org.opennms.features.topology.plugins.topo.application.browsers with parameters of type OnmsApplication Modifier and Type Method Description protected IntegerApplicationDaoContainer. getId(OnmsApplication bean) -
Uses of OnmsApplication in org.opennms.netmgt.bsm.persistence.api
Methods in org.opennms.netmgt.bsm.persistence.api that return OnmsApplication Modifier and Type Method Description OnmsApplicationApplicationEdgeEntity. getApplication()Methods in org.opennms.netmgt.bsm.persistence.api with parameters of type OnmsApplication Modifier and Type Method Description BusinessServiceEntityBusinessServiceEntity. addApplicationEdge(OnmsApplication onmsApplication, AbstractMapFunctionEntity mapFunction)BusinessServiceEntityBusinessServiceEntity. addApplicationEdge(OnmsApplication onmsApplication, AbstractMapFunctionEntity mapFunction, int weight)voidApplicationEdgeEntity. setApplication(OnmsApplication application) -
Uses of OnmsApplication in org.opennms.netmgt.bsm.service.internal
Methods in org.opennms.netmgt.bsm.service.internal that return OnmsApplication Modifier and Type Method Description OnmsApplicationApplicationImpl. getEntity()Constructors in org.opennms.netmgt.bsm.service.internal with parameters of type OnmsApplication Constructor Description ApplicationImpl(BusinessServiceManager manager, OnmsApplication entity) -
Uses of OnmsApplication in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return OnmsApplication Modifier and Type Method Description OnmsApplicationApplicationDao. findByName(String label)findByNameOnmsApplicationApplicationStatus. getApplication()Methods in org.opennms.netmgt.dao.api with parameters of type OnmsApplication Modifier and Type Method Description Set<OnmsMonitoredService>MonitoredServiceDao. findByApplication(OnmsApplication application)findByApplicationMethod parameters in org.opennms.netmgt.dao.api with type arguments of type OnmsApplication Modifier and Type Method Description List<MonitoredServiceStatusEntity>ApplicationDao. getAlarmStatus(List<OnmsApplication> applications)List<ApplicationStatus>ApplicationDao. getApplicationStatus(List<OnmsApplication> applications)same asApplicationDao.getApplicationStatus()but only calculates the status for the given applications.Constructors in org.opennms.netmgt.dao.api with parameters of type OnmsApplication Constructor Description ApplicationStatus(OnmsApplication application, OnmsSeverity severity) -
Uses of OnmsApplication in org.opennms.netmgt.dao.hibernate
Methods in org.opennms.netmgt.dao.hibernate that return OnmsApplication Modifier and Type Method Description OnmsApplicationApplicationDaoHibernate. findByName(String name)findByNameMethods in org.opennms.netmgt.dao.hibernate with parameters of type OnmsApplication Modifier and Type Method Description Set<OnmsMonitoredService>MonitoredServiceDaoHibernate. findByApplication(OnmsApplication application)findByApplicationMethod parameters in org.opennms.netmgt.dao.hibernate with type arguments of type OnmsApplication Modifier and Type Method Description List<MonitoredServiceStatusEntity>ApplicationDaoHibernate. getAlarmStatus(List<OnmsApplication> applications)List<ApplicationStatus>ApplicationDaoHibernate. getApplicationStatus(List<OnmsApplication> applications) -
Uses of OnmsApplication in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return OnmsApplication Modifier and Type Method Description OnmsApplicationMockApplicationDao. findByName(String label)Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsApplication Modifier and Type Method Description Set<OnmsMonitoredService>MockMonitoredServiceDao. findByApplication(OnmsApplication application)Set<OnmsMonitoredService>UnimplementedMonitoredServiceDao. findByApplication(OnmsApplication application)protected voidMockApplicationDao. generateId(OnmsApplication app)IntegerMockApplicationDao. getId(OnmsApplication app)Method parameters in org.opennms.netmgt.dao.mock with type arguments of type OnmsApplication Modifier and Type Method Description List<MonitoredServiceStatusEntity>MockApplicationDao. getAlarmStatus(List<OnmsApplication> applications)List<ApplicationStatus>MockApplicationDao. getApplicationStatus(List<OnmsApplication> applications) -
Uses of OnmsApplication in org.opennms.netmgt.dao.support
Methods in org.opennms.netmgt.dao.support with parameters of type OnmsApplication Modifier and Type Method Description static ApplicationServiceStatusApplicationStatusUtil. buildApplicationServiceStatus(MonitoredServiceDao monitoredServiceDao, OnmsApplication onmsApplication, Integer monitoredServiceId, Collection<OnmsOutage> onmsOutages, long start, long end)static ApplicationStatusApplicationStatusUtil. buildApplicationStatus(OnmsApplication onmsApplication, Collection<OnmsOutage> onmsOutages, long start, long end) -
Uses of OnmsApplication in org.opennms.netmgt.dao.util
Methods in org.opennms.netmgt.dao.util with parameters of type OnmsApplication Modifier and Type Method Description static Set<String>ReductionKeyHelper. getReductionKeys(OnmsApplication application) -
Uses of OnmsApplication in org.opennms.netmgt.graph.provider.application
Methods in org.opennms.netmgt.graph.provider.application with parameters of type OnmsApplication Modifier and Type Method Description ApplicationVertex.ApplicationVertexBuilderApplicationVertex.ApplicationVertexBuilder. application(OnmsApplication application) -
Uses of OnmsApplication in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return types with arguments of type OnmsApplication Modifier and Type Method Description Set<OnmsApplication>OnmsMonitoredService. getApplications()getApplicationsMethods in org.opennms.netmgt.model with parameters of type OnmsApplication Modifier and Type Method Description booleanOnmsMonitoredService. addApplication(OnmsApplication application)addApplicationintOnmsApplication. compareTo(OnmsApplication o)booleanOnmsMonitoredService. removeApplication(OnmsApplication application)removeApplicationMethod parameters in org.opennms.netmgt.model with type arguments of type OnmsApplication Modifier and Type Method Description voidOnmsMonitoredService. setApplications(Set<OnmsApplication> applications)setApplications -
Uses of OnmsApplication in org.opennms.smoketest.utils
Methods in org.opennms.smoketest.utils that return types with arguments of type OnmsApplication Modifier and Type Method Description List<OnmsApplication>RestClient. getApplications() -
Uses of OnmsApplication in org.opennms.web.controller.application
Methods in org.opennms.web.controller.application that return OnmsApplication Modifier and Type Method Description OnmsApplicationApplicationBoxController.ApplicationSummary. getApplication()Constructors in org.opennms.web.controller.application with parameters of type OnmsApplication Constructor Description ApplicationSummary(OnmsApplication application, OnmsSeverity severity) -
Uses of OnmsApplication in org.opennms.web.element
Methods in org.opennms.web.element that return types with arguments of type OnmsApplication Modifier and Type Method Description List<OnmsApplication>NetworkElementFactory. getAllApplications()List<OnmsApplication>NetworkElementFactoryInterface. getAllApplications()Methods in org.opennms.web.element with parameters of type OnmsApplication Modifier and Type Method Description Map<OnmsMonitoredService,Map<String,Double>>NetworkElementFactory. getApplicationServiceStatus(OnmsApplication onmsApplication, long start, long end)Map<OnmsMonitoredService,Map<String,Double>>NetworkElementFactoryInterface. getApplicationServiceStatus(OnmsApplication onmsApplication, long start, long end)ApplicationStatusNetworkElementFactory. getApplicationStatus(OnmsApplication onmsApplication, long start, long end)ApplicationStatusNetworkElementFactoryInterface. getApplicationStatus(OnmsApplication onmsApplication, long start, long end) -
Uses of OnmsApplication in org.opennms.web.rest.v1.support
Methods in org.opennms.web.rest.v1.support that return types with arguments of type OnmsApplication Modifier and Type Method Description List<OnmsApplication>OnmsApplicationList. getObjects()Constructor parameters in org.opennms.web.rest.v1.support with type arguments of type OnmsApplication Constructor Description OnmsApplicationList(Collection<? extends OnmsApplication> definitions) -
Uses of OnmsApplication in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return OnmsApplication Modifier and Type Method Description protected OnmsApplicationApplicationRestService. doGet(javax.ws.rs.core.UriInfo uriInfo, Integer id)Methods in org.opennms.web.rest.v2 that return types with arguments of type OnmsApplication Modifier and Type Method Description protected JaxbListWrapper<OnmsApplication>ApplicationRestService. createListWrapper(Collection<OnmsApplication> list)protected Class<OnmsApplication>ApplicationRestService. getDaoClass()protected Class<OnmsApplication>ApplicationRestService. getQueryBeanClass()Methods in org.opennms.web.rest.v2 with parameters of type OnmsApplication Modifier and Type Method Description javax.ws.rs.core.ResponseApplicationRestService. doCreate(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsApplication object)protected voidApplicationRestService. doDelete(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsApplication object)Method parameters in org.opennms.web.rest.v2 with type arguments of type OnmsApplication Modifier and Type Method Description protected JaxbListWrapper<OnmsApplication>ApplicationRestService. createListWrapper(Collection<OnmsApplication> list)static List<Event>ApplicationEventUtil. getApplicationChangedEvents(Collection<OnmsApplication> applications) -
Uses of OnmsApplication in org.opennms.web.svclayer
Methods in org.opennms.web.svclayer that return OnmsApplication Modifier and Type Method Description OnmsApplicationAdminApplicationService. addNewApplication(String name)addNewApplicationMethods in org.opennms.web.svclayer that return types with arguments of type OnmsApplication Modifier and Type Method Description List<OnmsApplication>AdminApplicationService. findAllApplications()findAllApplicationsList<OnmsApplication>AdminApplicationService. findByMonitoredService(int id)findByMonitoredService -
Uses of OnmsApplication in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support that return OnmsApplication Modifier and Type Method Description OnmsApplicationDefaultAdminApplicationService. addNewApplication(String name)addNewApplicationOnmsApplicationDefaultAdminApplicationService. findApplication(String name)findApplicationOnmsApplicationDefaultAdminApplicationService.ApplicationAndMemberServices. getApplication()OnmsApplicationDefaultAdminApplicationService.EditModel. getApplication()Methods in org.opennms.web.svclayer.support that return types with arguments of type OnmsApplication Modifier and Type Method Description List<OnmsApplication>DefaultAdminApplicationService. findAllApplications()findAllApplicationsList<OnmsApplication>DefaultAdminApplicationService. findByMonitoredService(int id)findByMonitoredServiceList<OnmsApplication>DefaultAdminApplicationService.ServiceEditModel. getApplications()List<OnmsApplication>DefaultAdminApplicationService.ServiceEditModel. getSortedApplications()Constructors in org.opennms.web.svclayer.support with parameters of type OnmsApplication Constructor Description ApplicationAndMemberServices(OnmsApplication application, Collection<OnmsMonitoredService> memberServices, Collection<OnmsMonitoringLocation> memberLocations)EditModel(OnmsApplication application, List<OnmsMonitoredService> monitoredServices, Collection<OnmsMonitoredService> memberServices, List<OnmsMonitoringLocation> monitoringLocations, Collection<OnmsMonitoringLocation> memberLocations)Constructor parameters in org.opennms.web.svclayer.support with type arguments of type OnmsApplication Constructor Description ServiceEditModel(OnmsMonitoredService service, List<OnmsApplication> applications)
-