Uses of Interface
org.pentaho.di.base.BaseMeta
-
Packages that use BaseMeta Package Description org.pentaho.di.core.gui org.pentaho.di.job.entry org.pentaho.di.trans.step -
-
Uses of BaseMeta in org.pentaho.di.core.gui
Classes in org.pentaho.di.core.gui with type parameters of type BaseMeta Modifier and Type Class Description class
BasePainter<Hop extends BaseHopMeta<?>,Part extends BaseMeta>
-
Uses of BaseMeta in org.pentaho.di.job.entry
Classes in org.pentaho.di.job.entry that implement BaseMeta Modifier and Type Class Description class
JobEntryCopy
This class describes the fact that a single JobEntry can be used multiple times in the same Job. -
Uses of BaseMeta in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement BaseMeta Modifier and Type Class Description class
StepMeta
This class contains everything that is needed to define a step.
-