Class SimpleMappingHelper

java.lang.Object
org.pentaho.di.trans.step.BaseStepHelper
org.pentaho.di.trans.steps.simplemapping.SimpleMappingHelper
All Implemented Interfaces:
StepHelperInterface

public class SimpleMappingHelper extends BaseStepHelper
  • Field Details

  • Constructor Details

    • SimpleMappingHelper

      public SimpleMappingHelper(SimpleMappingMeta simpleMappingMeta)
  • Method Details

    • handleStepAction

      protected org.json.simple.JSONObject handleStepAction(String method, TransMeta transMeta, Map<String,String> queryParams)
      Handles step-specific actions for Simple Mapping step.
      Specified by:
      handleStepAction in class BaseStepHelper
      Parameters:
      method - The name of the method to execute.
      transMeta - The transformation metadata associated with the step.
      queryParams - A map of query parameters for the action.
      Returns:
      A JSON object containing the action status and any additional response data.