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 | Method and Description |
---|---|
List<ScalarFunction> |
Domain.getScalarFunctionsSupported() |
Modifier and Type | Method and Description |
---|---|
boolean |
Domain.isScalarFunctionSupported(ScalarFunction sf) |
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-2014 JBoss by Red Hat. All Rights Reserved.