Class JobEntryZipFileHelper
java.lang.Object
org.pentaho.di.job.entry.BaseJobEntryHelper
org.pentaho.di.job.entries.zipfile.JobEntryZipFileHelper
- All Implemented Interfaces:
JobEntryHelperInterface
-
Field Summary
Fields inherited from class org.pentaho.di.job.entry.BaseJobEntryHelper
IS_TRANS_REFERENCE, IS_VALID_REFERENCE, log, REFERENCE_PATH, SEPARATORFields inherited from interface org.pentaho.di.job.entry.JobEntryHelperInterface
ACTION_STATUS, FAILURE_METHOD_NOT_FOUND_RESPONSE, FAILURE_RESPONSE, FAILURE_STATUS, NOT_EXECUTED_STATUS, STATUS, SUCCESS_RESPONSE, SUCCESS_STATUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.json.simple.JSONObjectAbstract method for handling a specific job entry action.org.json.simple.JSONObjectshowFileNameAction(JobMeta jobMeta, Map<String, String> queryParams) Methods inherited from class org.pentaho.di.job.entry.BaseJobEntryHelper
getReferencePath, isFailedResponse, jobEntryAction
-
Constructor Details
-
JobEntryZipFileHelper
-
-
Method Details
-
handleJobEntryAction
protected org.json.simple.JSONObject handleJobEntryAction(String method, JobMeta jobMeta, Map<String, String> queryParams) Description copied from class:BaseJobEntryHelperAbstract method for handling a specific job entry action. Subclasses must implement this method to provide job entry-specific logic.- Specified by:
handleJobEntryActionin classBaseJobEntryHelper- Parameters:
method- The name of the method to execute.jobMeta- The job metadata associated with the job entry.queryParams- A map of query parameters for the action.- Returns:
- A JSON object containing the action status and any additional response data.
-
showFileNameAction
-