Dashboard Builder Data Provider API 6.0.0.CR1

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.0.0.CR1

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