Uses of Class
org.pentaho.di.trans.StepWithMappingMeta
-
-
Uses of StepWithMappingMeta in org.pentaho.di.trans
Methods in org.pentaho.di.trans with parameters of type StepWithMappingMeta Modifier and Type Method Description static TransMeta
StepWithMappingMeta. loadMappingMeta(StepWithMappingMeta mappingMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space)
static TransMeta
StepWithMappingMeta. loadMappingMeta(StepWithMappingMeta executorMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space, boolean share)
-
Uses of StepWithMappingMeta in org.pentaho.di.trans.steps.mapping
Subclasses of StepWithMappingMeta in org.pentaho.di.trans.steps.mapping Modifier and Type Class Description class
MappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute -
Uses of StepWithMappingMeta in org.pentaho.di.trans.steps.simplemapping
Subclasses of StepWithMappingMeta in org.pentaho.di.trans.steps.simplemapping Modifier and Type Class Description class
SimpleMappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute -
Uses of StepWithMappingMeta in org.pentaho.di.trans.steps.singlethreader
Subclasses of StepWithMappingMeta in org.pentaho.di.trans.steps.singlethreader Modifier and Type Class Description class
SingleThreaderMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute -
Uses of StepWithMappingMeta in org.pentaho.di.trans.steps.transexecutor
Subclasses of StepWithMappingMeta in org.pentaho.di.trans.steps.transexecutor Modifier and Type Class Description class
TransExecutorMeta
Meta-data for the Trans Executor step. -
Uses of StepWithMappingMeta in org.pentaho.di.trans.streaming.common
Subclasses of StepWithMappingMeta in org.pentaho.di.trans.streaming.common Modifier and Type Class Description class
BaseStreamStepMeta
-