|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISortDefinition | |
---|---|
org.eclipse.birt.data.engine.api | This package contains the main public API classes and interfaces of the BIRT Data Engine (DtE). |
org.eclipse.birt.data.engine.api.querydefn | This package is part of the Data Engine public API, and contains
default implementation of request interfaces in
org.eclipse.birt.data.engine.api . |
Uses of ISortDefinition in org.eclipse.birt.data.engine.api |
---|
Methods in org.eclipse.birt.data.engine.api that return types with arguments of type ISortDefinition | |
---|---|
java.util.List<ISortDefinition> |
IBaseDataSetDesign.getSortHints()
Get a list of sort hints. |
Uses of ISortDefinition in org.eclipse.birt.data.engine.api.querydefn |
---|
Classes in org.eclipse.birt.data.engine.api.querydefn that implement ISortDefinition | |
---|---|
class |
SortDefinition
Default implementation of the ISortDefinition interface. |
Methods in org.eclipse.birt.data.engine.api.querydefn that return types with arguments of type ISortDefinition | |
---|---|
java.util.List<ISortDefinition> |
BaseDataSetDesign.getSortHints()
Get sort hints defined. |
Methods in org.eclipse.birt.data.engine.api.querydefn with parameters of type ISortDefinition | |
---|---|
void |
BaseDataSetDesign.addSortHint(ISortDefinition sortHint)
Add a sort ordering to sort hints. |
Constructor parameters in org.eclipse.birt.data.engine.api.querydefn with type arguments of type ISortDefinition | |
---|---|
NoRecalculateIVQuery(IQueryDefinition queryDefn,
IBaseQueryDefinition sourceQuery,
java.util.List<ISortDefinition> sorts,
java.util.List<IFilterDefinition> filters,
java.util.List groups,
java.lang.String queryResultId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |