|
Dashboard Builder Data Displayer API 6.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KPI | |
|---|---|
| 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. |
| Uses of KPI in org.jboss.dashboard.export |
|---|
| Methods in org.jboss.dashboard.export that return types with arguments of type KPI | |
|---|---|
List<KPI> |
ExportOptions.getKPIs()
|
Set<KPI> |
ImportResults.getKPIs()
|
| Methods in org.jboss.dashboard.export with parameters of type KPI | |
|---|---|
void |
ImportResults.addKPI(KPI k)
|
void |
ImportResults.removeKPI(KPI k)
|
void |
ImportResults.replaceKPI(KPI oldKPI,
KPI newKPI)
|
| Method parameters in org.jboss.dashboard.export with type arguments of type KPI | |
|---|---|
void |
ExportOptions.setKPIs(List<KPI> KPIs)
|
| Uses of KPI in org.jboss.dashboard.kpi |
|---|
| Methods in org.jboss.dashboard.kpi that return KPI | |
|---|---|
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. |
| Methods in org.jboss.dashboard.kpi with parameters of type KPI | |
|---|---|
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. |
| Method parameters in org.jboss.dashboard.kpi with type arguments of type KPI | |
|---|---|
void |
KPIManager.sortKPIsByDescription(List<KPI> propList,
boolean ascending)
Sort a list of properties by name. |
|
Dashboard Builder Data Displayer API 6.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||