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 voidMapping.addInputRenames(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList) voidMappingIODefinition.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 TypeMethodDescriptionvoidMappingInput.setConnectorSteps(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname) voidMappingInputMeta.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.inputValueRenamesMappingOutputData.outputValueRenamesMethods 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 TypeMethodDescriptionvoidMappingOutput.setConnectorSteps(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames) voidMappingOutputMeta.setInputValueRenames(List<MappingValueRename> inputValueRenames) voidMappingOutputMeta.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 voidSimpleMapping.addInputRenames(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList)