Uses of Class
org.pentaho.di.trans.steps.transexecutor.TransExecutorParameters
Packages that use TransExecutorParameters
-
Uses of TransExecutorParameters in org.pentaho.di.trans
Constructors in org.pentaho.di.trans with parameters of type TransExecutorParametersModifierConstructorDescriptionSubtransExecutor
(String subTransName, Trans parentTrans, TransMeta subtransMeta, boolean shareVariables, TransExecutorParameters parameters, String subStep, int prefetchCount) -
Uses of TransExecutorParameters in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return TransExecutorParametersModifier and TypeMethodDescriptionTransExecutorMeta.getMappingParameters()
TransExecutorMeta.getParameters()
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type TransExecutorParametersModifier and TypeMethodDescriptionvoid
TransExecutorMeta.setMappingParameters
(TransExecutorParameters mappingParameters) void
TransExecutorMeta.setParameters
(TransExecutorParameters parameters)