org.pentaho.reporting.engine.classic.core
Interface NamedDataFactory

All Superinterfaces:
Cloneable, DataFactory, Serializable

Deprecated. This is handled by the datafactory-metadata.

public interface NamedDataFactory
extends DataFactory

A datafactory that can have a named connection. This is a design-time support interface to allow designer-UIs a better presentation of datafactories.

Author:
Ezequiel Cuellar

Field Summary
 
Fields inherited from interface org.pentaho.reporting.engine.classic.core.DataFactory
QUERY_LIMIT, QUERY_TIMEOUT
 
Method Summary
 String getConnectionName()
          Deprecated. Returns the presentation level name for this datafactory.
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.DataFactory
cancelRunningQuery, clone, close, derive, getQueryNames, initialize, isQueryExecutable, open, queryData
 

Method Detail

getConnectionName

String getConnectionName()
Deprecated. 
Returns the presentation level name for this datafactory.

Returns:
the data factory presentation text.