Uses of Class
org.pentaho.di.trans.steps.mapping.MappingValueRename
Packages that use MappingValueRename
Package
Description
-
Uses of MappingValueRename in org.pentaho.di.trans.steps.mapping
Fields in org.pentaho.di.trans.steps.mapping with type parameters of type MappingValueRenameMethods in org.pentaho.di.trans.steps.mapping that return types with arguments of type MappingValueRenameMethod parameters in org.pentaho.di.trans.steps.mapping with type arguments of type MappingValueRenameModifier and TypeMethodDescriptionstatic void
Mapping.addInputRenames
(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList) void
MappingIODefinition.setValueRenames
(List<MappingValueRename> valueRenames) -
Uses of MappingValueRename in org.pentaho.di.trans.steps.mappinginput
Fields in org.pentaho.di.trans.steps.mappinginput with type parameters of type MappingValueRenameMethods in org.pentaho.di.trans.steps.mappinginput that return types with arguments of type MappingValueRenameMethod parameters in org.pentaho.di.trans.steps.mappinginput with type arguments of type MappingValueRenameModifier and TypeMethodDescriptionvoid
MappingInput.setConnectorSteps
(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname) void
MappingInputMeta.setValueRenames
(List<MappingValueRename> valueRenames) -
Uses of MappingValueRename in org.pentaho.di.trans.steps.mappingoutput
Fields in org.pentaho.di.trans.steps.mappingoutput with type parameters of type MappingValueRenameModifier and TypeFieldDescriptionMappingOutputData.inputValueRenames
MappingOutputData.outputValueRenames
Methods in org.pentaho.di.trans.steps.mappingoutput that return types with arguments of type MappingValueRenameModifier and TypeMethodDescriptionMappingOutputMeta.getInputValueRenames()
MappingOutputMeta.getOutputValueRenames()
Method parameters in org.pentaho.di.trans.steps.mappingoutput with type arguments of type MappingValueRenameModifier and TypeMethodDescriptionvoid
MappingOutput.setConnectorSteps
(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames) void
MappingOutputMeta.setInputValueRenames
(List<MappingValueRename> inputValueRenames) void
MappingOutputMeta.setOutputValueRenames
(List<MappingValueRename> outputValueRenames) -
Uses of MappingValueRename in org.pentaho.di.trans.steps.simplemapping
Fields in org.pentaho.di.trans.steps.simplemapping with type parameters of type MappingValueRenameMethod parameters in org.pentaho.di.trans.steps.simplemapping with type arguments of type MappingValueRenameModifier and TypeMethodDescriptionstatic void
SimpleMapping.addInputRenames
(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList)