Package org.pentaho.di.core
Interface ProvidesModelerMeta
-
- All Superinterfaces:
ProvidesDatabaseConnectionInformation
- All Known Implementing Classes:
DatabaseLookupMeta
,DimensionLookupMeta
,InfobrightLoaderMeta
,InsertUpdateMeta
,TableAgileMartMeta
,TableOutputMeta
public interface ProvidesModelerMeta extends ProvidesDatabaseConnectionInformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getDatabaseFields()
org.pentaho.di.core.row.RowMeta
getRowMeta(StepDataInterface stepData)
List<String>
getStreamFields()
-
Methods inherited from interface org.pentaho.di.core.ProvidesDatabaseConnectionInformation
getDatabaseMeta, getMissingDatabaseConnectionInformationMessage, getSchemaName, getTableName
-
-
-
-
Method Detail
-
getRowMeta
org.pentaho.di.core.row.RowMeta getRowMeta(StepDataInterface stepData)
-
-