Class BackendComponentFunctionServiceImpl

  • All Implemented Interfaces:
    org.dashbuilder.external.service.BackendComponentFunctionService

    @ApplicationScoped
    public class BackendComponentFunctionServiceImpl
    extends Object
    implements org.dashbuilder.external.service.BackendComponentFunctionService
    • Constructor Detail

      • BackendComponentFunctionServiceImpl

        public BackendComponentFunctionServiceImpl()
    • Method Detail

      • listFunctions

        public List<String> listFunctions()
        Specified by:
        listFunctions in interface org.dashbuilder.external.service.BackendComponentFunctionService
      • callFunction

        public Object callFunction​(String name,
                                   Map<String,​Object> params)
        Specified by:
        callFunction in interface org.dashbuilder.external.service.BackendComponentFunctionService