Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Dashboard Builder Data Provider API 6.0.1.Final
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
A
AbstractCommand
- Class in
org.jboss.dashboard.command
Base class for the implementation of custom commands.
AbstractCommand()
- Constructor for class org.jboss.dashboard.command.
AbstractCommand
AbstractCommand(String)
- Constructor for class org.jboss.dashboard.command.
AbstractCommand
AbstractDataLoader
- Class in
org.jboss.dashboard.provider
Base class for the implementation of custom data loaders.
AbstractDataLoader()
- Constructor for class org.jboss.dashboard.provider.
AbstractDataLoader
AbstractDataLoaderXMLFormat
- Class in
org.jboss.dashboard.export
Base class for the implementation of custom data loader XML formatters.
AbstractDataLoaderXMLFormat()
- Constructor for class org.jboss.dashboard.export.
AbstractDataLoaderXMLFormat
AbstractDataProperty
- Class in
org.jboss.dashboard.provider
Base class for the implementation of custom data properties.
AbstractDataProperty()
- Constructor for class org.jboss.dashboard.provider.
AbstractDataProperty
AbstractDomain
- Class in
org.jboss.dashboard.domain
Base class for the implementation of the different Domain classes.
AbstractDomain()
- Constructor for class org.jboss.dashboard.domain.
AbstractDomain
AbstractFunction
- Class in
org.jboss.dashboard.function
Base class for the implementation of scalar functions.
AbstractFunction()
- Constructor for class org.jboss.dashboard.function.
AbstractFunction
AbstractInterval
- Class in
org.jboss.dashboard.domain
Base class for the implementation of the different Interval classes.
AbstractInterval()
- Constructor for class org.jboss.dashboard.domain.
AbstractInterval
arguments
- Variable in class org.jboss.dashboard.command.
AbstractCommand
C
cloneDomain()
- Method in class org.jboss.dashboard.domain.
AbstractDomain
cloneDomain()
- Method in interface org.jboss.dashboard.domain.
Domain
cloneProperty()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
cloneProperty()
- Method in interface org.jboss.dashboard.provider.
DataProperty
Command
- Interface in
org.jboss.dashboard.command
A command
commandFactories
- Variable in class org.jboss.dashboard.
DataProviderServices
CommandFactory
- Interface in
org.jboss.dashboard.command
Interface for the creation of Command instances.
CommandProcessor
- Interface in
org.jboss.dashboard.command
A command processor is an interface used by the TemplateProcessor service.
CommandProcessorFactory
- Interface in
org.jboss.dashboard.command
commandProcessorFactory
- Variable in class org.jboss.dashboard.
DataProviderServices
compareTo(Object)
- Method in class org.jboss.dashboard.domain.
AbstractInterval
contains(Object)
- Method in interface org.jboss.dashboard.domain.
Interval
containsCommandArg(String, String, int)
- Method in interface org.jboss.dashboard.command.
TemplateProcessor
Check if the template contains and expression that match the specified arg.
containsProperty(String)
- Method in class org.jboss.dashboard.command.
AbstractCommand
containsProperty(String)
- Method in interface org.jboss.dashboard.command.
Command
createCommand(String)
- Method in interface org.jboss.dashboard.command.
CommandFactory
Attempt to create a command instance given the command name.
createCommandProcessor()
- Method in interface org.jboss.dashboard.command.
CommandProcessorFactory
createDataLoader()
- Method in interface org.jboss.dashboard.provider.
DataProviderType
createDataProvider()
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Factory method for the creation of a DataProvider brand new instance.
CRITERIA_CODE
- Static variable in interface org.jboss.dashboard.provider.
DataProviderComparator
CRITERIA_DESCRIPTION
- Static variable in interface org.jboss.dashboard.provider.
DataProviderComparator
CRITERIA_ID
- Static variable in interface org.jboss.dashboard.provider.
DataPropertyComparator
CRITERIA_NAME
- Static variable in interface org.jboss.dashboard.provider.
DataPropertyComparator
D
dataFilter
- Variable in class org.jboss.dashboard.command.
AbstractCommand
DataFilter
- Interface in
org.jboss.dashboard.provider
A data filter is a set of criteria to be applied over a data set in order to obtain a data subset.
DataFormatterRegistry
- Class in
org.jboss.dashboard.provider
Registry of data property formatters.
DataFormatterRegistry()
- Constructor for class org.jboss.dashboard.provider.
DataFormatterRegistry
DataLoader
- Interface in
org.jboss.dashboard.provider
DataLoaderXMLFormat
- Interface in
org.jboss.dashboard.export
Interface for the marshalling/unmarshalling in XML format of a data loader instance.
DataProperty
- Interface in
org.jboss.dashboard.provider
A data set is composed by a fixed number of properties (columns).
DataPropertyComparator
- Interface in
org.jboss.dashboard.provider
A comparator for DataProperty instances.
DataPropertyFormatter
- Interface in
org.jboss.dashboard.provider
Data property formatter.
dataPropertyFormatters
- Variable in class org.jboss.dashboard.provider.
DataFormatterRegistry
DataProvider
- Interface in
org.jboss.dashboard.provider
A DataProvider knows how to retrieve data sets from a given source: a database, a CSV file, ...
DataProviderComparator
- Interface in
org.jboss.dashboard.provider
A comparator for DataProvider instances.
dataProviderManager
- Variable in class org.jboss.dashboard.
DataProviderServices
DataProviderManager
- Interface in
org.jboss.dashboard.provider
Manager class that it allows for the retrieval of DataProvider instances.
DataProviderServices
- Class in
org.jboss.dashboard
DataProviderServices()
- Constructor for class org.jboss.dashboard.
DataProviderServices
dataProviderType
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
DataProviderType
- Interface in
org.jboss.dashboard.provider
DataSet
- Interface in
org.jboss.dashboard.dataset
A data set represents a matrix of data with a fixed number of properties and a fixed number of rows.
dataSet
- Variable in class org.jboss.dashboard.provider.
AbstractDataProperty
DataSetException
- Exception in
org.jboss.dashboard.dataset
DataSetException(String)
- Constructor for exception org.jboss.dashboard.dataset.
DataSetException
DataSetException(String, Throwable)
- Constructor for exception org.jboss.dashboard.dataset.
DataSetException
DataSetException(Throwable)
- Constructor for exception org.jboss.dashboard.dataset.
DataSetException
DataSetFilterConstraints
- Class in
org.jboss.dashboard.dataset.profiler
Runtime constraints addressed to guarantee that data set filter operations never exceed the max. time set.
DataSetFilterConstraints(DataSet)
- Constructor for class org.jboss.dashboard.dataset.profiler.
DataSetFilterConstraints
DataSetGroupByConstraints
- Class in
org.jboss.dashboard.dataset.profiler
Runtime constraints addressed to guarantee that data set group-by operations never exceed the max. time set.
DataSetGroupByConstraints(DataSet)
- Constructor for class org.jboss.dashboard.dataset.profiler.
DataSetGroupByConstraints
DataSetLoadConstraints
- Class in
org.jboss.dashboard.dataset.profiler
Runtime constraints addressed to guarantee that data set load operations never exceed the max memory/time thresholds set.
DataSetLoadConstraints(DataSet)
- Constructor for class org.jboss.dashboard.dataset.profiler.
DataSetLoadConstraints
DataSetManager
- Interface in
org.jboss.dashboard.dataset
Main interface for accessing data sets.
dataSetRef
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetFilterConstraints
dataSetRef
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetGroupByConstraints
dataSetRef
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetLoadConstraints
dataSetRef
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetSortConstraints
dataSetSettings
- Variable in class org.jboss.dashboard.
DataProviderServices
DataSetSettings
- Interface in
org.jboss.dashboard.dataset
Sometimes, the nature and location of data may lead to unexpected bad performance situations like: high-volume data load or connectivity issues.
DataSetSortConstraints
- Class in
org.jboss.dashboard.dataset.profiler
Runtime constraints addressed to guarantee that data set sort operations never exceed the max. time set.
DataSetSortConstraints(DataSet)
- Constructor for class org.jboss.dashboard.dataset.profiler.
DataSetSortConstraints
defaultPropertyFormatter
- Variable in class org.jboss.dashboard.provider.
DataFormatterRegistry
The default general-purpose property formatter
delete()
- Method in interface org.jboss.dashboard.provider.
DataProvider
domain
- Variable in class org.jboss.dashboard.domain.
AbstractInterval
Domain
- Interface in
org.jboss.dashboard.domain
A "domain" is the property used to group a given data set into a set of intervals.
domain
- Variable in class org.jboss.dashboard.provider.
AbstractDataProperty
E
equals(Object)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
execute()
- Method in class org.jboss.dashboard.command.
AbstractCommand
execute()
- Method in interface org.jboss.dashboard.command.
Command
F
filter(DataFilter)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Filter the dataset.
filterDataSet(DataProvider, DataFilter)
- Method in interface org.jboss.dashboard.dataset.
DataSetManager
Apply a filter on the specified DataProvider's data set and save a reference to the resulting data set.
filterDataSet(DataFilter)
- Method in interface org.jboss.dashboard.provider.
DataProvider
Same as
getDataSet
by the data set retrieved satisfy the specified filter criteria.
format(DataLoader)
- Method in class org.jboss.dashboard.export.
AbstractDataLoaderXMLFormat
format(DataLoader)
- Method in interface org.jboss.dashboard.export.
DataLoaderXMLFormat
format(DataLoader, PrintWriter, int)
- Method in interface org.jboss.dashboard.export.
DataLoaderXMLFormat
formatName(DataProperty, Locale)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
formatName(String, Locale)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
formatValue(DataProperty, Object, Locale)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
formatValue(String, Object, Locale)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
Formats a value for a given property.
formatXMLProperties(PrintWriter, int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Returns an XML string with the definition of the data set properties.
G
getAllDataProviders()
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Get all the data providers instances created.
getAllScalarFunctions()
- Method in interface org.jboss.dashboard.function.
ScalarFunctionManager
Get all the scalar functions registered..
getArgument(int)
- Method in class org.jboss.dashboard.command.
AbstractCommand
getArgument(int)
- Method in interface org.jboss.dashboard.command.
Command
getArguments()
- Method in class org.jboss.dashboard.command.
AbstractCommand
getArguments()
- Method in interface org.jboss.dashboard.command.
Command
getCode()
- Method in interface org.jboss.dashboard.function.
ScalarFunction
getCode()
- Method in interface org.jboss.dashboard.provider.
DataProvider
The code is an unique identifier that is universal and is not tied to the persistent storage.
getCommandFactories()
- Method in class org.jboss.dashboard.
DataProviderServices
getCommandProcessorFactory()
- Method in class org.jboss.dashboard.
DataProviderServices
getCommands(String)
- Method in interface org.jboss.dashboard.command.
TemplateProcessor
Get the list of commands within the template.
getDataFilter()
- Method in class org.jboss.dashboard.command.
AbstractCommand
getDataFilter()
- Method in interface org.jboss.dashboard.command.
Command
getDataLoader()
- Method in interface org.jboss.dashboard.provider.
DataProvider
The loader used to retrieve data.
getDataProvider()
- Method in interface org.jboss.dashboard.dataset.
DataSet
DataProvider
getDataProviderByCode(String)
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Get a persistent provider by its universal code.
getDataProviderById(Long)
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Get a persistent provider by its identifier.
getDataProviderManager()
- Method in class org.jboss.dashboard.
DataProviderServices
getDataProviderType()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getDataProviderType()
- Method in interface org.jboss.dashboard.provider.
DataLoader
The provider type.
getDataProviderType()
- Method in interface org.jboss.dashboard.provider.
DataProvider
The type of this data provider.
getDataProviderTypes()
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Get installed data providers.
getDataSet(DataProvider)
- Method in interface org.jboss.dashboard.dataset.
DataSetManager
Get the current data set for the given provider.
getDataSet()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
getDataSet()
- Method in interface org.jboss.dashboard.provider.
DataProperty
getDataSet()
- Method in interface org.jboss.dashboard.provider.
DataProvider
Get a dataset.
getDataSetManager()
- Method in class org.jboss.dashboard.
DataProviderServices
getDataSetSettings()
- Method in class org.jboss.dashboard.
DataProviderServices
getDescription(Locale)
- Method in interface org.jboss.dashboard.domain.
Interval
getDescription(Locale)
- Method in class org.jboss.dashboard.function.
AbstractFunction
getDescription(Locale)
- Method in interface org.jboss.dashboard.function.
ScalarFunction
getDescription(Locale)
- Method in interface org.jboss.dashboard.provider.
DataProvider
The provider description.
getDescription(Locale)
- Method in interface org.jboss.dashboard.provider.
DataProviderType
getDescriptionI18nMap()
- Method in interface org.jboss.dashboard.provider.
DataProvider
The localized descriptions.
getDomain()
- Method in class org.jboss.dashboard.domain.
AbstractInterval
getDomain()
- Method in interface org.jboss.dashboard.domain.
Interval
getDomain()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
getDomain()
- Method in interface org.jboss.dashboard.provider.
DataProperty
getFailedCommands()
- Method in interface org.jboss.dashboard.command.
CommandProcessor
getId()
- Method in interface org.jboss.dashboard.provider.
DataProvider
The object identifier.
getIntervals()
- Method in interface org.jboss.dashboard.domain.
Domain
getMaxDataSetFilterTimeInMillis()
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
Maximum time in milliseconds a data set filter operation may last.
getMaxDataSetFilterTimeInMillis()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getMaxDataSetFilterTimeInMillis()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Maximum time in milliseconds a data set filter operation may last.
getMaxDataSetGroupTimeInMillis()
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
Maximum time in milliseconds a data set group operation may last.
getMaxDataSetGroupTimeInMillis()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getMaxDataSetGroupTimeInMillis()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Maximum time in milliseconds a data set group operation may last.
getMaxDataSetLoadTimeInMillis()
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
Maximum time in milliseconds a data set load operation may last.
getMaxDataSetLoadTimeInMillis()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getMaxDataSetLoadTimeInMillis()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Maximum time in milliseconds a data set load operation may last.
getMaxDataSetSizeInBytes()
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
Maximum size in bytes a data set may have.
getMaxDataSetSizeInBytes()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getMaxDataSetSizeInBytes()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Maximum size in bytes a data set may have.
getMaxDataSetSortTimeInMillis()
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
Maximum time in milliseconds a data set sort operation may last.
getMaxDataSetSortTimeInMillis()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getMaxDataSetSortTimeInMillis()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Maximum time in milliseconds a data set sort operation may last.
getMaxMemoryUsedInDataLoad()
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
Maximum memory in bytes a data set load operation may consume.
getMaxMemoryUsedInDataLoad()
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
getMaxMemoryUsedInDataLoad()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Maximum memory in bytes a data set load operation may consume.
getMaxNumberOfIntervals()
- Method in class org.jboss.dashboard.domain.
AbstractDomain
getMaxNumberOfIntervals()
- Method in interface org.jboss.dashboard.domain.
Domain
getName()
- Method in class org.jboss.dashboard.command.
AbstractCommand
getName()
- Method in interface org.jboss.dashboard.command.
Command
getName(Locale)
- Method in class org.jboss.dashboard.function.
AbstractFunction
getName(Locale)
- Method in interface org.jboss.dashboard.function.
ScalarFunction
getName(Locale)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
getName(Locale)
- Method in interface org.jboss.dashboard.provider.
DataProperty
getNameI18nMap()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
getNameI18nMap()
- Method in interface org.jboss.dashboard.provider.
DataProperty
getProperties()
- Method in interface org.jboss.dashboard.dataset.
DataSet
getProperty()
- Method in class org.jboss.dashboard.domain.
AbstractDomain
getProperty()
- Method in interface org.jboss.dashboard.domain.
Domain
getPropertyByColumn(int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get a property by its column index (starting by 0)
getPropertyById(String)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get a property by its column index.
getPropertyClass(DataProperty)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
getPropertyColumn(DataProperty)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get a property column position in the dataset.
getPropertyFormatter(String)
- Method in class org.jboss.dashboard.provider.
DataFormatterRegistry
getPropertyId()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
getPropertyId()
- Method in interface org.jboss.dashboard.provider.
DataProperty
getPropertyValues(DataProperty)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get all values encountered for the specified column.
getProviderTypeByUid(String)
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Get a provider type by its UID.
getRowAsMap(int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get all the values for a given row.
getRowAt(int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get all the values for a given row.
getRowCount()
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get the number of rows in the dataset.
getScalarFunctionByCode(String)
- Method in interface org.jboss.dashboard.function.
ScalarFunctionManager
Get a scalar function by its code.
getScalarFunctionManager()
- Method in class org.jboss.dashboard.
DataProviderServices
getScalarFunctionsSupported()
- Method in class org.jboss.dashboard.domain.
AbstractDomain
getScalarFunctionsSupported()
- Method in interface org.jboss.dashboard.domain.
Domain
getSuccessfulCommands()
- Method in interface org.jboss.dashboard.command.
CommandProcessor
getSupportedPropertyIds()
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
Get the set of property ids this formatter is addressed to.
getTemplateProcessor()
- Method in class org.jboss.dashboard.
DataProviderServices
getUid()
- Method in interface org.jboss.dashboard.provider.
DataProviderType
getValueAt(int, int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get the value at a given cell.
getValues(DataProperty)
- Method in class org.jboss.dashboard.domain.
AbstractInterval
getValues(DataProperty)
- Method in interface org.jboss.dashboard.domain.
Interval
Get the property values belonging to this interval.
getValues()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
getValues()
- Method in interface org.jboss.dashboard.provider.
DataProperty
getValuesAt(int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Get all the values at a given column.
getValuesClass()
- Method in interface org.jboss.dashboard.domain.
Domain
getXmlFormat()
- Method in interface org.jboss.dashboard.provider.
DataProviderType
groupBy(DataProperty, int[], String[])
- Method in interface org.jboss.dashboard.dataset.
DataSet
Groups this data set.
groupBy(DataProperty, int[], String[], int, int)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Groups this data set.
H
hashCode()
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
I
I18N_PREFFIX
- Static variable in class org.jboss.dashboard.domain.
AbstractDomain
id
- Variable in class org.jboss.dashboard.provider.
AbstractDataProperty
init()
- Method in class org.jboss.dashboard.provider.
DataFormatterRegistry
Interval
- Interface in
org.jboss.dashboard.domain
An interval contains a subset of the dataset values for a given domain property.
isCanDelete()
- Method in interface org.jboss.dashboard.provider.
DataProvider
Check if the provider is deleteable.
isCanEdit()
- Method in interface org.jboss.dashboard.provider.
DataProvider
Check if the provider is editable.
isCanEditProperties()
- Method in interface org.jboss.dashboard.provider.
DataProvider
Check if the provider properties are editable.
isCommandExecutionEnabled()
- Method in interface org.jboss.dashboard.command.
CommandProcessor
isPersistent()
- Method in interface org.jboss.dashboard.provider.
DataProvider
isReady()
- Method in interface org.jboss.dashboard.provider.
DataLoader
Returns whether the loader is ready to gather data.
isReady()
- Method in interface org.jboss.dashboard.provider.
DataProvider
Returns if the provider is ready to build its data set.
isScalarFunctionSupported(String)
- Method in class org.jboss.dashboard.domain.
AbstractDomain
isScalarFunctionSupported(String)
- Method in interface org.jboss.dashboard.domain.
Domain
isScalarFunctionSupported(ScalarFunction)
- Method in interface org.jboss.dashboard.domain.
Domain
isTypeSupported(Class)
- Method in class org.jboss.dashboard.function.
AbstractFunction
isTypeSupported(Class)
- Method in interface org.jboss.dashboard.function.
ScalarFunction
L
load(DataProvider)
- Method in interface org.jboss.dashboard.provider.
DataLoader
Load the data set.
localeManager
- Variable in class org.jboss.dashboard.function.
AbstractFunction
The locale manager.
lookup()
- Static method in class org.jboss.dashboard.
DataProviderServices
lookup()
- Static method in class org.jboss.dashboard.provider.
DataFormatterRegistry
GoF singleton pattern.
M
maxDataSetFilterTimeInMillis
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
maxDataSetGroupTimeInMillis
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
maxDataSetLoadTimeInMillis
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
maxDataSetSizeInBytes
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
maxDataSetSortTimeInMillis
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
maxMemoryUsedInDataLoad
- Variable in class org.jboss.dashboard.provider.
AbstractDataLoader
maxNumberOfIntervals
- Variable in class org.jboss.dashboard.domain.
AbstractDomain
N
name
- Variable in class org.jboss.dashboard.command.
AbstractCommand
nameI18nMap
- Variable in class org.jboss.dashboard.provider.
AbstractDataProperty
O
org.jboss.dashboard
- package org.jboss.dashboard
org.jboss.dashboard.command
- package org.jboss.dashboard.command
org.jboss.dashboard.dataset
- package org.jboss.dashboard.dataset
It contains classes for the load and in-memory handling of the data displayed by the business indicators.
org.jboss.dashboard.dataset.profiler
- package org.jboss.dashboard.dataset.profiler
org.jboss.dashboard.domain
- package org.jboss.dashboard.domain
Classes to model different kind of data domains.
org.jboss.dashboard.export
- package org.jboss.dashboard.export
org.jboss.dashboard.function
- package org.jboss.dashboard.function
Functions used by the KPI components to calculate the values to render for each interval of a business indicator.
org.jboss.dashboard.provider
- package org.jboss.dashboard.provider
It contains classes in for the creation & load of data sets from several sources, f.i: SQL databases.
P
parse(String)
- Method in class org.jboss.dashboard.export.
AbstractDataLoaderXMLFormat
parse(String)
- Method in interface org.jboss.dashboard.export.
DataLoaderXMLFormat
parse(NodeList)
- Method in interface org.jboss.dashboard.export.
DataLoaderXMLFormat
parsePropertyValue(DataProperty, String)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
Parses a given string and returns a instance representing the java object value.
parsePropertyValue(Class, String)
- Method in interface org.jboss.dashboard.provider.
DataPropertyFormatter
Parses a given string and returns a instance representing the java object value.
parseXMLProperties(NodeList)
- Method in interface org.jboss.dashboard.dataset.
DataSet
It updates the dataset properties with the definition coming from the specified XML.
precission
- Variable in class org.jboss.dashboard.function.
AbstractFunction
printIndent(PrintWriter, int)
- Method in class org.jboss.dashboard.export.
AbstractDataLoaderXMLFormat
processCommand(String[])
- Method in interface org.jboss.dashboard.command.
CommandProcessor
processTemplate(String, CommandProcessor)
- Method in interface org.jboss.dashboard.command.
TemplateProcessor
Process the given template using the specified command processor.
property
- Variable in class org.jboss.dashboard.domain.
AbstractDomain
R
refreshDataSet(DataProvider)
- Method in interface org.jboss.dashboard.dataset.
DataSetManager
Discard any active filter and ensure the most up to date data is loaded and returned.
refreshDataSet()
- Method in interface org.jboss.dashboard.provider.
DataProvider
Get the most up to date data.
registerDataSet(DataProvider, DataSet)
- Method in interface org.jboss.dashboard.dataset.
DataSetManager
Registers the specified DataSet instance as the given DataProvider's data set.
removeDataProvider(DataProvider)
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Remove data provider
round(double, int)
- Method in class org.jboss.dashboard.function.
AbstractFunction
S
save()
- Method in interface org.jboss.dashboard.provider.
DataProvider
scalar(Collection)
- Method in interface org.jboss.dashboard.function.
ScalarFunction
ScalarFunction
- Interface in
org.jboss.dashboard.function
Interface used to get the scalar value of a given collection.
scalarFunctionManager
- Variable in class org.jboss.dashboard.
DataProviderServices
ScalarFunctionManager
- Interface in
org.jboss.dashboard.function
Manager class that it keeps a registry of ScalarFunction instances.
scalarFunctionsSupported
- Variable in class org.jboss.dashboard.domain.
AbstractDomain
setArguments(List<String>)
- Method in class org.jboss.dashboard.command.
AbstractCommand
setArguments(List<String>)
- Method in interface org.jboss.dashboard.command.
Command
setCanDelete(boolean)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setCanEdit(boolean)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setCanEditProperties(boolean)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setCode(String)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setCommandExecutionEnabled(boolean)
- Method in interface org.jboss.dashboard.command.
CommandProcessor
setDataFilter(DataFilter)
- Method in class org.jboss.dashboard.command.
AbstractCommand
setDataFilter(DataFilter)
- Method in interface org.jboss.dashboard.command.
Command
setDataLoader(DataLoader)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setDataProvider(DataProvider)
- Method in interface org.jboss.dashboard.dataset.
DataSet
setDataProviderType(DataProviderType)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setDataProviderType(DataProviderType)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setDataSet(DataSet)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
setDataSet(DataSet)
- Method in interface org.jboss.dashboard.provider.
DataProperty
setDescription(String, Locale)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setDomain(Domain)
- Method in class org.jboss.dashboard.domain.
AbstractInterval
setDomain(Domain)
- Method in interface org.jboss.dashboard.domain.
Interval
setDomain(Domain)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
setDomain(Domain)
- Method in interface org.jboss.dashboard.provider.
DataProperty
setId(Long)
- Method in interface org.jboss.dashboard.provider.
DataProvider
setMaxDataSetFilterTimeInMillis(long)
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
setMaxDataSetFilterTimeInMillis(Long)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setMaxDataSetFilterTimeInMillis(Long)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setMaxDataSetGroupTimeInMillis(long)
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
setMaxDataSetGroupTimeInMillis(Long)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setMaxDataSetGroupTimeInMillis(Long)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setMaxDataSetLoadTimeInMillis(long)
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
setMaxDataSetLoadTimeInMillis(Long)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setMaxDataSetLoadTimeInMillis(Long)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setMaxDataSetSizeInBytes(long)
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
setMaxDataSetSizeInBytes(Long)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setMaxDataSetSizeInBytes(Long)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setMaxDataSetSortTimeInMillis(long)
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
setMaxDataSetSortTimeInMillis(Long)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setMaxDataSetSortTimeInMillis(Long)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setMaxMemoryUsedInDataLoad(long)
- Method in interface org.jboss.dashboard.dataset.
DataSetSettings
setMaxMemoryUsedInDataLoad(Long)
- Method in class org.jboss.dashboard.provider.
AbstractDataLoader
setMaxMemoryUsedInDataLoad(Long)
- Method in interface org.jboss.dashboard.provider.
DataLoader
setMaxNumberOfIntervals(int)
- Method in class org.jboss.dashboard.domain.
AbstractDomain
setMaxNumberOfIntervals(int)
- Method in interface org.jboss.dashboard.domain.
Domain
setName(String)
- Method in class org.jboss.dashboard.command.
AbstractCommand
setName(String)
- Method in interface org.jboss.dashboard.command.
Command
setName(String, Locale)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
setName(String, Locale)
- Method in interface org.jboss.dashboard.provider.
DataProperty
setNameI18nMap(Map<Locale, String>)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
setNameI18nMap(Map<Locale, String>)
- Method in interface org.jboss.dashboard.provider.
DataProperty
setProperty(DataProperty)
- Method in class org.jboss.dashboard.domain.
AbstractDomain
setProperty(DataProperty)
- Method in interface org.jboss.dashboard.domain.
Domain
setPropertyId(String)
- Method in class org.jboss.dashboard.provider.
AbstractDataProperty
setPropertyId(String)
- Method in interface org.jboss.dashboard.provider.
DataProperty
setScalarFunctionsSupported(List)
- Method in class org.jboss.dashboard.domain.
AbstractDomain
sizeOf()
- Method in interface org.jboss.dashboard.dataset.
DataSet
Return the estimated memory (in bytes) this data set is consuming.
sort(ComparatorByCriteria)
- Method in interface org.jboss.dashboard.dataset.
DataSet
Sorts this data set.
sortDataPropertiesByName(List<DataProperty>, boolean)
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Sort a list of properties by name.
sortDataProvidersByDescription(List<DataProvider>, boolean)
- Method in interface org.jboss.dashboard.provider.
DataProviderManager
Sort a list of data provider by description.
startMemory
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetLoadConstraints
startTime
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetFilterConstraints
startTime
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetGroupByConstraints
startTime
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetLoadConstraints
startTime
- Variable in class org.jboss.dashboard.dataset.profiler.
DataSetSortConstraints
T
TemplateProcessor
- Interface in
org.jboss.dashboard.command
templateProcessor
- Variable in class org.jboss.dashboard.
DataProviderServices
V
validate()
- Method in class org.jboss.dashboard.dataset.profiler.
DataSetFilterConstraints
validate()
- Method in class org.jboss.dashboard.dataset.profiler.
DataSetGroupByConstraints
validate()
- Method in class org.jboss.dashboard.dataset.profiler.
DataSetLoadConstraints
validate()
- Method in class org.jboss.dashboard.dataset.profiler.
DataSetSortConstraints
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Dashboard Builder Data Provider API 6.0.1.Final
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012-2013
JBoss by Red Hat
. All Rights Reserved.