org.eclipse.birt.data.engine.api
Interface IDataEngineFactory
public interface IDataEngineFactory
Factory class to create an instance of DataEngine
EXTENSION_DATA_ENGINE_FACTORY
static final java.lang.String EXTENSION_DATA_ENGINE_FACTORY
- the extension point used to create the factory object.
- See Also:
Platform.createFactoryObject(String)
,
Constant Field Values
createDataEngine
DataEngine createDataEngine(DataEngineContext context)
- create a new report engine object.
- Parameters:
DataEngineContext
- context used to create the data engine.
- Returns:
- the data engine object
Copyright © 2008 Actuate Corp. All rights reserved.