Class WorkflowExecutionConfigurationDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.ConfigurationDialog
-
- org.apache.hop.ui.workflow.dialog.WorkflowExecutionConfigurationDialog
-
public class WorkflowExecutionConfigurationDialog extends ConfigurationDialog
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUDIT_LIST_TYPE_LAST_USED_RUN_CONFIGURATIONSstatic StringMAP_TYPE_WORKFLOW_RUN_CONFIG_USAGE-
Fields inherited from class org.apache.hop.ui.core.dialog.ConfigurationDialog
abstractMeta, composite, configuration, fdDetails, gDetails, hopGui, LOG_LEVEL, margin, retval, shell, wClearLog, wlLogLevel, wLogLevel, wRunConfigurationControl, wVariables
-
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionConfigurationDialog(org.eclipse.swt.widgets.Shell parent, WorkflowExecutionConfiguration configuration, WorkflowMeta workflowMeta)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcreateLocalWorkflowConfiguration(org.eclipse.swt.widgets.Shell shell, IHopMetadataSerializer<WorkflowRunConfiguration> prcSerializer)WorkflowExecutionConfigurationgetConfiguration()voidgetData()booleangetInfo()booleanopen()protected voidoptionsSectionControls()-
Methods inherited from class org.apache.hop.ui.core.dialog.ConfigurationDialog
buttonsSectionLayout, cancel, getInfoParameters, getInfoVariables, getParamsData, mainLayout, ok, openDialog, optionsSectionLayout, parametersSectionLayout, setConfiguration
-
-
-
-
Field Detail
-
AUDIT_LIST_TYPE_LAST_USED_RUN_CONFIGURATIONS
public static final String AUDIT_LIST_TYPE_LAST_USED_RUN_CONFIGURATIONS
- See Also:
- Constant Field Values
-
MAP_TYPE_WORKFLOW_RUN_CONFIG_USAGE
public static final String MAP_TYPE_WORKFLOW_RUN_CONFIG_USAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowExecutionConfigurationDialog
public WorkflowExecutionConfigurationDialog(org.eclipse.swt.widgets.Shell parent, WorkflowExecutionConfiguration configuration, WorkflowMeta workflowMeta)
-
-
Method Detail
-
optionsSectionControls
protected void optionsSectionControls()
- Specified by:
optionsSectionControlsin classConfigurationDialog
-
open
public boolean open()
-
getData
public void getData()
-
getInfo
public boolean getInfo()
- Specified by:
getInfoin classConfigurationDialog- Returns:
- True if all is OK. Returns false if there is an error in the configuration
-
createLocalWorkflowConfiguration
public static final String createLocalWorkflowConfiguration(org.eclipse.swt.widgets.Shell shell, IHopMetadataSerializer<WorkflowRunConfiguration> prcSerializer)
-
getConfiguration
public WorkflowExecutionConfiguration getConfiguration()
- Returns:
- the configuration
-
-