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 |
---|---|
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 |
---|---|
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 |
---|---|
Set<OnmsMonitoredService> |
UnimplementedMonitoredServiceDao.findByApplication(OnmsApplication application) |
Set<OnmsMonitoredService> |
MockMonitoredServiceDao.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 ApplicationServiceStatus |
ApplicationStatusUtil.buildApplicationServiceStatus(MonitoredServiceDao monitoredServiceDao,
OnmsApplication onmsApplication,
Integer monitoredServiceId,
Collection<OnmsOutage> onmsOutages,
long start,
long end) |
static ApplicationStatus |
ApplicationStatusUtil.buildApplicationStatus(OnmsApplication onmsApplication,
Collection<OnmsOutage> onmsOutages,
long start,
long end) |
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) |
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> |
NetworkElementFactoryInterface.getAllApplications() |
List<OnmsApplication> |
NetworkElementFactory.getAllApplications() |
Modifier and Type | Method and Description |
---|---|
Map<OnmsMonitoredService,Map<String,Double>> |
NetworkElementFactoryInterface.getApplicationServiceStatus(OnmsApplication onmsApplication,
long start,
long end) |
Map<OnmsMonitoredService,Map<String,Double>> |
NetworkElementFactory.getApplicationServiceStatus(OnmsApplication onmsApplication,
long start,
long end) |
ApplicationStatus |
NetworkElementFactoryInterface.getApplicationStatus(OnmsApplication onmsApplication,
long start,
long end) |
ApplicationStatus |
NetworkElementFactory.getApplicationStatus(OnmsApplication onmsApplication,
long start,
long end) |
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) |
static List<Event> |
ApplicationEventUtil.getApplicationChangedEvents(Collection<OnmsApplication> applications) |
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 |
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,
Collection<OnmsMonitoringLocation> memberLocations) |
EditModel(OnmsApplication application,
List<OnmsMonitoredService> monitoredServices,
Collection<OnmsMonitoredService> memberServices,
List<OnmsMonitoringLocation> monitoringLocations,
Collection<OnmsMonitoringLocation> memberLocations) |
Constructor and Description |
---|
ServiceEditModel(OnmsMonitoredService service,
List<OnmsApplication> applications) |
Copyright © 2021. All rights reserved.