Skip navigation links
Dashbuilder Dataset Core CDI support 7.41.0.Final
B C D E F G H I L M O P R S U 

B

beanDataSetProvider - Variable in class org.dashbuilder.Bootstrap
 
BeanDataSetProviderCDI - Class in org.dashbuilder.dataprovider
 
BeanDataSetProviderCDI() - Constructor for class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
BeanDataSetProviderCDI(StaticDataSetProviderCDI, BeanManager) - Constructor for class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
beanManager - Variable in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
beansConfigFile - Static variable in class org.dashbuilder.config.ConfigReader
 
Bootstrap - Class in org.dashbuilder
Class in charge of bootstrapping the core subsystems using CDI.
Bootstrap() - Constructor for class org.dashbuilder.Bootstrap
 

C

Config - Annotation Type in org.dashbuilder.config
 
ConfigReader - Class in org.dashbuilder.config
Producer class for primitive fields annotated with @Config
ConfigReader() - Constructor for class org.dashbuilder.config.ConfigReader
 
convert(Path) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
convert(Path) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
copyDataSetDef(DataSetDef, String, String, String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
createTempFile(String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
CSV_EXT - Static variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
CSVDataSetProviderCDI - Class in org.dashbuilder.dataprovider
 
CSVDataSetProviderCDI() - Constructor for class org.dashbuilder.dataprovider.CSVDataSetProviderCDI
 
CSVDataSetProviderCDI(StaticDataSetProviderCDI, CSVFileStorage) - Constructor for class org.dashbuilder.dataprovider.CSVDataSetProviderCDI
 

D

DATASET_EXT - Static variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
dataSetDefDeployer - Variable in class org.dashbuilder.Bootstrap
 
DataSetDefDeployerCDI - Class in org.dashbuilder.dataset
 
DataSetDefDeployerCDI() - Constructor for class org.dashbuilder.dataset.DataSetDefDeployerCDI
 
dataSetDefJSONMarshaller - Variable in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
dataSetDefModifiedEvent - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
dataSetDefRegisteredEvent - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
dataSetDefRegistry - Variable in class org.dashbuilder.Bootstrap
 
DataSetDefRegistryCDI - Class in org.dashbuilder.dataset
Data set definition registry implementation which stores data sets under GIT It's provided as an extension to the default in-memory based registry and it's also the default CDI implementation available.
DataSetDefRegistryCDI() - Constructor for class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
DataSetDefRegistryCDI(int, IOService, FileSystem, DataSetProviderRegistryCDI, SchedulerCDI, ExceptionManager, Event<DataSetDefModifiedEvent>, Event<DataSetDefRegisteredEvent>, Event<DataSetDefRemovedEvent>, Event<DataSetStaleEvent>) - Constructor for class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
dataSetDefRemovedEvent - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
dataSetManager - Variable in class org.dashbuilder.Bootstrap
 
DataSetManagerCDI - Class in org.dashbuilder.dataset
 
DataSetManagerCDI() - Constructor for class org.dashbuilder.dataset.DataSetManagerCDI
 
DataSetManagerCDI(StaticDataSetProviderCDI, DataSetDefRegistryCDI, DataSetProviderRegistryCDI, boolean, int) - Constructor for class org.dashbuilder.dataset.DataSetManagerCDI
 
DataSetProviderRegistryCDI - Class in org.dashbuilder.dataprovider
 
DataSetProviderRegistryCDI() - Constructor for class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
dataSetStaleEvent - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
deleteCSVFile(CSVDataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
deleteTempFiles() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
destroy() - Method in class org.dashbuilder.dataprovider.ElasticSearchDataSetProviderCDI
 

E

ElasticSearchDataSetProviderCDI - Class in org.dashbuilder.dataprovider
 
ElasticSearchDataSetProviderCDI() - Constructor for class org.dashbuilder.dataprovider.ElasticSearchDataSetProviderCDI
 
ElasticSearchDataSetProviderCDI(StaticDataSetProviderCDI) - Constructor for class org.dashbuilder.dataprovider.ElasticSearchDataSetProviderCDI
 
exceptionManager - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
ExceptionManager - Class in org.dashbuilder.exception
Handles backend exceptions.
ExceptionManager() - Constructor for class org.dashbuilder.exception.ExceptionManager
 

F

fileSystem - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 

G

generatorMap - Variable in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
GenericPortableException - Exception in org.dashbuilder.exception
Root of all portable Exceptions resulting from server-side errors that need to be sent to the client.
GenericPortableException() - Constructor for exception org.dashbuilder.exception.GenericPortableException
 
GenericPortableException(String) - Constructor for exception org.dashbuilder.exception.GenericPortableException
 
GenericPortableException(String, Exception) - Constructor for exception org.dashbuilder.exception.GenericPortableException
 
getBeanDataSetProviderCDI() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
getCsvDataSetProviderCDI() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
getCSVInputStream(CSVDataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
getCSVString(CSVDataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
getDataSetDefJSONMarshaller() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
getDataSetDefJsonMarshaller() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
getDataSetsPath() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
getElasticSearchDataSetProviderCDI() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
getSqlDataSetProviderCDI() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
getStaticDataSetProviderCDI() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
getTempPath() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 

H

handleException(Exception) - Method in class org.dashbuilder.exception.ExceptionManager
Return a @Portable RuntimeException that can be captured by client side widgets.

I

init() - Method in class org.dashbuilder.Bootstrap
 
init() - Method in class org.dashbuilder.config.ConfigReader
 
init() - Method in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
init() - Method in class org.dashbuilder.dataprovider.DataSetProviderRegistryCDI
 
init() - Method in class org.dashbuilder.dataset.DataSetDefDeployerCDI
 
init() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
initFileSystem() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
ioService - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 

L

list() - Method in class org.dashbuilder.dataprovider.SQLDataSourceLocatorCDI
 
listDataSetDefs() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
loadDataSetDef(Path) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
log - Static variable in class org.dashbuilder.Bootstrap
 
lookup(SQLDataSetDef) - Method in class org.dashbuilder.dataprovider.SQLDataSourceLocatorCDI
 
lookupGenerator(DataSetDef) - Method in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 

M

maxCsvLength - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 

O

onDataSetDefModified(DataSetDef, DataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
onDataSetDefModifiedEvent(DataSetDefModifiedEvent) - Method in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
onDataSetDefModifiedEvent(DataSetDefModifiedEvent) - Method in class org.dashbuilder.dataprovider.CSVDataSetProviderCDI
 
onDataSetDefModifiedEvent(DataSetDefModifiedEvent) - Method in class org.dashbuilder.dataprovider.SQLDataSetProviderCDI
 
onDataSetDefRegistered(DataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
onDataSetDefRemoved(DataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
onDataSetDefRemovedEvent(DataSetDefRemovedEvent) - Method in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
onDataSetDefRemovedEvent(DataSetDefRemovedEvent) - Method in class org.dashbuilder.dataprovider.CSVDataSetProviderCDI
 
onDataSetDefRemovedEvent(DataSetDefRemovedEvent) - Method in class org.dashbuilder.dataprovider.SQLDataSetProviderCDI
 
onDataSetDefStale(DataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
onDataSetStaleEvent(DataSetStaleEvent) - Method in class org.dashbuilder.dataprovider.BeanDataSetProviderCDI
 
onDataSetStaleEvent(DataSetStaleEvent) - Method in class org.dashbuilder.dataprovider.CSVDataSetProviderCDI
 
onDataSetStaleEvent(DataSetStaleEvent) - Method in class org.dashbuilder.dataprovider.SQLDataSetProviderCDI
 
org.dashbuilder - package org.dashbuilder
 
org.dashbuilder.config - package org.dashbuilder.config
 
org.dashbuilder.dataprovider - package org.dashbuilder.dataprovider
 
org.dashbuilder.dataset - package org.dashbuilder.dataset
 
org.dashbuilder.exception - package org.dashbuilder.exception
 
org.dashbuilder.scheduler - package org.dashbuilder.scheduler
 

P

providerRegistry - Variable in class org.dashbuilder.Bootstrap
 

R

readConfig(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveBoolean(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveByte(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveDouble(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveFloat(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveInt(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveLong(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readPrimitiveShort(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readProperties(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readStringArray(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readStringList(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
readStringMap(InjectionPoint) - Method in class org.dashbuilder.config.ConfigReader
 
registerDataSetDef(DataSetDef, String, String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
registerDataSetDefs() - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
removeDataSetDef(String, String, String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
removeDataSetDef(Path, String, String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
removeDataSetDef(DataSetDef, String, String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
resolveCsvPath(CSVDataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
resolveCsvTempPath(CSVDataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
resolveNioPath(DataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
resolveTempPath(String) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
resolveVfsPath(DataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
root - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 

S

saveCSVFile(CSVDataSetDef) - Method in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
scheduler - Variable in class org.dashbuilder.Bootstrap
 
SchedulerCDI - Class in org.dashbuilder.scheduler
 
SchedulerCDI() - Constructor for class org.dashbuilder.scheduler.SchedulerCDI
 
SchedulerCDI(int) - Constructor for class org.dashbuilder.scheduler.SchedulerCDI
 
shutdown() - Method in class org.dashbuilder.scheduler.SchedulerCDI
 
SQLDataSetProviderCDI - Class in org.dashbuilder.dataprovider
 
SQLDataSetProviderCDI() - Constructor for class org.dashbuilder.dataprovider.SQLDataSetProviderCDI
 
SQLDataSetProviderCDI(StaticDataSetProviderCDI, SQLDataSourceLocatorCDI) - Constructor for class org.dashbuilder.dataprovider.SQLDataSetProviderCDI
 
SQLDataSourceLocatorCDI - Class in org.dashbuilder.dataprovider
 
SQLDataSourceLocatorCDI() - Constructor for class org.dashbuilder.dataprovider.SQLDataSourceLocatorCDI
 
staticDataSetProvider - Variable in class org.dashbuilder.Bootstrap
 
StaticDataSetProviderCDI - Class in org.dashbuilder.dataprovider
 
StaticDataSetProviderCDI() - Constructor for class org.dashbuilder.dataprovider.StaticDataSetProviderCDI
 
stop() - Method in class org.dashbuilder.dataset.DataSetDefDeployerCDI
 

U

uuidGenerator - Variable in class org.dashbuilder.dataset.DataSetDefRegistryCDI
 
B C D E F G H I L M O P R S U 
Skip navigation links
Dashbuilder Dataset Core CDI support 7.41.0.Final

Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.