@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 DataSetLookupServices
Exception
public DataSet lookupDataSet(org.dashbuilder.dataset.def.DataSetDef def, DataSetLookup lookup) throws Exception
lookupDataSet
in interface DataSetLookupServices
Exception
public DataSetMetadata lookupDataSetMetadata(String uuid) throws Exception
lookupDataSetMetadata
in interface DataSetLookupServices
Exception
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.