Class JobExecutorHelper
java.lang.Object
org.pentaho.di.trans.step.BaseStepHelper
org.pentaho.di.trans.steps.jobexecutor.JobExecutorHelper
- All Implemented Interfaces:
StepHelperInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class org.pentaho.di.trans.step.BaseStepHelper
IS_TRANS_REFERENCE, IS_VALID_REFERENCE, log, REFERENCE_PATH, SEPARATORFields inherited from interface org.pentaho.di.trans.step.StepHelperInterface
ACTION_STATUS, FAILURE_METHOD_NOT_FOUND_RESPONSE, FAILURE_RESPONSE, STATUS, SUCCESS_RESPONSE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepHelper
getReferencePath, isFailedResponse, stepAction, validateAndPutReferenceStatus
-
Field Details
-
PARAMETERS
- See Also:
-
IS_JOB_VALID
- See Also:
-
JOB_PRESENT
- See Also:
-
-
Constructor Details
-
JobExecutorHelper
-
-
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:
handleStepActionin classBaseStepHelper- 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.
-