Uses of Interface
org.eclipse.birt.data.engine.api.IBaseDataSetDesign

Packages that use IBaseDataSetDesign
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 IBaseDataSetDesign in org.eclipse.birt.data.engine.api
 

Subinterfaces of IBaseDataSetDesign in org.eclipse.birt.data.engine.api
 interface IOdaDataSetDesign
          Describes the static design of a generic ODA (Open Data AccesS) Data Set.
 interface IScriptDataSetDesign
          Describes the static design of a scripted Data Set.
 

Methods in org.eclipse.birt.data.engine.api with parameters of type IBaseDataSetDesign
abstract  void DataEngine.defineDataSet(IBaseDataSetDesign dataSet)
          Provides the definition of a data set to Data Engine.
abstract  void DataEngine.clearCache(IBaseDataSourceDesign dataSource, IBaseDataSetDesign dataSet)
          If user wants to use the latest data from data set rather than local cache, user needs to call this clearCache method to delete the cache content from update local environment.
 

Uses of IBaseDataSetDesign in org.eclipse.birt.data.engine.api.querydefn
 

Classes in org.eclipse.birt.data.engine.api.querydefn that implement IBaseDataSetDesign
 class BaseDataSetDesign
          Default implementation of IBaseDataSetDesign interface.
 class OdaDataSetDesign
          Default implementation of the IOdaDataSetDesign interface.
 class ScriptDataSetDesign
          Default implementation of IScriptDataSetDesign interface.
 



Copyright © 2005 Actuate Corp. All rights reserved.