Package | Description |
---|---|
org.jboss.dashboard.export |
Utility classes for the serialization and packaging of KPIs so that can be exchanged between installations.
|
org.jboss.dashboard.kpi |
Key Performance Indicator management classes.
|
Modifier and Type | Method and Description |
---|---|
List<KPI> |
ExportOptions.getKPIs() |
Set<KPI> |
ImportResults.getKPIs() |
Modifier and Type | Method and Description |
---|---|
void |
ImportResults.addKPI(KPI k) |
void |
ImportResults.removeKPI(KPI k) |
void |
ImportResults.replaceKPI(KPI oldKPI,
KPI newKPI) |
Modifier and Type | Method and Description |
---|---|
void |
ExportOptions.setKPIs(List<KPI> KPIs) |
Modifier and Type | Method and Description |
---|---|
KPI |
KPIManager.createKPI()
Factory method for the creation of a KPI brand new instance.
|
KPI |
KPIManager.getKPIByCode(String code)
Get a persistent KPI by its universal code.
|
KPI |
KPIManager.getKPIById(Long id)
Get a persistent KPI by its identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
KPIListener.kpiCreated(KPI kpi)
Invoked when a KPI is created.
|
void |
KPIListener.kpiDeleted(KPI kpi)
Invoked when a KPI is about to be deleted.
|
void |
KPIListener.kpiSaved(KPI kpi)
Invoked when a KPI is saved.
|
void |
KPIManager.notifyKPIListener(int eventId,
KPI kpi)
Notify the specified event to the registered listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
KPIManager.sortKPIsByDescription(List<KPI> propList,
boolean ascending)
Sort a list of properties by name.
|
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.