@ApplicationScoped public class DataSetLookupServicesImpl extends Object implements DataSetLookupServices
| Modifier and Type | Field and Description |
|---|---|
protected DataSetDefDeployerCDI |
dataSetDefDeployer |
protected DataSetManagerCDI |
dataSetManager |
protected ExceptionManager |
exceptionManager |
protected static org.slf4j.Logger |
log |
protected org.dashbuilder.dataset.uuid.UUIDGenerator |
uuidGenerator |
| Constructor and Description |
|---|
DataSetLookupServicesImpl() |
DataSetLookupServicesImpl(DataSetManagerCDI dataSetManager,
DataSetDefDeployerCDI dataSetDefDeployer,
ExceptionManager exceptionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
DataSet |
lookupDataSet(org.dashbuilder.dataset.def.DataSetDef def,
DataSetLookup lookup) |
DataSet |
lookupDataSet(DataSetLookup lookup) |
DataSetMetadata |
lookupDataSetMetadata(String uuid) |
protected static org.slf4j.Logger log
protected DataSetManagerCDI dataSetManager
protected org.dashbuilder.dataset.uuid.UUIDGenerator uuidGenerator
protected DataSetDefDeployerCDI dataSetDefDeployer
protected ExceptionManager exceptionManager
public DataSetLookupServicesImpl()
@Inject public DataSetLookupServicesImpl(DataSetManagerCDI dataSetManager, DataSetDefDeployerCDI dataSetDefDeployer, ExceptionManager exceptionManager)
@PostConstruct protected void init()
public DataSet lookupDataSet(DataSetLookup lookup) throws Exception
lookupDataSet in interface DataSetLookupServicesExceptionpublic DataSet lookupDataSet(org.dashbuilder.dataset.def.DataSetDef def, DataSetLookup lookup) throws Exception
lookupDataSet in interface DataSetLookupServicesExceptionpublic DataSetMetadata lookupDataSetMetadata(String uuid) throws Exception
lookupDataSetMetadata in interface DataSetLookupServicesExceptionCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.