Class TableInputHelper

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

public class TableInputHelper extends BaseStepHelper
  • Constructor Details

    • TableInputHelper

      public TableInputHelper()
  • Method Details

    • handleStepAction

      protected org.json.simple.JSONObject handleStepAction(String method, TransMeta transMeta, Map<String,String> queryParams)
      Description copied from class: BaseStepHelper
      Abstract method to be implemented by subclasses for handling step-specific actions.
      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.
    • getColumnsAction

      public org.json.simple.JSONObject getColumnsAction(TransMeta transMeta, Map<String,String> queryParams) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException