Class RuntimeDataSetLookupServices

  • All Implemented Interfaces:
    org.dashbuilder.dataset.service.DataSetLookupServices

    @ApplicationScoped
    public class RuntimeDataSetLookupServices
    extends Object
    implements org.dashbuilder.dataset.service.DataSetLookupServices
    • Constructor Detail

      • RuntimeDataSetLookupServices

        public RuntimeDataSetLookupServices()
    • Method Detail

      • lookupDataSet

        public org.dashbuilder.dataset.DataSet lookupDataSet​(org.dashbuilder.dataset.DataSetLookup lookup)
                                                      throws Exception
        Specified by:
        lookupDataSet in interface org.dashbuilder.dataset.service.DataSetLookupServices
        Throws:
        Exception
      • lookupDataSet

        public org.dashbuilder.dataset.DataSet lookupDataSet​(org.dashbuilder.dataset.def.DataSetDef def,
                                                             org.dashbuilder.dataset.DataSetLookup lookup)
                                                      throws Exception
        Specified by:
        lookupDataSet in interface org.dashbuilder.dataset.service.DataSetLookupServices
        Throws:
        Exception
      • lookupDataSetMetadata

        public org.dashbuilder.dataset.DataSetMetadata lookupDataSetMetadata​(String uuid)
                                                                      throws Exception
        Specified by:
        lookupDataSetMetadata in interface org.dashbuilder.dataset.service.DataSetLookupServices
        Throws:
        Exception