Uses of Class
org.pentaho.di.trans.steps.transexecutor.TransExecutorParameters
-
Packages that use TransExecutorParameters Package Description org.pentaho.di.trans org.pentaho.di.trans.steps.transexecutor -
-
Uses of TransExecutorParameters in org.pentaho.di.trans
Constructors in org.pentaho.di.trans with parameters of type TransExecutorParameters Constructor Description SubtransExecutor(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 TransExecutorParameters Modifier and Type Method Description TransExecutorParameters
TransExecutorMeta. getMappingParameters()
TransExecutorParameters
TransExecutorMeta. getParameters()
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type TransExecutorParameters Modifier and Type Method Description void
TransExecutorMeta. setMappingParameters(TransExecutorParameters mappingParameters)
void
TransExecutorMeta. setParameters(TransExecutorParameters parameters)
-