Class TextFileOutputHelper

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

public class TextFileOutputHelper extends BaseStepHelper
  • Constructor Details

    • TextFileOutputHelper

      public TextFileOutputHelper()
  • 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.
    • setMinimalWidthAction

      public org.json.simple.JSONObject setMinimalWidthAction(TransMeta transMeta, Map<String,String> queryParams) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • getFormatsAction

      public org.json.simple.JSONObject getFormatsAction()
    • showFilesAction

      public org.json.simple.JSONObject showFilesAction(TransMeta transMeta, Map<String,String> queryParams)