Dashboard Builder Data Provider API 6.2.0.Beta3

org.jboss.dashboard.function
Interface ScalarFunctionManager


public interface ScalarFunctionManager

Manager class that it keeps a registry of ScalarFunction instances.


Method Summary
 ScalarFunction[] getAllScalarFunctions()
          Get all the scalar functions registered..
 ScalarFunction getScalarFunctionByCode(String code)
          Get a scalar function by its code.
 

Method Detail

getAllScalarFunctions

ScalarFunction[] getAllScalarFunctions()
Get all the scalar functions registered..


getScalarFunctionByCode

ScalarFunction getScalarFunctionByCode(String code)
Get a scalar function by its code.


Dashboard Builder Data Provider API 6.2.0.Beta3

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