| Package | Description |
|---|---|
| org.jboss.dashboard.domain |
Classes to model different kind of data domains.
|
| org.jboss.dashboard.function |
Functions used by the KPI components to calculate the values to render for each interval of a business indicator.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ScalarFunction> |
AbstractDomain.scalarFunctionsSupported |
| Modifier and Type | Method and Description |
|---|---|
List<ScalarFunction> |
Domain.getScalarFunctionsSupported() |
List<ScalarFunction> |
AbstractDomain.getScalarFunctionsSupported() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Domain.isScalarFunctionSupported(ScalarFunction sf) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDomain.setScalarFunctionsSupported(List<ScalarFunction> scalarFunctionsSupported) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction
Base class for the implementation of scalar functions.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarFunction[] |
ScalarFunctionManager.getAllScalarFunctions()
Get all the scalar functions registered..
|
ScalarFunction |
ScalarFunctionManager.getScalarFunctionByCode(String code)
Get a scalar function by its code.
|
Copyright © 2012–2015 JBoss by Red Hat. All rights reserved.