Package | Description |
---|---|
org.jboss.dashboard.command | |
org.jboss.dashboard.dataset |
It contains classes for the load and in-memory handling of the data displayed by the business indicators.
|
org.jboss.dashboard.provider |
It contains classes in for the creation & load of data sets from several sources, f.i: SQL databases.
|
Modifier and Type | Field and Description |
---|---|
protected DataFilter |
AbstractCommand.dataFilter |
Modifier and Type | Method and Description |
---|---|
DataFilter |
Command.getDataFilter() |
DataFilter |
AbstractCommand.getDataFilter() |
Modifier and Type | Method and Description |
---|---|
void |
Command.setDataFilter(DataFilter dataFilter) |
void |
AbstractCommand.setDataFilter(DataFilter dataFilter) |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSet.filter(DataFilter filter)
Filter the dataset.
|
DataSet |
DataSetManager.filterDataSet(DataProvider dataProvider,
DataFilter dataFilter)
Apply a filter on the specified DataProvider's data set and save a reference to the resulting data set.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataProvider.filterDataSet(DataFilter filter)
Same as
getDataSet by the data set retrieved satisfy the specified filter criteria. |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.