Class LocalWorkflowRunConfiguration

    • Field Detail

      • safeModeEnabled

        @GuiWidgetElement(order="20",
                          parentId="WorkflowRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.SafeModeEnabled.Label")
        protected boolean safeModeEnabled
      • transactional

        @GuiWidgetElement(id="transactional",
                          order="090",
                          parentId="WorkflowRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.Transactional.Label",
                          toolTip="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.Transactional.ToolTip")
        protected boolean transactional
    • Constructor Detail

      • LocalWorkflowRunConfiguration

        public LocalWorkflowRunConfiguration()
    • Method Detail

      • isSafeModeEnabled

        public boolean isSafeModeEnabled()
        Gets safeModeEnabled
        Returns:
        value of safeModeEnabled
      • setSafeModeEnabled

        public void setSafeModeEnabled​(boolean safeModeEnabled)
        Parameters:
        safeModeEnabled - The safeModeEnabled to set
      • isTransactional

        public boolean isTransactional()
        Gets transactional
        Returns:
        value of transactional
      • setTransactional

        public void setTransactional​(boolean transactional)
        Parameters:
        transactional - The transactional to set