Class JobExecutorHelper

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

public class JobExecutorHelper extends BaseStepHelper
  • Field Details

  • Constructor Details

    • JobExecutorHelper

      public JobExecutorHelper(JobExecutorMeta jobExecutorMeta)
  • Method Details

    • handleStepAction

      protected org.json.simple.JSONObject handleStepAction(String method, TransMeta transMeta, Map<String,String> queryParams)
      Handles step-specific actions for JobExecutor.
      Specified by:
      handleStepAction in class BaseStepHelper
      Parameters:
      method - The action method to execute.
      transMeta - The metadata of the current transformation.
      queryParams - A map of query parameters.
      Returns:
      A JSON object containing the result of the action.