Skip navigation links
KIE Soup Dataset API 7.37.0.Final
A B C D E F G H I J L M N O P Q R S T U V Y _ 

A

AbstractDataSetDefBuilder<T> - Class in org.dashbuilder.dataset.impl
Base class for DataSetDefBuilder implementations.
AbstractDataSetDefBuilder() - Constructor for class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
AbstractDataSetLookupBuilder<T> - Class in org.dashbuilder.dataset.impl
 
AbstractDataSetLookupBuilder() - Constructor for class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
AbstractDataSetOp - Class in org.dashbuilder.dataset.impl
Base class for DataSetOp implementations
AbstractDataSetOp() - Constructor for class org.dashbuilder.dataset.impl.AbstractDataSetOp
 
AbstractProviderType<T extends DataSetDef> - Class in org.dashbuilder.dataprovider
 
AbstractProviderType() - Constructor for class org.dashbuilder.dataprovider.AbstractProviderType
 
addColumn(String, ColumnType) - Method in interface org.dashbuilder.dataset.DataSet
Add a brand new column.
addColumn(String, ColumnType, List) - Method in interface org.dashbuilder.dataset.DataSet
Add a brand new column populated with the given values.
addColumn(DataColumn) - Method in interface org.dashbuilder.dataset.DataSet
Add a brand new column.
addColumn(String, ColumnType) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
addColumn(String, ColumnType) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addColumn(String, ColumnType, List) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addColumn(DataColumn) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addEmptyRowAt(int) - Method in interface org.dashbuilder.dataset.DataSet
Add an empty row at the given position.
addEmptyRowAt(int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addFilterColumn(ColumnFilter...) - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
addGroupFunction(GroupFunction...) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
addListener(DataSetDefRegistryListener) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Register a listener interesetd in observe the DataSetDef lifecycle events.
addLogicalTerm(ColumnFilter) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
addOperation(int, DataSetOp...) - Method in class org.dashbuilder.dataset.DataSetLookup
 
addOperation(DataSetOp...) - Method in class org.dashbuilder.dataset.DataSetLookup
 
addSelectedIntervalNames(String...) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
addSortColumn(ColumnSort...) - Method in class org.dashbuilder.dataset.sort.DataSetSort
 
addValueAt(int, int, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addValueAt(int, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addValues(Object...) - Method in interface org.dashbuilder.dataset.DataSet
Add a row at the end of the data set.
addValues(Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
addValuesAt(int, Object...) - Method in interface org.dashbuilder.dataset.DataSet
Add a row at the given position.
addValuesAt(int, Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
adjustDate(Date) - Method in class org.dashbuilder.dataset.date.TimeAmount
 
aggregate(List) - Method in interface org.dashbuilder.dataset.group.AggregateFunction
 
aggregate(List, List<Integer>) - Method in interface org.dashbuilder.dataset.group.AggregateFunction
 
AggregateFunction - Interface in org.dashbuilder.dataset.group
Interface used to get the aggregate value of a given collection.
AggregateFunctionManager - Interface in org.dashbuilder.dataset.group
Manager class that it keeps a registry of AggregateFunction instances.
AggregateFunctionType - Enum in org.dashbuilder.dataset.group
List of available aggregate functions used in data set group operations.
ALL_COLUMNS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
allColumns(boolean) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
It tells the CSV provider whether to include all the columns in the CSV defintion or only those columns explicitly declared into the data set definition.
allColumns(boolean) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
allColumnsEnabled - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
AND(List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
AND(ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
AND(String, List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
AND(String, ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
areEmptyIntervalsAllowed() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
areExtraColumnsAllowed() - Method in class org.dashbuilder.dataset.DataSetConstraints
 
asc() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
This call will operate only on a previously grouped data set (i.e. one of the group() methods has been called previously on the data set lookup), and will result in that the grouped column is ordered in ascending order.
asc() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
ascendingOrder - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
asInt() - Method in enum org.dashbuilder.dataset.sort.SortOrder
 

B

BEAN - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
 
BeanDataSetDef - Class in org.dashbuilder.dataset.def
 
BeanDataSetDef() - Constructor for class org.dashbuilder.dataset.def.BeanDataSetDef
 
BeanDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
A builder for defining data sets generated from a bean which implements the DataSetGenerator interface DataSetDef dataSetDef = DataSetDefFactory.newBeanDataSetDef() .uuid("all_employees") .generatorClass("org.mycompany.dataset.AllEmployeesGenerator") .buildDef();
BeanDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
 
BeanDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
 
BeanDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for initial mandatory attributes of the Bean data set definition.
BeanDefJSONMarshaller - Class in org.dashbuilder.dataset.json
 
BeanDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
BeanProviderType - Class in org.dashbuilder.dataprovider
For accessing data sets generated directly from a bean class implementing the DataSetGenerator interface
BeanProviderType() - Constructor for class org.dashbuilder.dataprovider.BeanProviderType
 
between(Comparable, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
between(String, Comparable, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
buildColumnId(String, AggregateFunctionType) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
Builds a column identifier when applying an aggregate function to the column, but no id is specified.
buildDataSet() - Method in interface org.dashbuilder.dataset.DataSetBuilder
Build and get the resulting DataSet instance.
buildDataSet(Map<String, String>) - Method in interface org.dashbuilder.dataset.DataSetGenerator
Build and get a DataSet instance.
buildDataSet() - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
buildDef() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
 
buildDef() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
buildLookup() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
 
buildLookup() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
buildUniqueColumnId(DataSetLookup, String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
buildUniqueColumnId(DataSetLookup, GroupFunction) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 

C

CACHE_ENABLED - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
CACHE_MAXROWS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
CACHE_SYNCED - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
cacheEnabled - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
cacheMaxRows - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
cacheOff() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Disables the cache
cacheOff() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
cacheOn(int) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Enables the cache for this data set
cacheOn(boolean, int) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Enables the static cache
cacheOn(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
calculateStartTime() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
check(DataSet) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
check(DataSetLookup) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
check(DataSetLookup, DataSetMetadata) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
clone() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
clone() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
clone() - Method in class org.dashbuilder.dataset.def.DataColumnDef
 
clone() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
clone(DataSetDef) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
clone() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
clone() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
cloneEmpty() - Method in interface org.dashbuilder.dataset.DataColumn
Only clone the column definition.
cloneEmpty() - Method in interface org.dashbuilder.dataset.DataSet
Build a data set with the same structure as this but containing no data.
cloneEmpty() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
cloneEmpty() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
cloneInstance() - Method in interface org.dashbuilder.dataset.DataColumn
Clone the column entirely (definition & values).
cloneInstance() - Method in interface org.dashbuilder.dataset.DataSet
Build a data set with the same structure and content.
cloneInstance() - Method in class org.dashbuilder.dataset.DataSetLookup
 
cloneInstance() - Method in interface org.dashbuilder.dataset.DataSetOp
Clone this operation.
cloneInstance() - Method in class org.dashbuilder.dataset.date.TimeAmount
 
cloneInstance() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
cloneInstance() - Method in class org.dashbuilder.dataset.filter.ColumnFilter
 
cloneInstance() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
cloneInstance() - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
 
cloneInstance() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
cloneInstance() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
cloneInstance() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
cloneInstance() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
cloneInstance() - Method in class org.dashbuilder.dataset.group.GroupFunction
 
cloneInstance() - Method in class org.dashbuilder.dataset.group.Interval
 
cloneInstance() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
cloneInstance() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
cloneInstance() - Method in class org.dashbuilder.dataset.sort.ColumnSort
 
cloneInstance() - Method in class org.dashbuilder.dataset.sort.DataSetSort
Clone this sort operation.
CLUSTER_NAME - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
clusterName - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
clusterName(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Set the ElasticSearch cluster name.
column(String, ColumnType) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Add an empty column of the specified type.
column(String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Select the specified column as part of the resulting data set.
column(String, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Select the specified column as part of the resulting data set.
column(String, AggregateFunctionType) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.
column(String, AggregateFunctionType, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.
column(AggregateFunctionType, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.
column(String, ColumnType) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Add an empty column of the specified type.
column(String, ColumnType) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
column(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
column(String, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
column(String, AggregateFunctionType) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
column(AggregateFunctionType, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
column(String, AggregateFunctionType, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
column(String, ColumnType) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
COLUMN - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
COLUMN_ID - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
COLUMN_PATTERN - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
COLUMN_TYPE - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
ColumnFilter - Class in org.dashbuilder.dataset.filter
Base class for defining a filter over a data set column.
ColumnFilter() - Constructor for class org.dashbuilder.dataset.filter.ColumnFilter
 
ColumnFilter(String) - Constructor for class org.dashbuilder.dataset.filter.ColumnFilter
 
columnFilterList - Variable in class org.dashbuilder.dataset.filter.DataSetFilter
 
ColumnGroup - Class in org.dashbuilder.dataset.group
A column group definition.
ColumnGroup() - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
 
ColumnGroup(String, String) - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
 
ColumnGroup(String, String, GroupStrategy) - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
 
ColumnGroup(String, String, GroupStrategy, int, String) - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
 
columnGroup - Variable in class org.dashbuilder.dataset.group.DataSetGroup
 
columnGroup - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
columnId - Variable in class org.dashbuilder.dataset.filter.ColumnFilter
 
columnId - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
columnId - Variable in class org.dashbuilder.dataset.group.GroupFunction
 
columnId - Variable in class org.dashbuilder.dataset.sort.ColumnSort
 
columnIds - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
columns - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
columns - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
 
COLUMNS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
columnSort - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
ColumnSort - Class in org.dashbuilder.dataset.sort
A column sort criteria
ColumnSort() - Constructor for class org.dashbuilder.dataset.sort.ColumnSort
 
ColumnSort(String, SortOrder) - Constructor for class org.dashbuilder.dataset.sort.ColumnSort
 
columnSortList - Variable in class org.dashbuilder.dataset.sort.DataSetSort
 
columnsTitle - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
columnTitleMap - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
ColumnType - Enum in org.dashbuilder.dataset
An enumeration for the different types of DataColumn.
columnType - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
columnTypeList - Variable in class org.dashbuilder.dataset.DataSetConstraints
 
columnTypes - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
compare(DateIntervalType, DateIntervalType) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
 
convert(DataColumn, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
convertToDate(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
convertToDouble(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
convertToString(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
CoreFunctionFilter - Class in org.dashbuilder.dataset.filter
A core filter function definition
CoreFunctionFilter() - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
CoreFunctionFilter(String, CoreFunctionType) - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
CoreFunctionFilter(String, CoreFunctionType, List) - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
CoreFunctionFilter(String, CoreFunctionType, Comparable...) - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
CoreFunctionType - Enum in org.dashbuilder.dataset.filter
Type of core filter functions available
createCoreFunctionFilter(String, ColumnType, CoreFunctionType) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
createDataSet(String) - Method in interface org.dashbuilder.dataset.DataSetManager
Create a brand new data set instance.
createDataSetDef() - Method in class org.dashbuilder.dataprovider.BeanProviderType
 
createDataSetDef() - Method in class org.dashbuilder.dataprovider.CSVProviderType
 
createDataSetDef() - Method in interface org.dashbuilder.dataprovider.DataSetProviderType
Create a brand new DataSetDef instance for this given provider type.
createDataSetDef() - Method in class org.dashbuilder.dataprovider.ELSProviderType
 
createDataSetDef() - Method in class org.dashbuilder.dataprovider.SQLProviderType
 
createDataSetDef() - Method in class org.dashbuilder.dataprovider.StaticProviderType
 
createDataSetDef() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
createDataSetDef() - Method in class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
 
createDataSetDef() - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
createDataSetDef() - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
createDataSetDef() - Method in class org.dashbuilder.dataset.impl.StaticDataSetDefBuilderImpl
 
createParameters(ColumnType, CoreFunctionType) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
createValidationError(int, Object...) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
createValidationError(int, Object...) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
creationDate - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
 
CSV - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
 
CSVDataSetDef - Class in org.dashbuilder.dataset.def
 
CSVDataSetDef() - Constructor for class org.dashbuilder.dataset.def.CSVDataSetDef
 
CSVDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
A builder for defining static data sets DataSetDef dataSetDef = DataSetDefFactory.newCSVDataSetDef() .uuid("all_employees") .url("http://myhost.com/file.csv") .separatorChar(";") .label("name") .date("creationDate", "MM/dd/yyyy") .number("amount", "#.###,00") .buildDef();
CSVDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
 
CSVDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
CSVDataSetDefFilePathValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute filePath of the CSV data set definition class.
CSVDataSetDefFileURLValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute fileURL of the CSV data set definition class.
CSVDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for initial mandatory attributes of the CSV data set definition.
CSVDefJSONMarshaller - Class in org.dashbuilder.dataset.json
 
CSVDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
CSVProviderType - Class in org.dashbuilder.dataprovider
For accessing data sets that are the result of loading all the rows of a CSV file.
CSVProviderType() - Constructor for class org.dashbuilder.dataprovider.CSVProviderType
 
CustomFunctionFilter - Class in org.dashbuilder.dataset.filter
A custom provided function filter definition
CustomFunctionFilter() - Constructor for class org.dashbuilder.dataset.filter.CustomFunctionFilter
 
CustomFunctionFilter(String, FilterFunction) - Constructor for class org.dashbuilder.dataset.filter.CustomFunctionFilter
 

D

DATA_SOURCE - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
DataColumn - Interface in org.dashbuilder.dataset
A data set is a matrix of values composed by a fixed number of columns.
DataColumnDef - Class in org.dashbuilder.dataset.def
This class is used to define the structure and runtime behaviour of a data set definition's column instance.
DataColumnDef() - Constructor for class org.dashbuilder.dataset.def.DataColumnDef
 
DataColumnDef(String, ColumnType) - Constructor for class org.dashbuilder.dataset.def.DataColumnDef
 
DataColumnImpl - Class in org.dashbuilder.dataset.impl
 
DataColumnImpl() - Constructor for class org.dashbuilder.dataset.impl.DataColumnImpl
 
DataColumnImpl(String, ColumnType) - Constructor for class org.dashbuilder.dataset.impl.DataColumnImpl
 
DataSet - Interface in org.dashbuilder.dataset
 
dataset(String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
The UUID reference to the source data set.
dataSet - Variable in class org.dashbuilder.dataset.def.StaticDataSetDef
 
dataset(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
dataSet - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
dataSet - Variable in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
DataSetBuilder - Interface in org.dashbuilder.dataset
It allows for the building of DataSet instances in a friendly manner.
DataSetBuilderImpl - Class in org.dashbuilder.dataset.impl
 
DataSetBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
DataSetConstraints<T> - Class in org.dashbuilder.dataset
A set of constraints over the structure of a DataSet instance.
DataSetConstraints() - Constructor for class org.dashbuilder.dataset.DataSetConstraints
 
DataSetDef - Class in org.dashbuilder.dataset.def
This class is used to define the origin, structure and runtime behaviour of a data set instance.
DataSetDef() - Constructor for class org.dashbuilder.dataset.def.DataSetDef
 
DataSetDefBasicAttributesGroup - Interface in org.dashbuilder.dataset.validation.groups
 
DataSetDefBuilder<T> - Interface in org.dashbuilder.dataset.def
Interface for the assembly of a DataSetDef instance in a friendly manner.
DataSetDefCacheRowsValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute cacheMaxRows of the data set definition class.
DataSetDefFactory - Class in org.dashbuilder.dataset.def
Factory class for building DataSetDef instances.
DataSetDefFactory() - Constructor for class org.dashbuilder.dataset.def.DataSetDefFactory
 
DataSetDefJSONMarshaller - Class in org.dashbuilder.dataset.json
DataSetDef from/to JSON utilities
DataSetDefJSONMarshaller(DataSetProviderRegistry) - Constructor for class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
DataSetDefJSONMarshaller(DataSetProviderRegistry, DataSetLookupJSONMarshaller) - Constructor for class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
DataSetDefJSONMarshallerExt<T extends DataSetDef> - Interface in org.dashbuilder.dataset.json
DataSetDefJSONMarshaller uses this interface to marshall the extended attributes of any class extending DataSetDef.
DataSetDefModifiedEvent - Class in org.dashbuilder.dataset.events
 
DataSetDefModifiedEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
 
DataSetDefModifiedEvent(DataSetDef, DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
 
DataSetDefProviderTypeGroup - Interface in org.dashbuilder.dataset.validation.groups
 
DataSetDefPushSizeValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute pushMaxSize of the data set definition class.
DataSetDefRefreshIntervalValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute refreshTime of the data set definition class.
DataSetDefRegisteredEvent - Class in org.dashbuilder.dataset.events
 
DataSetDefRegisteredEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
 
DataSetDefRegisteredEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
 
DataSetDefRegistry - Interface in org.dashbuilder.dataset.def
Data set definitions registry service
DataSetDefRegistryListener - Interface in org.dashbuilder.dataset.def
 
DataSetDefRemovedEvent - Class in org.dashbuilder.dataset.events
 
DataSetDefRemovedEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
 
DataSetDefRemovedEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
 
DataSetFactory - Class in org.dashbuilder.dataset
Factory class for building DataSet instances.
DataSetFactory() - Constructor for class org.dashbuilder.dataset.DataSetFactory
 
dataSetFilter - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
DataSetFilter - Class in org.dashbuilder.dataset.filter
A data set filter definition.
DataSetFilter() - Constructor for class org.dashbuilder.dataset.filter.DataSetFilter
 
DataSetGenerator - Interface in org.dashbuilder.dataset
Interface for generating data set instances.
DataSetGroup - Class in org.dashbuilder.dataset.group
A data set group operation.
DataSetGroup() - Constructor for class org.dashbuilder.dataset.group.DataSetGroup
 
DataSetImpl - Class in org.dashbuilder.dataset.impl
 
DataSetImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetImpl
 
DataSetJSONMarshaller - Class in org.dashbuilder.dataset.json
 
DataSetJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.DataSetJSONMarshaller
 
DataSetLookup - Class in org.dashbuilder.dataset
A data set look up request.
DataSetLookup() - Constructor for class org.dashbuilder.dataset.DataSetLookup
 
DataSetLookup(String, DataSetOp...) - Constructor for class org.dashbuilder.dataset.DataSetLookup
 
DataSetLookupBuilder<T> - Interface in org.dashbuilder.dataset
A DataSetLookupBuilder allows for the assembly of a DataSetLookup instance (i.e. a DataSet lookup request) in a friendly manner.
DataSetLookupBuilderImpl - Class in org.dashbuilder.dataset.impl
 
DataSetLookupBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetLookupBuilderImpl
 
DataSetLookupConstraints - Class in org.dashbuilder.dataset
A set of constraints over the structure of a DataSetLookup instance.
DataSetLookupConstraints() - Constructor for class org.dashbuilder.dataset.DataSetLookupConstraints
 
DataSetLookupException - Exception in org.dashbuilder.dataset.exception
Default exception when a data set lookup fails.
DataSetLookupException() - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
 
DataSetLookupException(String) - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
 
DataSetLookupException(String, String) - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
 
DataSetLookupException(String, String, Exception) - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
 
DataSetLookupFactory - Class in org.dashbuilder.dataset
Factory class for building DataSetLookup instances.
DataSetLookupFactory() - Constructor for class org.dashbuilder.dataset.DataSetLookupFactory
 
dataSetLookupJSONMarshaller - Variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
DataSetLookupJSONMarshaller - Class in org.dashbuilder.dataset.json
 
DataSetLookupJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
DataSetManager - Interface in org.dashbuilder.dataset
Main interface for handling data sets.
DataSetMetadata - Interface in org.dashbuilder.dataset
Metadata associated with a data set instance
DataSetMetadataImpl - Class in org.dashbuilder.dataset.impl
 
DataSetMetadataImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
DataSetMetadataImpl(DataSetDef, String, int, int, List<String>, List<ColumnType>, int) - Constructor for class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
DataSetMetadataImpl(DataSetImpl) - Constructor for class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
DataSetModifiedEvent - Class in org.dashbuilder.dataset.events
 
DataSetModifiedEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetModifiedEvent
 
DataSetModifiedEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetModifiedEvent
 
DataSetOp - Interface in org.dashbuilder.dataset
An operation over a data set
DataSetOpEngine - Interface in org.dashbuilder.dataset
Provides several operations for data set manipulation.
DataSetOpType - Enum in org.dashbuilder.dataset
Data set operation types.
DataSetPostProcessor - Interface in org.dashbuilder.dataset.def
A generic interface to declare extra post processing on the DataSets
DataSetPreprocessor - Interface in org.dashbuilder.dataset.def
A generic interface to declare extra pre processing on the DataSets
DataSetProvider - Interface in org.dashbuilder.dataprovider
This service provider interface is designed to provide access to different data set storage implementations with the main goal of providing a unified interface for the data set fetch & lookup operations.
DataSetProviderRegistry - Interface in org.dashbuilder.dataprovider
Data set provider registry
dataSetProviderRegistry - Variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
DataSetProviderType<T extends DataSetDef> - Interface in org.dashbuilder.dataprovider
An enumeration of the available data set provider types.
DataSetPushingEvent - Class in org.dashbuilder.dataset.events
 
DataSetPushingEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetPushingEvent
 
DataSetPushingEvent(DataSetMetadata) - Constructor for class org.dashbuilder.dataset.events.DataSetPushingEvent
 
DataSetPushOkEvent - Class in org.dashbuilder.dataset.events
 
DataSetPushOkEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetPushOkEvent
 
DataSetPushOkEvent(DataSetMetadata) - Constructor for class org.dashbuilder.dataset.events.DataSetPushOkEvent
 
DataSetSort - Class in org.dashbuilder.dataset.sort
A data set sort operation definition
DataSetSort() - Constructor for class org.dashbuilder.dataset.sort.DataSetSort
 
DataSetStaleEvent - Class in org.dashbuilder.dataset.events
 
DataSetStaleEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetStaleEvent
 
DataSetStaleEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetStaleEvent
 
dataSetUUID - Variable in class org.dashbuilder.dataset.DataSetLookup
The UUID of the data set to retrieve.
dataSetUUID - Variable in class org.dashbuilder.dataset.impl.AbstractDataSetOp
 
dataSource - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
 
dataSource(String) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
Set the data source where this data set is stored.
dataSource(String) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
date(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Add an empty column of type date.
date(String, String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the pattern for the specified date column.
date(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Add an empty column of type date.
date(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
date(String, String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
date(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
DateIntervalPattern - Class in org.dashbuilder.dataset.group
 
DateIntervalPattern() - Constructor for class org.dashbuilder.dataset.group.DateIntervalPattern
 
DateIntervalType - Enum in org.dashbuilder.dataset.group
Type of data intervals
datePattern - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
datePattern(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the overall pattern used to read date columns.
datePattern(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
DATEPATTERN - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
DAY - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
 
DayOfWeek - Enum in org.dashbuilder.dataset.date
 
DB_SCHEMA - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
DB_SQL - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
DB_TABLE - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
dbSchema - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
 
dbSchema(String) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
Set the database schema where the target table relies
dbSchema(String) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
dbSQL - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
 
dbSQL(String, boolean) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
Specifies a custom SQL for the retrieval of the data set rows.
dbSQL(String, boolean) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
dbTable - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
 
dbTable(String, boolean) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
Set the database table holding all the data set rows.
dbTable(String, boolean) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
def - Variable in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
DefaultProviderType - Class in org.dashbuilder.dataprovider
 
DefaultProviderType() - Constructor for class org.dashbuilder.dataprovider.DefaultProviderType
 
DefaultProviderType(String) - Constructor for class org.dashbuilder.dataprovider.DefaultProviderType
 
definition - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
 
definition - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
desc() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
This call will operate only on a previously grouped data set (i.e. one of the group() methods has been called previously on the data set lookup), and will result in that the grouped column is ordered in descending order.
desc() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
dynamic(int, DateIntervalType, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Group the data set by one of the columns, of type ColumnType.Date, specifying the size of the date interval by which the column should be grouped.
dynamic(int, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Same as "dynamic(int maxIntervals, DateIntervalType intervalSize)" but in this case the "intervalSize" is dynamically calculated to the minimum size that generates less intervals than the "maxIntervals" specified.
dynamic(DateIntervalType, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Same as "dynamic(int maxIntervals, DateIntervalType intervalSize)" but taking "maxIntervals=15" as default.
dynamic(int, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
dynamic(int, DateIntervalType, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
dynamic(DateIntervalType, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 

E

EditDataSetDef - Class in org.dashbuilder.dataset.backend
Response model for a DataSetDef edition.
EditDataSetDef() - Constructor for class org.dashbuilder.dataset.backend.EditDataSetDef
 
EditDataSetDef(DataSetDef, List<DataColumnDef>) - Constructor for class org.dashbuilder.dataset.backend.EditDataSetDef
 
ELASTICSEARCH - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
 
ElasticSearchDataSetDef - Class in org.dashbuilder.dataset.def
DataSet definition class for ElasticSearch provider.
ElasticSearchDataSetDef() - Constructor for class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
ElasticSearchDataSetDef.ElasticSearchKeywords - Enum in org.dashbuilder.dataset.def
 
ElasticSearchDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
A builder for defining ElasticSearch data sets DataSetDef dataSetDef = DataSetDefFactory.newElasticSearchDataSetDef() .uuid("all_employees") .serverURL("localhost:9300") .index("index1") .type("type1") .query("DSL query here") .relevance("10") .buildDef();
ElasticSearchDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for initial mandatory attributes of the ElasticSearch data set definition.
ELSDefJSONMarshaller - Class in org.dashbuilder.dataset.json
 
ELSDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
ELSProviderType - Class in org.dashbuilder.dataprovider
For accessing data sets that are the result of querying an elasticsearch server.
ELSProviderType() - Constructor for class org.dashbuilder.dataprovider.ELSProviderType
 
emptyIntervals - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
equals(Object) - Method in class org.dashbuilder.dataprovider.AbstractProviderType
 
equals(Object) - Method in class org.dashbuilder.dataset.DataSetLookup
 
equals(Object) - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
equals(Object) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
equals(Object) - Method in class org.dashbuilder.dataset.def.DataColumnDef
 
equals(Object) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
equals(Object) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
equals(Object) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
equals(Object) - Method in class org.dashbuilder.dataset.filter.ColumnFilter
 
equals(Object) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
equals(Object) - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
 
equals(Object) - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
equals(Object) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
equals(Object) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
equals(Object) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
equals(Object) - Method in class org.dashbuilder.dataset.group.GroupFunction
 
equals(Object) - Method in class org.dashbuilder.dataset.group.Interval
 
equals(Object) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
equals(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
equals(Object) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
equals(Object) - Method in class org.dashbuilder.dataset.sort.ColumnSort
 
equals(Object) - Method in class org.dashbuilder.dataset.sort.DataSetSort
 
equalsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
equalsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
equalsTo(String, List<Comparable>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
ERROR_COLUMN_NUMBER - Static variable in class org.dashbuilder.dataset.DataSetConstraints
 
ERROR_COLUMN_TYPE - Static variable in class org.dashbuilder.dataset.DataSetConstraints
 
ERROR_DUPLICATED_COLUMN_ID - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
ERROR_GROUP_NOT_ALLOWED - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
ERROR_GROUP_NUMBER - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
ERROR_GROUP_REQUIRED - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
escapeChar - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
escapeChar(char) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the escape char.
escapeChar(char) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
ESCAPECHAR - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
estimatedSize - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
estimateSize - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
 
estimateSize(boolean) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
execute(String, List<DataSetOp>) - Method in interface org.dashbuilder.dataset.DataSetOpEngine
Apply a sequence of operations on the specified data set.
execute(DataSet, List<DataSetOp>) - Method in interface org.dashbuilder.dataset.DataSetOpEngine
Apply a sequence of operations on the specified data set.
extraColumnsAllowed - Variable in class org.dashbuilder.dataset.DataSetConstraints
 
extraColumnsType - Variable in class org.dashbuilder.dataset.DataSetConstraints
 

F

filePath - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
filePath(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
The CSV file path
filePath(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
FILEPATH - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
fileURL - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
fileURL(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
A valid CSV stream URL
fileURL(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
FILEURL - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
filter(ColumnFilter...) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Filter the data set according to the specified column filters.
filter(String, ColumnFilter...) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Filter the data set according to the specified column filters.
filter(ColumnFilter...) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
filter(String, ColumnFilter...) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
filterAllowed - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
FilterFactory - Class in org.dashbuilder.dataset.filter
A factory of filter functions
FilterFactory() - Constructor for class org.dashbuilder.dataset.filter.FilterFactory
 
FilterFunction - Interface in org.dashbuilder.dataset.filter
A filter function
FILTERS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
firstDay(DayOfWeek) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
This call requires a previously grouped data set with fixed DateIntervalType.DAY_OF_WEEK intervals, i.e. both group() and fixed(DateIntervalType.DAY_OF_WEEK) have to be invoked previously.
firstDay(DayOfWeek) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
firstDayOfWeek - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
firstMonth(Month) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
This call requires a previously grouped data set with fixed DateIntervalType.MONTH intervals, i.e. both group() and fixed(DateIntervalType.MONTH) have to be invoked previously.
firstMonth(Month) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
firstMonthOfYear - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
fixed(DateIntervalType, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Set the grouping strategy to a fixed date interval on a previously defined date group operation.
fixed(DateIntervalType, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
FIXED_INTERVALS_SUPPORTED - Static variable in enum org.dashbuilder.dataset.group.DateIntervalType
List of the only DateIntervalType's supported as fixed date intervals
formatColumnFilter(ColumnFilter) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatColumnFilters(List<ColumnFilter>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatColumnGroup(ColumnGroup) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatColumnSort(ColumnSort) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatColumnSorts(List<ColumnSort>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatDataSetGroup(DataSetGroup) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatDate(Date) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatFilterOperations(List<DataSetFilter>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatGroupFunction(GroupFunction) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatGroupFunctions(List<GroupFunction>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatGroupOperations(List<DataSetGroup>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatInterval(Interval) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatSelectedIntervals(List<Interval>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatSortOperations(List<DataSetSort>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
formatValue(Object) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
fromJson(BeanDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
fromJson(CSVDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
fromJson(String) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
fromJson(T, JsonObject) - Method in interface org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt
Updates the given data set def instance with the status stored into the json object passed as a parameter.
fromJson(String) - Method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
 
fromJson(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
 
fromJson(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
fromJson(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
fromJson(ElasticSearchDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
fromJson(SQLDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
function - Variable in class org.dashbuilder.dataset.filter.CustomFunctionFilter
 
function(String, FilterFunction) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
function - Variable in class org.dashbuilder.dataset.group.GroupFunction
 
FUNCTION - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
FUNCTION_ARGS - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
FUNCTION_LABEL_VALUE - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
FUNCTION_TYPE - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
functionRequired - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 

G

GENERATOR_CLASS - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
GENERATOR_PARAMS - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
generatorClass - Variable in class org.dashbuilder.dataset.def.BeanDataSetDef
 
generatorClass(String) - Method in interface org.dashbuilder.dataset.def.BeanDataSetDefBuilder
Set the data set generator class name.
generatorClass(String) - Method in class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
 
generatorParam(String, String) - Method in interface org.dashbuilder.dataset.def.BeanDataSetDefBuilder
Set a parameter which will be passed through the generator class when invoked.
generatorParam(String, String) - Method in class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
 
get() - Static method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
 
get() - Static method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
get(int) - Method in class org.dashbuilder.dataset.sort.SortedList
 
getAggregationFunctions() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getAll() - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
 
getAll() - Static method in enum org.dashbuilder.dataset.date.Month
 
getAllFunctions() - Method in interface org.dashbuilder.dataset.group.AggregateFunctionManager
Get all the aggregate functions registered.
getAvailableTypes() - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
Get the set of DataSetProviderType instances available.
getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
 
getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.Month
 
getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.Quarter
 
getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
 
getByIndex(int) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
getByIndex(int) - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
 
getByIndex(int) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
 
getByName(String) - Static method in enum org.dashbuilder.dataset.ColumnType
 
getByName(String) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
 
getByName(String) - Static method in enum org.dashbuilder.dataset.date.Month
 
getByName(String) - Static method in enum org.dashbuilder.dataset.date.Quarter
 
getByName(String) - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
 
getByName(String) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
getByName(String) - Static method in enum org.dashbuilder.dataset.filter.LogicalExprType
 
getByName(String) - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
 
getByName(String) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
 
getByName(String) - Static method in enum org.dashbuilder.dataset.group.GroupStrategy
 
getByName(String) - Static method in enum org.dashbuilder.dataset.sort.SortOrder
 
getCacheMaxRows() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getCacheMaxRows() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getCacheMaxRows() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
getClusterName() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getCode() - Method in exception org.dashbuilder.dataset.ValidationError
 
getColumnById(String) - Method in interface org.dashbuilder.dataset.DataSet
Get a column by its id.
getColumnById(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getColumnById(String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getColumnByIndex(int) - Method in interface org.dashbuilder.dataset.DataSet
Get a column by its index (starting at 0).
getColumnByIndex(int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getColumnFilterIdx(ColumnFilter) - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
getColumnFilterList() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
getColumnGroup() - Method in interface org.dashbuilder.dataset.DataColumn
The column group settings
getColumnGroup() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getColumnGroup() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getColumnId(int) - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the identifier of the specified column.
getColumnId() - Method in class org.dashbuilder.dataset.filter.ColumnFilter
 
getColumnId() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getColumnId() - Method in class org.dashbuilder.dataset.group.GroupFunction
 
getColumnId(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getColumnId() - Method in class org.dashbuilder.dataset.sort.ColumnSort
 
getColumnIds() - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the column ids
getColumnIds() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getColumnIndex(DataColumn) - Method in interface org.dashbuilder.dataset.DataSet
Get a column's internal DataSet index.
getColumnIndex(DataColumn) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getColumns() - Method in class org.dashbuilder.dataset.backend.EditDataSetDef
 
getColumns() - Method in interface org.dashbuilder.dataset.DataSet
The dataset columns
getColumns() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getColumns() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getColumnSort() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getColumnSortList() - Method in class org.dashbuilder.dataset.sort.DataSetSort
 
getColumnsTitle() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
getColumnTitle(Integer) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
getColumnType() - Method in interface org.dashbuilder.dataset.DataColumn
 
getColumnType(int) - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the type of the specified column.
getColumnType(String) - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the type of the specified column.
getColumnType() - Method in class org.dashbuilder.dataset.def.DataColumnDef
 
getColumnType() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getColumnType(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getColumnType(String) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getColumnTypes() - Method in class org.dashbuilder.dataset.DataSetConstraints
 
getColumnTypes(int) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
getColumnTypes() - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the column types
getColumnTypes() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getCreationDate() - Method in interface org.dashbuilder.dataset.DataSet
The creation date
getCreationDate() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getCurrentOp() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
getDataSet() - Method in interface org.dashbuilder.dataset.DataColumn
 
getDataSet(String) - Method in interface org.dashbuilder.dataset.DataSetManager
Retrieve (load if required) a data set.
getDataSet() - Method in class org.dashbuilder.dataset.def.StaticDataSetDef
 
getDataSet() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getDataSetDef(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Get the definition for the specified data set.
getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
 
getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
 
getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetModifiedEvent
 
getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetStaleEvent
 
getDataSetDefPostProcessors(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Get the post processors for a given definition for the specified data set.
getDataSetDefPreProcessors(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Get the preprocessors for a given definition for the specified data set.
getDataSetDefs(boolean) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Get the data set definitions available.
getDataSetFilter() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getDataSetMetadata(DataSetDef) - Method in interface org.dashbuilder.dataprovider.DataSetProvider
Retrieves the metadata for a given data set definition
getDataSetMetadata(String) - Method in interface org.dashbuilder.dataset.DataSetManager
Retrieves the metadata for a given data set
getDataSetMetadata() - Method in class org.dashbuilder.dataset.events.DataSetPushingEvent
 
getDataSetMetadata() - Method in class org.dashbuilder.dataset.events.DataSetPushOkEvent
 
getDataSetProvider(DataSetProviderType) - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
Get the provider instance named as specified.
getDataSetUUID() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getDataSetUUID() - Method in interface org.dashbuilder.dataset.DataSetOp
The UUID of the data set to retrieve.
getDataSetUUID() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetOp
 
getDataSource() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
getDatePattern() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getDatePattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getDbSchema() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
getDbSQL() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
getDbTable() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
getDefinition() - Method in class org.dashbuilder.dataset.backend.EditDataSetDef
 
getDefinition() - Method in interface org.dashbuilder.dataset.DataSet
The data set definition
getDefinition() - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the definition this data set has been created from.
getDefinition() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getDefinition() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getDescription() - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
 
getDurationInMillis(DateIntervalType) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
 
getEscapeChar() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getEstimatedSize() - Method in interface org.dashbuilder.dataset.DataSet
Return the estimated memory (in bytes) the data set is consuming.
getEstimatedSize() - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the estimated size in bytes.
getEstimatedSize() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getEstimatedSize() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getExtraColumnsType() - Method in class org.dashbuilder.dataset.DataSetConstraints
 
getFilePath() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getFileURL() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getFirstDayOfWeek() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getFirstFilterOp() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getFirstGroupOpIndex(int, String, Boolean) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getFirstGroupOpSelections() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getFirstMonthOfYear() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
getFirstMonthOfYear() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getFirstSortOp() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getFrom() - Method in class org.dashbuilder.dataset.date.TimeFrame
 
getFunction() - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
 
getFunction() - Method in class org.dashbuilder.dataset.group.GroupFunction
 
getFunctionByType(AggregateFunctionType) - Method in interface org.dashbuilder.dataset.group.AggregateFunctionManager
Get an aggregate function by its type.
getGeneratorClass() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
getGroupFunction() - Method in interface org.dashbuilder.dataset.DataColumn
The group function settings
getGroupFunction(String) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getGroupFunction() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getGroupFunctionIdx(GroupFunction) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getGroupFunctions() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getGroupsTitle() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
getId() - Method in interface org.dashbuilder.dataset.DataColumn
 
getId() - Method in class org.dashbuilder.dataset.def.DataColumnDef
 
getId() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getIndex() - Method in enum org.dashbuilder.dataset.date.DayOfWeek
 
getIndex() - Method in enum org.dashbuilder.dataset.date.Month
 
getIndex() - Method in enum org.dashbuilder.dataset.date.Quarter
 
getIndex() - Method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
 
getIndex() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getIndex() - Method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
getIndex() - Method in enum org.dashbuilder.dataset.group.AggregateFunctionType
 
getIndex() - Method in enum org.dashbuilder.dataset.group.DateIntervalType
 
getIndex() - Method in class org.dashbuilder.dataset.group.Interval
 
getIntervalSize() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getIntervalType() - Method in interface org.dashbuilder.dataset.DataColumn
The interval type used to group this column.
getIntervalType() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
getIntervalType() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.BeanProviderType
 
getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.CSVProviderType
 
getJsonMarshaller() - Method in interface org.dashbuilder.dataprovider.DataSetProviderType
A marshaller interface used during the JSON read/write of DataSetDef instances.
getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.ELSProviderType
 
getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.SQLProviderType
 
getLabelValue() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
getLastGroupOp() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getLastGroupOpIndex(int, String, boolean) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getLastGroupOpIndex(int) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getLogicalOperator() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
getLogicalTerms() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
getMaxColumns() - Method in class org.dashbuilder.dataset.DataSetConstraints
 
getMaxGroups() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
getMaxIntervals() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getMaxValue() - Method in interface org.dashbuilder.dataset.DataColumn
The maximum column value
getMaxValue() - Method in class org.dashbuilder.dataset.group.Interval
 
getMaxValue() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getMetadata() - Method in interface org.dashbuilder.dataset.DataSet
The metadata
getMetadata(String) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getMetadata() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getMinColumns() - Method in class org.dashbuilder.dataset.DataSetConstraints
 
getMinValue() - Method in interface org.dashbuilder.dataset.DataColumn
The minimum column value
getMinValue() - Method in class org.dashbuilder.dataset.group.Interval
 
getMinValue() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
getName() - Method in class org.dashbuilder.dataprovider.BeanProviderType
 
getName() - Method in class org.dashbuilder.dataprovider.CSVProviderType
 
getName() - Method in interface org.dashbuilder.dataprovider.DataSetProviderType
The type's name.
getName() - Method in class org.dashbuilder.dataprovider.DefaultProviderType
 
getName() - Method in class org.dashbuilder.dataprovider.ELSProviderType
 
getName() - Method in class org.dashbuilder.dataprovider.SQLProviderType
 
getName() - Method in class org.dashbuilder.dataprovider.StaticProviderType
 
getName() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getName() - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
 
getName() - Method in class org.dashbuilder.dataset.group.Interval
 
getNewDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
 
getNumberDecimalSeparator(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getNumberGroupSeparator(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getNumberOfColumns() - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the number of columns.
getNumberOfColumns() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getNumberOfParameters(String) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
getNumberOfRows() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getNumberOfRows() - Method in interface org.dashbuilder.dataset.DataSetMetadata
Get the number of rows.
getNumberOfRows() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getNumberPattern() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getNumberPattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getOldDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
 
getOperation(int) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getOperationIdx(DataSetOp) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getOperationList() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getOperationList(Class<T>) - Method in class org.dashbuilder.dataset.DataSetLookup
 
getOrder() - Method in class org.dashbuilder.dataset.sort.ColumnSort
 
getParamaterMap() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
getParameters() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
getParametersCount() - Method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
getPattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getPattern(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getPattern(DateIntervalType) - Static method in class org.dashbuilder.dataset.group.DateIntervalPattern
 
getPositionInQuarter(int, int) - Static method in enum org.dashbuilder.dataset.date.Quarter
Given a month (from 1 to 12) it calculates the ordinal within the quarter it belongs.
getProperty(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getPropertyNames() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getProvider() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getProviderTypeByName(String) - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
Get a DataSetProviderType by its name
getPushMaxSize() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getQuantity() - Method in class org.dashbuilder.dataset.date.TimeAmount
 
getQuarterFirstMonth(int, int) - Static method in enum org.dashbuilder.dataset.date.Quarter
Given a month (from 1 to 12) it calculates the first month of its quarter.
getQuery() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getQuoteChar() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getRefreshTime() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getRefreshTimeAmount() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getRelevance() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getResultType(ColumnType) - Method in enum org.dashbuilder.dataset.group.AggregateFunctionType
 
getRowCount() - Method in interface org.dashbuilder.dataset.DataSet
Get the number of rows in the dataset.
getRowCount() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getRowCountNonTrimmed() - Method in interface org.dashbuilder.dataset.DataSet
If this data set is the result of a trim operation this method will return the total number of rows existing before trim.
getRowCountNonTrimmed() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getRowOffset() - Method in class org.dashbuilder.dataset.DataSetLookup
 
getRows() - Method in class org.dashbuilder.dataset.group.Interval
 
getSelectedIntervalList() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getSeparatorChar() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
getServerURL() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getSourceId() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getSourceId() - Method in class org.dashbuilder.dataset.group.GroupFunction
 
getStartTime() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
getStrategy() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
getSupportedTypes(ColumnType) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
getTimeAmount() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
getTimeInstant() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
getTimeMode() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
getTo() - Method in class org.dashbuilder.dataset.date.TimeFrame
 
getType() - Method in interface org.dashbuilder.dataprovider.DataSetProvider
The type of the provider.
getType() - Method in interface org.dashbuilder.dataset.DataSetOp
 
getType() - Method in class org.dashbuilder.dataset.date.TimeAmount
 
getType() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
getType() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
getType() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
getType() - Method in interface org.dashbuilder.dataset.group.AggregateFunction
 
getType() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
getType() - Method in class org.dashbuilder.dataset.group.Interval
 
getType() - Method in class org.dashbuilder.dataset.sort.DataSetSort
 
getUUID() - Method in interface org.dashbuilder.dataset.DataSet
The unique data set identifier.
getUUID() - Method in interface org.dashbuilder.dataset.DataSetMetadata
The unique identifier for this data set.
getUUID() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
getUUID() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getUUID() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
getValueAt(int, int) - Method in interface org.dashbuilder.dataset.DataSet
Get the value at a given cell.
getValueAt(int, String) - Method in interface org.dashbuilder.dataset.DataSet
Get the value at a given cell.
getValueAt(int, String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getValueAt(int, int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getValueAt(int, DataColumn) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
getValues() - Method in interface org.dashbuilder.dataset.DataColumn
 
getValues() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
greaterOrEqualsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
greaterOrEqualsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
greaterThan(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
greaterThan(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
group(String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Group the data set by one of the columns
group(String, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Group the data set by one of the columns.
group(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
group(String, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
groupAllowed - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
groupColumn - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
GroupFunction - Class in org.dashbuilder.dataset.group
A function definition.
GroupFunction() - Constructor for class org.dashbuilder.dataset.group.GroupFunction
 
GroupFunction(String, String, AggregateFunctionType) - Constructor for class org.dashbuilder.dataset.group.GroupFunction
 
groupFunction - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
groupFunctionList - Variable in class org.dashbuilder.dataset.group.DataSetGroup
 
groupRequired - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
groupsTitle - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
GroupStrategy - Enum in org.dashbuilder.dataset.group
The strategy defines how to split a collection of values in a set of intervals.

H

hashCode() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
hashCode() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
hashCode() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
hashCode() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
hashCode() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
hashCode() - Method in class org.dashbuilder.dataset.group.Interval
 
HOUR - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
 

I

id - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
in(String, List<?>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
index - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
Index/es to query.
index(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Set the name of the index that this dataset will handle.
index - Variable in class org.dashbuilder.dataset.group.Interval
The position of this interval (starting at 0) within the group operation interval list.
INDEX - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
initialize(IsTimeInterval) - Method in class org.dashbuilder.dataset.validation.IsTimeIntervalImpl
 
INSTANCE - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
INSTANCE - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
INSTANCE - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
INSTANCE - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
Interval - Class in org.dashbuilder.dataset.group
An interval represent a grouped subset of a data values.
Interval() - Constructor for class org.dashbuilder.dataset.group.Interval
 
Interval(String) - Constructor for class org.dashbuilder.dataset.group.Interval
 
Interval(String, int) - Constructor for class org.dashbuilder.dataset.group.Interval
 
intervalSize - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
intervalType - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
invertOrder() - Method in class org.dashbuilder.dataset.sort.DataSetSort
Invert the sort order if this sort operation.
isAllColumnsEnabled() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
isAscendingOrder() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
isBlank(String) - Static method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
isCacheEnabled() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
isCacheEnabled() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
isCacheEnabled() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
isColumnTypeSupported(ColumnType) - Method in enum org.dashbuilder.dataset.group.GroupStrategy
Check if this strategy can be used with the specified column type.
isCoreFilter(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
isDataSetOutdated(DataSetDef) - Method in interface org.dashbuilder.dataprovider.DataSetProvider
Check if the specified data set definition is outdated.
isEmpty() - Method in class org.dashbuilder.dataset.DataSetLookup
 
isEmpty() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
isEstimateSize() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
isFilterAllowed() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
isFunctionRequired() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
isGroupAllowed() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
isGroupColumn() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
isGroupRequired() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
isJoin() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
isLogicalFilter(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
isNull() - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
isNull(String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
isPublic - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
isPublic() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
ISPUBLIC - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
isPushEnabled() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
isRefreshAlways() - Method in class org.dashbuilder.dataset.def.DataSetDef
 
isSelect() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
IsTimeInterval - Annotation Type in org.dashbuilder.dataset.validation
JSR303 annotation that checks if the property value is a valid time interval.
IsTimeIntervalImpl - Class in org.dashbuilder.dataset.validation
JSR303 annotation implementation for org.dashbuilder.common.shared.validation.IsTimeInterval.
IsTimeIntervalImpl() - Constructor for class org.dashbuilder.dataset.validation.IsTimeIntervalImpl
 
isUniqueColumnIds() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
isValid(String, ConstraintValidatorContext) - Method in class org.dashbuilder.dataset.validation.IsTimeIntervalImpl
 

J

join() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
This call will operate only on a previously grouped data set (i.e. one of the group() methods has been called previously on the data set lookup), and it's used to indicate that the group results must be joined with the group results of a previous group operation (if any).
join - Variable in class org.dashbuilder.dataset.group.DataSetGroup
 
join() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 

L

label(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Add an empty column of type label.
label(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Add an empty column of type label.
label(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
label(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
labelValue - Variable in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
likeTo(String, String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
likeTo(String, String, boolean) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
LogicalExprFilter - Class in org.dashbuilder.dataset.filter
A logical expression based filter definition.
LogicalExprFilter() - Constructor for class org.dashbuilder.dataset.filter.LogicalExprFilter
 
LogicalExprFilter(String, LogicalExprType, List<ColumnFilter>) - Constructor for class org.dashbuilder.dataset.filter.LogicalExprFilter
 
LogicalExprFilter(String, LogicalExprType, ColumnFilter...) - Constructor for class org.dashbuilder.dataset.filter.LogicalExprFilter
 
LogicalExprType - Enum in org.dashbuilder.dataset.filter
Type of logical operators
logicalOperator - Variable in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
logicalTerms - Variable in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
lookupDataSet(DataSetDef, DataSetLookup) - Method in interface org.dashbuilder.dataprovider.DataSetProvider
Fetch a data set and optionally apply several operations (filter, sort, group, ...) on top of it.
lookupDataSet(DataSetLookup) - Method in interface org.dashbuilder.dataset.DataSetManager
Load a data set and apply several operations (filter, sort, group, ...) on top of it.
lookupDataSets(DataSetLookup[]) - Method in interface org.dashbuilder.dataset.DataSetManager
Process multiple data set lookup request in a single shot.
lowerOrEqualsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
lowerOrEqualsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
lowerThan(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
lowerThan(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 

M

maxColumns - Variable in class org.dashbuilder.dataset.DataSetConstraints
 
maxGroups - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
maxIntervals - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
maxValue - Variable in class org.dashbuilder.dataset.group.Interval
The max. date within the interval (Only for date columns)
maxValue - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
MemSizeEstimator - Class in org.dashbuilder.dataset.impl
 
MemSizeEstimator() - Constructor for class org.dashbuilder.dataset.impl.MemSizeEstimator
 
minColumns - Variable in class org.dashbuilder.dataset.DataSetConstraints
 
MINUTE - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
 
minValue - Variable in class org.dashbuilder.dataset.group.Interval
The min. within the interval (Only for date columns)
minValue - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
Month - Enum in org.dashbuilder.dataset.date
 
MONTH - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
 

N

name - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
name(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Set the DataSetDef name.
name - Variable in class org.dashbuilder.dataset.group.Interval
A name that identifies the interval and it's different of other intervals belonging to the same group.
name(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
NAME - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
newBeanDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
Deprecated.
Used DataSetDefFactory instead
newBeanDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
 
newCSVDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
Deprecated.
Used DataSetDefFactory instead
newCSVDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
 
newDataSetBuilder() - Static method in class org.dashbuilder.dataset.DataSetFactory
 
newDataSetLookup(DataSetMetadata) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
newDataSetLookupBuilder() - Static method in class org.dashbuilder.dataset.DataSetFactory
Deprecated.
Used DataSetLookupFactory instead
newDataSetLookupBuilder() - Static method in class org.dashbuilder.dataset.DataSetLookupFactory
 
newEmptyDataSet() - Static method in class org.dashbuilder.dataset.DataSetFactory
 
newSQLDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
Deprecated.
Used DataSetDefFactory instead
newSQLDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
 
newStaticDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
Deprecated.
Used DataSetDefFactory instead
newStaticDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
 
newUuid() - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
Creates a brand new UUID
newUuidBase64() - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
Creates a brand new UUID in base-64 and without characters forbidden in URLs (plus sign, equal, slash and ampersand)
nextIndex(int) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
 
nextIndex(int) - Static method in enum org.dashbuilder.dataset.date.Month
 
NOT(List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
NOT(ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
NOT(String, List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
NOT(String, ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
notEqualsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
notEqualsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
notIn(String, List<?>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
notNull() - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
notNull(String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
now() - Static method in class org.dashbuilder.dataset.date.TimeInstant
Return a time instant representing the current time.
number(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Add an empty column of numeric type.
number(String, String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the pattern for the specified numeric column.
number(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Add an empty column of numeric type.
number(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
number(String, String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
number(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
numberOfColumns - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
numberOfRows - Variable in class org.dashbuilder.dataset.DataSetLookup
The number of rows to get.
numberOfRows - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
numberPattern - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
numberPattern(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the overall pattern used to read numeric columns.
numberPattern(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
NUMBERPATTERN - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 

O

onDataSetDefModified(DataSetDef, DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
 
onDataSetDefRegistered(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
 
onDataSetDefRemoved(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
 
onDataSetDefStale(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
 
operationList - Variable in class org.dashbuilder.dataset.DataSetLookup
The list of operations to apply on the target data set as part of the lookup operation.
OR(List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
OR(ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
OR(String, List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
OR(String, ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
order - Variable in class org.dashbuilder.dataset.sort.ColumnSort
 
org.dashbuilder.dataprovider - package org.dashbuilder.dataprovider
 
org.dashbuilder.dataset - package org.dashbuilder.dataset
 
org.dashbuilder.dataset.backend - package org.dashbuilder.dataset.backend
 
org.dashbuilder.dataset.date - package org.dashbuilder.dataset.date
 
org.dashbuilder.dataset.def - package org.dashbuilder.dataset.def
 
org.dashbuilder.dataset.events - package org.dashbuilder.dataset.events
 
org.dashbuilder.dataset.exception - package org.dashbuilder.dataset.exception
 
org.dashbuilder.dataset.filter - package org.dashbuilder.dataset.filter
 
org.dashbuilder.dataset.group - package org.dashbuilder.dataset.group
 
org.dashbuilder.dataset.impl - package org.dashbuilder.dataset.impl
 
org.dashbuilder.dataset.json - package org.dashbuilder.dataset.json
 
org.dashbuilder.dataset.sort - package org.dashbuilder.dataset.sort
 
org.dashbuilder.dataset.uuid - package org.dashbuilder.dataset.uuid
 
org.dashbuilder.dataset.validation - package org.dashbuilder.dataset.validation
 
org.dashbuilder.dataset.validation.groups - package org.dashbuilder.dataset.validation.groups
 

P

PARAM - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
paramaterMap - Variable in class org.dashbuilder.dataset.def.BeanDataSetDef
 
parameters - Variable in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
parse(String) - Static method in class org.dashbuilder.dataset.date.TimeAmount
Parses a time amount expression.
parse(String) - Static method in class org.dashbuilder.dataset.date.TimeFrame
Parses a time frame expression.
parse(String) - Static method in class org.dashbuilder.dataset.date.TimeInstant
Parses a time instant expression.
parseCodePoint(String) - Method in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
parseColumnFilter(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseColumnFilters(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseColumnGroup(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseColumnSort(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseColumnSorts(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseCoreFunctionParameters(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseDataSetGroup(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseDate(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseFilterOperation(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseFilterOperations(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseGroupFunction(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseGroupFunctions(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseGroupOperations(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseInterval(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseSelectedIntervals(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseSortOperations(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
parseValue(JsonValue) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
pass() - Method in interface org.dashbuilder.dataset.filter.FilterFunction
Check the filter.
patternMap - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
postProcess(DataSetLookup, DataSet) - Method in interface org.dashbuilder.dataset.def.DataSetPostProcessor
 
preprocess(DataSetLookup) - Method in interface org.dashbuilder.dataset.def.DataSetPreprocessor
 
propertyMap - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
provider - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
PROVIDER - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
PUSH_ENABLED - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
PUSH_MAXSIZE - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
pushEnabled - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
pushMaxSize - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
pushOff() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Disable the ability to push remote data sets from server.
pushOff() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
pushOn(int) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Enable the ability to push remote data sets from server.
pushOn(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 

Q

Quarter - Enum in org.dashbuilder.dataset.date
 
query - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
query(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Set a custom query to extract the data from ElasticSearch server, instead of manually setting index and type parameters.
QUERY - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
quoteChar - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
quoteChar(char) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the quote symbol.
quoteChar(char) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
QUOTECHAR - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 

R

readGeneralSettings(DataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
readProviderType(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
realList - Variable in class org.dashbuilder.dataset.sort.SortedList
 
REFRESH_ALWAYS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
REFRESH_TIME - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
refreshAlways - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
refreshOff() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Turns of the data set refresh mechanism.
refreshOff() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
refreshOn(String, boolean) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Turns on the data set refresh mechanism.
refreshOn(String, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
refreshTime - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
registerDataProvider(DataSetProvider) - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
Register a data provider
registerDataSet(DataSet) - Method in interface org.dashbuilder.dataset.DataSetManager
Registers the specified data set instance.
registerDataSet(DataSet, List<DataSetPreprocessor>) - Method in interface org.dashbuilder.dataset.DataSetManager
Registers the specified data set instance with a list of preprocessors
registerDataSetDef(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Add a data set definition to the registry.
registerDataSetDef(DataSetDef, String, String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Add a data set definition to the registry.
registerFunction(AggregateFunction) - Method in interface org.dashbuilder.dataset.group.AggregateFunctionManager
Register an aggregate function.
registerPostProcessor(String, DataSetPostProcessor) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Register a DataSetPostProcessor instance for the given to data set.
registerPreprocessor(String, DataSetPreprocessor) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Register a DataSetPreprocessor instance for the given to data set.
relevance - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
relevance(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Set the minimum relevance value for resulting search documents.
RELEVANCE - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
removeColumn(String) - Method in interface org.dashbuilder.dataset.DataSet
Removes an existing column.
removeColumn(String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
removeDataSet(String) - Method in interface org.dashbuilder.dataset.DataSetManager
Removes the specified data set instance.
removeDataSetDef(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Removes the specified data set definition.
removeDataSetDef(String, String, String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
Removes the specified data set definition.
removeOperation(int) - Method in class org.dashbuilder.dataset.DataSetLookup
 
removeOperations(DataSetOpType) - Method in class org.dashbuilder.dataset.DataSetLookup
 
reverse() - Method in enum org.dashbuilder.dataset.sort.SortOrder
 
ROOT_KEYS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
row(Object...) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Add a row with the given values at the end of the data set.
row(Object...) - Method in interface org.dashbuilder.dataset.def.StaticDataSetDefBuilder
Add a row with the given values at the end of the data set.
row(Object...) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
row(Object...) - Method in class org.dashbuilder.dataset.impl.StaticDataSetDefBuilderImpl
 
row(int) - Method in class org.dashbuilder.dataset.sort.SortedList
 
rowCountNonTrimmed - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
 
rowNumber(int) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Set the number of rows for the data set.
rowNumber(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
rowOffset - Variable in class org.dashbuilder.dataset.DataSetLookup
The starting row offset of the target data set.
rowOffset(int) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Set a row offset for the data set.
rowOffset(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
rows - Variable in class org.dashbuilder.dataset.group.Interval
The row indexes of the values that belong to this interval.
rows - Variable in class org.dashbuilder.dataset.sort.SortedList
 

S

SECOND - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
 
select(String...) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
The function will reduce the generated data set by selecting some of the intervals that were previously generated through a group operation.
select(String...) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
selectedIntervalList - Variable in class org.dashbuilder.dataset.group.DataSetGroup
 
separatorChar - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
 
separatorChar(char) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
Set the CSV column separator char.
separatorChar(char) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
 
SEPARATORCHAR - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
SERVER_URL - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
serverURL - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
serverURL(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Set the ElasticSearch server instance URL.
setAllColumnsEnabled(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setAscendingOrder(boolean) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setCacheEnabled(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setCacheEnabled(boolean) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setCacheEnabled(boolean) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setCacheMaxRows(Integer) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setCacheMaxRows(Integer) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setCacheMaxRows(Integer) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setClusterName(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setColumnGroup(ColumnGroup) - Method in interface org.dashbuilder.dataset.DataColumn
 
setColumnGroup(ColumnGroup) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
setColumnGroup(ColumnGroup) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setColumnId(String) - Method in class org.dashbuilder.dataset.filter.ColumnFilter
 
setColumnId(String) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
setColumnId(String) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setColumnId(String) - Method in class org.dashbuilder.dataset.group.GroupFunction
 
setColumnId(String) - Method in class org.dashbuilder.dataset.sort.ColumnSort
 
setColumns(List<DataColumn>) - Method in interface org.dashbuilder.dataset.DataSet
 
setColumns(List<DataColumnDef>) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setColumns(List<DataColumn>) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
setColumnSort(ColumnSort) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setColumnsTitle(String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setColumnTitle(Integer, String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setColumnType(ColumnType) - Method in interface org.dashbuilder.dataset.DataColumn
 
setColumnType(ColumnType) - Method in class org.dashbuilder.dataset.def.DataColumnDef
 
setColumnType(ColumnType) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setColumnTypes(ColumnType[]...) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
setCreationDate(Date) - Method in interface org.dashbuilder.dataset.DataSet
The creation date
setCreationDate(Date) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
setDataSet(DataSet) - Method in class org.dashbuilder.dataset.def.StaticDataSetDef
 
setDataSet(DataSetImpl) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
 
setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
 
setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetModifiedEvent
 
setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetStaleEvent
 
setDataSetFilter(DataSetFilter) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setDataSetMetadata(DataSetMetadata) - Method in class org.dashbuilder.dataset.events.DataSetPushingEvent
 
setDataSetMetadata(DataSetMetadata) - Method in class org.dashbuilder.dataset.events.DataSetPushOkEvent
 
setDataSetUUID(String) - Method in class org.dashbuilder.dataset.DataSetLookup
 
setDataSetUUID(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetOp
 
setDataSource(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setDatePattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setDbSchema(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setDbSQL(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setDbTable(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setDefinition(DataSetDef) - Method in interface org.dashbuilder.dataset.DataSet
The data set definition
setDefinition(DataSetDef) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
setDefinition(DataSetDef) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
setDescription(String) - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
 
setEmptyIntervalsAllowed(boolean) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setEscapeChar(Character) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setEstimatedSize(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
setEstimateSize(boolean) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
setExtraColumnsAllowed(boolean) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
setExtraColumnsType(ColumnType) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
setFilePath(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setFileURL(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setFilterAllowed(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setFirstDayOfWeek(DayOfWeek) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setFirstMonthOfYear(Month) - Method in class org.dashbuilder.dataset.date.TimeInstant
 
setFirstMonthOfYear(Month) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setFrom(TimeInstant) - Method in class org.dashbuilder.dataset.date.TimeFrame
 
setFunction(FilterFunction) - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
 
setFunction(AggregateFunctionType) - Method in class org.dashbuilder.dataset.group.GroupFunction
 
setFunctionRequired(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setGeneratorClass(String) - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
setGroupAllowed(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setGroupColumn(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setGroupFunction(GroupFunction) - Method in interface org.dashbuilder.dataset.DataColumn
 
setGroupFunction(GroupFunction) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setGroupRequired(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setGroupsTitle(String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setId(String) - Method in interface org.dashbuilder.dataset.DataColumn
 
setId(String) - Method in class org.dashbuilder.dataset.def.DataColumnDef
 
setId(String) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setIndex(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setIndex(int) - Method in class org.dashbuilder.dataset.group.Interval
 
setIntervalSize(String) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setIntervalType(String) - Method in interface org.dashbuilder.dataset.DataColumn
 
setIntervalType(DateIntervalType) - Method in class org.dashbuilder.dataset.date.TimeInstant
 
setIntervalType(String) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setJoin(boolean) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
setLabelValue(String) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
setLogicalOperator(LogicalExprType) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
setLogicalTerms(List<ColumnFilter>) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
setLogicalTerms(ColumnFilter...) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
setMaxColumns(int) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
setMaxGroups(int) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setMaxIntervals(int) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setMaxValue(Object) - Method in interface org.dashbuilder.dataset.DataColumn
 
setMaxValue(Object) - Method in class org.dashbuilder.dataset.group.Interval
 
setMaxValue(Object) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setMetadata(String, Object) - Method in class org.dashbuilder.dataset.DataSetLookup
 
setMinColumns(int) - Method in class org.dashbuilder.dataset.DataSetConstraints
 
setMinValue(Object) - Method in interface org.dashbuilder.dataset.DataColumn
 
setMinValue(Object) - Method in class org.dashbuilder.dataset.group.Interval
 
setMinValue(Object) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setName(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setName(String) - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
 
setName(String) - Method in class org.dashbuilder.dataset.group.Interval
 
setNewDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
 
setNumberOfRows(int) - Method in class org.dashbuilder.dataset.DataSetLookup
 
setNumberOfRows(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
setNumberPattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setOldDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
 
setOrder(SortOrder) - Method in class org.dashbuilder.dataset.sort.ColumnSort
 
setParamaterMap(Map<String, String>) - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
setParameters(Comparable...) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
setParameters(List) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
setPattern(String, String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setProperty(String, String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setProvider(DataSetProviderType) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setPublic(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setPushEnabled(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setPushMaxSize(Integer) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setQuantity(long) - Method in class org.dashbuilder.dataset.date.TimeAmount
 
setQuery(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setQuoteChar(Character) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setRefreshAlways(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setRefreshTime(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setRelevance(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setRowCountNonTrimmed(int) - Method in interface org.dashbuilder.dataset.DataSet
If this data set is the result of a trim operation this method will return the total number of rows existing before trim.
setRowCountNonTrimmed(int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
setRowOffset(int) - Method in class org.dashbuilder.dataset.DataSetLookup
 
setRows(List<Integer>) - Method in class org.dashbuilder.dataset.group.Interval
 
setSelectedIntervalList(List<Interval>) - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
setSeparatorChar(Character) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
setServerURL(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setSourceId(String) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setSourceId(String) - Method in class org.dashbuilder.dataset.group.GroupFunction
 
setStartTime(Date) - Method in class org.dashbuilder.dataset.date.TimeInstant
 
setStrategy(GroupStrategy) - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
setTestMode(boolean) - Method in class org.dashbuilder.dataset.DataSetLookup
 
setTimeAmount(TimeAmount) - Method in class org.dashbuilder.dataset.date.TimeInstant
 
setTimeMode(TimeInstant.TimeMode) - Method in class org.dashbuilder.dataset.date.TimeInstant
 
setTo(TimeInstant) - Method in class org.dashbuilder.dataset.date.TimeFrame
 
setType(DateIntervalType) - Method in class org.dashbuilder.dataset.date.TimeAmount
 
setType(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
setType(CoreFunctionType) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
setType(String) - Method in class org.dashbuilder.dataset.group.Interval
 
setUniqueColumnIds(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
 
setUUID(String) - Method in interface org.dashbuilder.dataset.DataSet
Set an unique identifier to this data set.
setUUID(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
 
setUUID(String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
setValueAt(int, int, Object) - Method in interface org.dashbuilder.dataset.DataSet
Set the value at a given cell.
setValueAt(int, int, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
setValues(List) - Method in interface org.dashbuilder.dataset.DataColumn
 
setValues(List) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
setValuesAt(int, Object...) - Method in interface org.dashbuilder.dataset.DataSet
Set all the values for a given row.
setValuesAt(int, Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
size() - Method in class org.dashbuilder.dataset.sort.SortedList
 
sizeOf(Class) - Static method in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOf(Object) - Static method in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfBigDecimal - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfBoolean - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfByte - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfDate - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfDouble - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfFloat - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfInteger - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfLong - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfShort - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfString(String) - Static method in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sizeOfTimestamp - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
 
sort(String, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Will apply the specified sort order over the indicated data set column.
sort(String, SortOrder) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
Will apply the specified sort order over the indicated data set column.
sort(String, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
sort(String, SortOrder) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
 
SortedList - Class in org.dashbuilder.dataset.sort
An unmodifiable list which provides a lightweight read-only access to an existing list but applying a pre-established order.
SortedList() - Constructor for class org.dashbuilder.dataset.sort.SortedList
 
SortedList(List, List<Integer>) - Constructor for class org.dashbuilder.dataset.sort.SortedList
 
SortOrder - Enum in org.dashbuilder.dataset.sort
A sort order
sourceId - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
sourceId - Variable in class org.dashbuilder.dataset.group.GroupFunction
 
SQL - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
 
SQLDataSetDef - Class in org.dashbuilder.dataset.def
 
SQLDataSetDef() - Constructor for class org.dashbuilder.dataset.def.SQLDataSetDef
 
SQLDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
A builder for defining SQL data sets DataSetDef dataSetDef = DataSetDefFactory.newSQLDataSetDef() .uuid("all_employees") .dataSource("java:comp/jdbc/test") .dbTable("employees") .buildDef();
SQLDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
 
SQLDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
 
SQLDataSetDefDbSQLValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute dbSQL of the SQL data set definition class.
SQLDataSetDefDbTableValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for the attribute dbTable of the SQL data set definition class.
SQLDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
Validation group for initial mandatory attributes of the SQL data set definition.
SQLDataSourceDef - Class in org.dashbuilder.dataset.def
A data source definition contains a reference name (which could perfectly be a JNDI reference) and a user friendly description.
SQLDataSourceDef() - Constructor for class org.dashbuilder.dataset.def.SQLDataSourceDef
 
SQLDataSourceDef(String, String) - Constructor for class org.dashbuilder.dataset.def.SQLDataSourceDef
 
SQLDefJSONMarshaller - Class in org.dashbuilder.dataset.json
 
SQLDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
SQLProviderType - Class in org.dashbuilder.dataprovider
For accessing data sets defined as an SQL query over an existing data source.
SQLProviderType() - Constructor for class org.dashbuilder.dataprovider.SQLProviderType
 
START_TIME - Static variable in class org.dashbuilder.dataset.date.TimeInstant
 
STATIC - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
 
StaticDataSetDef - Class in org.dashbuilder.dataset.def
 
StaticDataSetDef() - Constructor for class org.dashbuilder.dataset.def.StaticDataSetDef
 
StaticDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
A builder for defining static data sets DataSetDef def = DataSetDefFactory.newStaticDataSetDef() .uuid("sales_per_year") .label("month") .number("2014") .number("2015") .number("2016") .row(JANUARY, 1000d, 2000d, 3000d) .row(FEBRUARY, 1400d, 2300d, 2000d) .row(MARCH, 1300d, 2000d, 1400d) .row(APRIL, 900d, 2100d, 1500d) .row(MAY, 1300d, 2300d, 1600d) .row(JUNE, 1010d, 2000d, 1500d) .row(JULY, 1050d, 2400d, 3000d) .row(AUGUST, 2300d, 2000d, 3200d) .row(SEPTEMBER, 1900d, 2700d, 3000d) .row(OCTOBER, 1200d, 2200d, 3100d) .row(NOVEMBER, 1400d, 2100d, 3100d) .row(DECEMBER, 1100d, 2100d, 4200d) .buildDef();
StaticDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
 
StaticDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.StaticDataSetDefBuilderImpl
 
StaticProviderType - Class in org.dashbuilder.dataprovider
For accessing statically registered data set which are created by calling directly to the data set API.
StaticProviderType() - Constructor for class org.dashbuilder.dataprovider.StaticProviderType
 
strategy - Variable in class org.dashbuilder.dataset.group.ColumnGroup
 
supportsType(ColumnType) - Method in enum org.dashbuilder.dataset.filter.CoreFunctionType
 
supportType(ColumnType) - Method in enum org.dashbuilder.dataset.group.AggregateFunctionType
 

T

testMode - Variable in class org.dashbuilder.dataset.DataSetLookup
Flag indicating this lookup request is in test mode
testMode() - Method in class org.dashbuilder.dataset.DataSetLookup
 
text(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Add an empty column of type text.
text(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Add an empty column of type text.
text(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
text(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
TimeAmount - Class in org.dashbuilder.dataset.date
Class for the definition of time quantitys, both positive and negative.
TimeAmount() - Constructor for class org.dashbuilder.dataset.date.TimeAmount
 
TimeAmount(long, DateIntervalType) - Constructor for class org.dashbuilder.dataset.date.TimeAmount
 
TimeFrame - Class in org.dashbuilder.dataset.date
A time frame defines a time period between two time instants where these two instants depends on the current time.
TimeFrame() - Constructor for class org.dashbuilder.dataset.date.TimeFrame
 
TimeFrame(TimeInstant, TimeInstant) - Constructor for class org.dashbuilder.dataset.date.TimeFrame
 
timeFrame(String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
timeFrame(String, String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
 
TimeInstant - Class in org.dashbuilder.dataset.date
This class is used to represent a given time instant relative to the current time.
TimeInstant() - Constructor for class org.dashbuilder.dataset.date.TimeInstant
 
TimeInstant(TimeInstant.TimeMode, DateIntervalType, Month, TimeAmount) - Constructor for class org.dashbuilder.dataset.date.TimeInstant
 
TimeInstant.TimeMode - Enum in org.dashbuilder.dataset.date
 
toJson(BeanDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
toJson(CSVDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
 
toJson(T, JsonObject) - Method in interface org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt
Writes into the given json object the status of the data set def instance.
toJson(DataSet) - Method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
 
toJson(DataSetLookup) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
toJson(ElasticSearchDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 
toJson(SQLDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
 
toJsonObject(DataSetDef) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
toJsonObject(Collection<DataColumnDef>, DataSetDef) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
toJsonParameter(String, String) - Method in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
toJsonString(DataSetDef) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
toMillis() - Method in class org.dashbuilder.dataset.date.TimeAmount
 
toString() - Method in class org.dashbuilder.dataset.date.TimeAmount
 
toString() - Method in class org.dashbuilder.dataset.date.TimeFrame
 
toString() - Method in class org.dashbuilder.dataset.date.TimeInstant
 
toString() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
 
toString() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
 
toString() - Method in enum org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
 
toString() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
 
toString() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
 
toString() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
toString() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
 
toString() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
 
toString() - Method in class org.dashbuilder.dataset.group.ColumnGroup
 
toString() - Method in class org.dashbuilder.dataset.group.DataSetGroup
 
toString() - Method in class org.dashbuilder.dataset.group.GroupFunction
 
toString() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
 
trim(int, int) - Method in interface org.dashbuilder.dataset.DataSet
Returns a data set containing only the specified row sub set.
trim(List<Integer>) - Method in interface org.dashbuilder.dataset.DataSet
Returns a data set containing only the specified row sub set.
trim(int, int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
trim(List<Integer>) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
twoDigits(int) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
 
type - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
Type/es to query.
type(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
Set the type of the given index/es that this dataset will handle.
type - Variable in class org.dashbuilder.dataset.filter.CoreFunctionFilter
 
type - Variable in class org.dashbuilder.dataset.group.Interval
The interval type
TYPE - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
 

U

uniqueColumnIds - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
 
uuid(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
Assigns an UUID to the data set
UUID - Variable in class org.dashbuilder.dataset.def.DataSetDef
 
uuid(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
Set the DataSetDef UUID.
uuid(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
 
uuid(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
 
uuid - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
 
uuid - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
 
UUID - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
 
uuidFromBase64(String) - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
Converts back a base-64 and URL-safe string to its original 36 character representation.
UUIDGenerator - Interface in org.dashbuilder.dataset.uuid
Interface for the generation of UUIDs
uuidToBase64(String) - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
Converts an un-encoded 36 character UUID to a base-64 and URL-safe string.

V

ValidationError - Exception in org.dashbuilder.dataset
 
ValidationError(String) - Constructor for exception org.dashbuilder.dataset.ValidationError
 
ValidationError(int, String) - Constructor for exception org.dashbuilder.dataset.ValidationError
 
ValidationError(int) - Constructor for exception org.dashbuilder.dataset.ValidationError
 
VALUE - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
 
valueOf(String) - Static method in enum org.dashbuilder.dataset.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.DataSetOpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.date.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.date.Quarter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.filter.LogicalExprType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.group.GroupStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dashbuilder.dataset.sort.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dashbuilder.dataset.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.DataSetOpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.date.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.date.Quarter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.filter.LogicalExprType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dashbuilder.dataset.group.GroupStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
 
values() - Static method in enum org.dashbuilder.dataset.sort.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YEAR - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
 

_

_setEmptyRowAt(int, boolean) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
_setValueAt(int, int, Object, boolean) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
_setValuesAt(int, boolean, Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
 
A B C D E F G H I J L M N O P Q R S T U V Y _ 
Skip navigation links
KIE Soup Dataset API 7.37.0.Final

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