Class PipelineExecutorDialog

  • All Implemented Interfaces:
    org.apache.hop.pipeline.transform.ITransformDialog

    public class PipelineExecutorDialog
    extends BaseTransformDialog
    implements org.apache.hop.pipeline.transform.ITransformDialog
    • Field Detail

      • wlRunConfiguration

        protected org.eclipse.swt.widgets.Label wlRunConfiguration
      • wRunConfiguration

        protected ComboVar wRunConfiguration
      • jobModified

        protected boolean jobModified
    • Constructor Detail

      • PipelineExecutorDialog

        public PipelineExecutorDialog​(org.eclipse.swt.widgets.Shell parent,
                                      IVariables variables,
                                      Object in,
                                      org.apache.hop.pipeline.PipelineMeta tr,
                                      String sname)
    • Method Detail

      • open

        public String open()
        Specified by:
        open in interface org.apache.hop.pipeline.transform.ITransformDialog
      • getImage

        protected org.eclipse.swt.graphics.Image getImage()
      • getData

        public void getData()
        Copy information from the meta-data input to the dialog fields.
      • getParametersFromPipeline

        protected void getParametersFromPipeline()
        Get parameters from the specified pipeline
      • mapFieldsToPipelineParameters

        protected void mapFieldsToPipelineParameters()