Class JobEntryZipFileHelper

java.lang.Object
org.pentaho.di.job.entry.BaseJobEntryHelper
org.pentaho.di.job.entries.zipfile.JobEntryZipFileHelper
All Implemented Interfaces:
JobEntryHelperInterface

public class JobEntryZipFileHelper extends BaseJobEntryHelper
  • Constructor Details

    • JobEntryZipFileHelper

      public JobEntryZipFileHelper(JobEntryZipFile jobEntryZipFile)
  • Method Details

    • handleJobEntryAction

      protected org.json.simple.JSONObject handleJobEntryAction(String method, JobMeta jobMeta, Map<String,String> queryParams)
      Description copied from class: BaseJobEntryHelper
      Abstract method for handling a specific job entry action. Subclasses must implement this method to provide job entry-specific logic.
      Specified by:
      handleJobEntryAction in class BaseJobEntryHelper
      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

      public org.json.simple.JSONObject showFileNameAction(JobMeta jobMeta, Map<String,String> queryParams)