Class RuntimeDataSetLookupServices
- java.lang.Object
-
- org.dashbuilder.backend.remote.services.dataset.RuntimeDataSetLookupServices
-
- All Implemented Interfaces:
org.dashbuilder.dataset.service.DataSetLookupServices
@ApplicationScoped public class RuntimeDataSetLookupServices extends Object implements org.dashbuilder.dataset.service.DataSetLookupServices
-
-
Constructor Summary
Constructors Constructor Description RuntimeDataSetLookupServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.DataSetlookupDataSet(org.dashbuilder.dataset.DataSetLookup lookup)org.dashbuilder.dataset.DataSetlookupDataSet(org.dashbuilder.dataset.def.DataSetDef def, org.dashbuilder.dataset.DataSetLookup lookup)org.dashbuilder.dataset.DataSetMetadatalookupDataSetMetadata(String uuid)
-
-
-
Method Detail
-
lookupDataSet
public org.dashbuilder.dataset.DataSet lookupDataSet(org.dashbuilder.dataset.DataSetLookup lookup) throws Exception- Specified by:
lookupDataSetin interfaceorg.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:
lookupDataSetin interfaceorg.dashbuilder.dataset.service.DataSetLookupServices- Throws:
Exception
-
-