Uses of Interface
org.eclipse.birt.chart.model.data.Query
Packages that use Query
Package
Description
Provides classes and interfaces that determine how a
user's custom dataset needs to be interpreted.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
-
Uses of Query in org.eclipse.birt.chart.datafeed
Methods in org.eclipse.birt.chart.datafeed that return types with arguments of type QueryModifier and TypeMethodDescriptionDataSetAdapter.getDataDefinitionsForGrouping
(Series series) IDataSetProcessor.getDataDefinitionsForGrouping
(Series series) Provides a list of data definitions for grouping. -
Uses of Query in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return types with arguments of type QueryModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Query>
Series.getDataDefinition()
Returns the value of the 'Data Definition' containment reference list. -
Uses of Query in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type QueryModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Query>
SeriesImpl.getDataDefinition()
-
Uses of Query in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return QueryModifier and TypeMethodDescriptionQuery.copyInstance()
DataFactory.createQuery()
Returns a new object of class 'Query'.SeriesDefinition.getQuery()
Returns the value of the 'Query' containment reference.SeriesDefinition.getSortKey()
Returns the value of the 'Sort Key' containment reference.Methods in org.eclipse.birt.chart.model.data with parameters of type Query -
Uses of Query in org.eclipse.birt.chart.model.data.impl
Classes in org.eclipse.birt.chart.model.data.impl that implement QueryMethods in org.eclipse.birt.chart.model.data.impl that return QueryModifier and TypeMethodDescriptionQueryImpl.copyInstance()
static final Query
A convenience method provided to create a new initialized query instanceDataFactoryImpl.createQuery()
SeriesDefinitionImpl.getQuery()
SeriesDefinitionImpl.getSortKey()
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type QueryModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
SeriesDefinitionImpl.basicSetQuery
(Query newQuery, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
SeriesDefinitionImpl.basicSetSortKey
(Query newSortKey, org.eclipse.emf.common.notify.NotificationChain msgs) void
void
SeriesDefinitionImpl.setSortKey
(Query newSortKey)