Uses of Interface
org.eclipse.birt.report.model.api.oda.interfaces.IAggregationDefn
-
Packages that use IAggregationDefn Package Description org.eclipse.birt.report.model.api.oda -
-
Uses of IAggregationDefn in org.eclipse.birt.report.model.api.oda
Classes in org.eclipse.birt.report.model.api.oda that implement IAggregationDefn Modifier and Type Class Description class
AggregationDefn
Fields in org.eclipse.birt.report.model.api.oda with type parameters of type IAggregationDefn Modifier and Type Field Description protected static java.util.List<IAggregationDefn>
OdaAggregationHelperImpl. birtAggregationDefinitions
Methods in org.eclipse.birt.report.model.api.oda that return IAggregationDefn Modifier and Type Method Description static IAggregationDefn
OdaAggregationHelper. getAggregationDefn(java.lang.String birtAggregationId, java.lang.String datasetExtId, java.lang.String datasourceExtId)
Methods in org.eclipse.birt.report.model.api.oda that return types with arguments of type IAggregationDefn Modifier and Type Method Description static java.util.List<IAggregationDefn>
OdaAggregationHelper. getAggregationDefinitions(java.lang.String dataSetExtId, java.lang.String dataSourceExtId)
-