Dashboard Builder Data Provider API 6.2.0.Final

Uses of Interface
org.jboss.dashboard.function.ScalarFunction

Packages that use ScalarFunction
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. 
 

Uses of ScalarFunction in org.jboss.dashboard.domain
 

Fields in org.jboss.dashboard.domain with type parameters of type ScalarFunction
protected  List<ScalarFunction> AbstractDomain.scalarFunctionsSupported
           
 

Methods in org.jboss.dashboard.domain that return types with arguments of type ScalarFunction
 List<ScalarFunction> AbstractDomain.getScalarFunctionsSupported()
           
 List<ScalarFunction> Domain.getScalarFunctionsSupported()
           
 

Methods in org.jboss.dashboard.domain with parameters of type ScalarFunction
 boolean Domain.isScalarFunctionSupported(ScalarFunction sf)
           
 

Method parameters in org.jboss.dashboard.domain with type arguments of type ScalarFunction
 void AbstractDomain.setScalarFunctionsSupported(List<ScalarFunction> scalarFunctionsSupported)
           
 

Uses of ScalarFunction in org.jboss.dashboard.function
 

Classes in org.jboss.dashboard.function that implement ScalarFunction
 class AbstractFunction
          Base class for the implementation of scalar functions.
 

Methods in org.jboss.dashboard.function that return ScalarFunction
 ScalarFunction[] ScalarFunctionManager.getAllScalarFunctions()
          Get all the scalar functions registered..
 ScalarFunction ScalarFunctionManager.getScalarFunctionByCode(String code)
          Get a scalar function by its code.
 


Dashboard Builder Data Provider API 6.2.0.Final

Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.