| Modifier and Type | Method and Description | 
|---|---|
protected List<StatusEntity<OnmsApplication>> | 
ApplicationStatusService.findMatching(Query query,
            CriteriaBuilder criteriaBuilder)  | 
| Constructor and Description | 
|---|
LegacyApplicationVertex(OnmsApplication application)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Integer | 
ApplicationDaoContainer.getId(OnmsApplication bean)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
ApplicationEdgeEntity.getApplication()  | 
| Modifier and Type | Method and Description | 
|---|---|
BusinessServiceEntity | 
BusinessServiceEntity.addApplicationEdge(OnmsApplication onmsApplication,
                  AbstractMapFunctionEntity mapFunction)  | 
BusinessServiceEntity | 
BusinessServiceEntity.addApplicationEdge(OnmsApplication onmsApplication,
                  AbstractMapFunctionEntity mapFunction,
                  int weight)  | 
void | 
ApplicationEdgeEntity.setApplication(OnmsApplication application)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
ApplicationImpl.getEntity()  | 
| Constructor and Description | 
|---|
ApplicationImpl(BusinessServiceManager manager,
               OnmsApplication entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
ApplicationDao.findByName(String label)
findByName 
 | 
OnmsApplication | 
ApplicationStatus.getApplication()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OnmsLocationMonitor> | 
LocationMonitorDao.findByApplication(OnmsApplication application)
findByApplication 
 | 
Set<OnmsMonitoredService> | 
MonitoredServiceDao.findByApplication(OnmsApplication application)
findByApplication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<MonitoredServiceStatusEntity> | 
ApplicationDao.getAlarmStatus(List<OnmsApplication> applications)  | 
List<ApplicationStatus> | 
ApplicationDao.getApplicationStatus(List<OnmsApplication> applications)
same as  
ApplicationDao.getApplicationStatus() but only calculates the status for the given applications. | 
| Constructor and Description | 
|---|
ApplicationStatus(OnmsApplication application,
                 OnmsSeverity severity)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
ApplicationDaoHibernate.findByName(String name)
findByName 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OnmsLocationMonitor> | 
LocationMonitorDaoHibernate.findByApplication(OnmsApplication application)
findByApplication 
 | 
Set<OnmsMonitoredService> | 
MonitoredServiceDaoHibernate.findByApplication(OnmsApplication application)
findByApplication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<MonitoredServiceStatusEntity> | 
ApplicationDaoHibernate.getAlarmStatus(List<OnmsApplication> applications)  | 
List<ApplicationStatus> | 
ApplicationDaoHibernate.getApplicationStatus(List<OnmsApplication> applications)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
MockApplicationDao.findByName(String label)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OnmsLocationMonitor> | 
MockLocationMonitorDao.findByApplication(OnmsApplication application)  | 
Set<OnmsMonitoredService> | 
MockMonitoredServiceDao.findByApplication(OnmsApplication application)  | 
Set<OnmsMonitoredService> | 
UnimplementedMonitoredServiceDao.findByApplication(OnmsApplication application)  | 
protected void | 
MockApplicationDao.generateId(OnmsApplication app)  | 
Integer | 
MockApplicationDao.getId(OnmsApplication app)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<MonitoredServiceStatusEntity> | 
MockApplicationDao.getAlarmStatus(List<OnmsApplication> applications)  | 
List<ApplicationStatus> | 
MockApplicationDao.getApplicationStatus(List<OnmsApplication> applications)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<String> | 
ReductionKeyHelper.getReductionKeys(OnmsApplication application)  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationVertex.ApplicationVertexBuilder | 
ApplicationVertex.ApplicationVertexBuilder.application(OnmsApplication application)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OnmsApplication> | 
OnmsMonitoredService.getApplications()
getApplications 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
OnmsMonitoredService.addApplication(OnmsApplication application)
addApplication 
 | 
int | 
OnmsApplication.compareTo(OnmsApplication o)
compareTo 
 | 
boolean | 
OnmsMonitoredService.removeApplication(OnmsApplication application)
removeApplication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OnmsMonitoredService.setApplications(Set<OnmsApplication> applications)
setApplications 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
ApplicationBoxController.ApplicationSummary.getApplication()  | 
| Constructor and Description | 
|---|
ApplicationSummary(OnmsApplication application,
                  OnmsSeverity severity)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsApplication> | 
OnmsApplicationList.getObjects()  | 
| Constructor and Description | 
|---|
OnmsApplicationList(Collection<? extends OnmsApplication> definitions)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OnmsApplication | 
ApplicationRestService.doGet(javax.ws.rs.core.UriInfo uriInfo,
     Integer id)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<OnmsApplication> | 
ApplicationRestService.createListWrapper(Collection<OnmsApplication> list)  | 
protected Class<OnmsApplication> | 
ApplicationRestService.getDaoClass()  | 
protected Class<OnmsApplication> | 
ApplicationRestService.getQueryBeanClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
ApplicationRestService.doCreate(javax.ws.rs.core.SecurityContext securityContext,
        javax.ws.rs.core.UriInfo uriInfo,
        OnmsApplication object)  | 
protected void | 
ApplicationRestService.doDelete(javax.ws.rs.core.SecurityContext securityContext,
        javax.ws.rs.core.UriInfo uriInfo,
        OnmsApplication object)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<OnmsApplication> | 
ApplicationRestService.createListWrapper(Collection<OnmsApplication> list)  | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
AdminApplicationService.addNewApplication(String name)
addNewApplication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsApplication> | 
AdminApplicationService.findAllApplications()
findAllApplications 
 | 
List<OnmsApplication> | 
AdminApplicationService.findByMonitoredService(int id)
findByMonitoredService 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
DistributedStatusHistoryModel.getChosenApplication()
getChosenApplication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsApplication> | 
DistributedStatusHistoryModel.getApplications()
getApplications 
 | 
| Constructor and Description | 
|---|
DistributedStatusHistoryModel(List<OnmsMonitoringLocation> locations,
                             List<OnmsApplication> applications,
                             List<OnmsLocationMonitor> monitors,
                             List<RelativeTimePeriod> periods,
                             OnmsMonitoringLocation chosenLocation,
                             OnmsApplication chosenApplication,
                             Collection<OnmsMonitoredService> chosenApplicationMemberServices,
                             OnmsLocationMonitor chosenMonitor,
                             RelativeTimePeriod chosenPeriod,
                             List<String> errors)
Constructor for DistributedStatusHistoryModel. 
 | 
| Constructor and Description | 
|---|
DistributedStatusHistoryModel(List<OnmsMonitoringLocation> locations,
                             List<OnmsApplication> applications,
                             List<OnmsLocationMonitor> monitors,
                             List<RelativeTimePeriod> periods,
                             OnmsMonitoringLocation chosenLocation,
                             OnmsApplication chosenApplication,
                             Collection<OnmsMonitoredService> chosenApplicationMemberServices,
                             OnmsLocationMonitor chosenMonitor,
                             RelativeTimePeriod chosenPeriod,
                             List<String> errors)
Constructor for DistributedStatusHistoryModel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsApplication | 
DefaultAdminApplicationService.addNewApplication(String name)
addNewApplication 
 | 
OnmsApplication | 
DefaultAdminApplicationService.findApplication(String name)
findApplication 
 | 
OnmsApplication | 
DefaultAdminApplicationService.ApplicationAndMemberServices.getApplication()  | 
OnmsApplication | 
DefaultAdminApplicationService.EditModel.getApplication()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<OnmsApplication> | 
DefaultAdminApplicationService.findAllApplications()
findAllApplications 
 | 
List<OnmsApplication> | 
DefaultAdminApplicationService.findByMonitoredService(int id)
findByMonitoredService 
 | 
List<OnmsApplication> | 
DefaultAdminApplicationService.ServiceEditModel.getApplications()  | 
List<OnmsApplication> | 
DefaultAdminApplicationService.ServiceEditModel.getSortedApplications()  | 
| Constructor and Description | 
|---|
ApplicationAndMemberServices(OnmsApplication application,
                            Collection<OnmsMonitoredService> memberServices)  | 
EditModel(OnmsApplication application,
         List<OnmsMonitoredService> monitoredServices,
         Collection<OnmsMonitoredService> memberServices)  | 
| Constructor and Description | 
|---|
ServiceEditModel(OnmsMonitoredService service,
                List<OnmsApplication> applications)  | 
Copyright © 2020. All rights reserved.