Class HopGuiWorkflowRunDelegate
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.workflow.delegates.HopGuiWorkflowRunDelegate
-
public class HopGuiWorkflowRunDelegate extends Object
-
-
Constructor Summary
Constructors Constructor Description HopGuiWorkflowRunDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteWorkflow(IVariables variables, WorkflowMeta workflowMeta, String startActionName)HopGuigetHopGui()Gets hopGuiWorkflowExecutionConfigurationgetWorkflowExecutionConfiguration()Gets workflowExecutionConfigurationHopGuiWorkflowGraphgetWorkflowGraph()Gets workflowGraphList<WorkflowMeta>getWorkflowMap()Gets workflowMapvoidsetHopGui(HopGui hopGui)voidsetWorkflowExecutionConfiguration(WorkflowExecutionConfiguration workflowExecutionConfiguration)voidsetWorkflowGraph(HopGuiWorkflowGraph workflowGraph)voidsetWorkflowMap(List<WorkflowMeta> jobMap)
-
-
-
Constructor Detail
-
HopGuiWorkflowRunDelegate
public HopGuiWorkflowRunDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)
- Parameters:
hopGui-
-
-
Method Detail
-
executeWorkflow
public void executeWorkflow(IVariables variables, WorkflowMeta workflowMeta, String startActionName) throws HopException
- Throws:
HopException
-
getWorkflowGraph
public HopGuiWorkflowGraph getWorkflowGraph()
Gets workflowGraph- Returns:
- value of workflowGraph
-
setWorkflowGraph
public void setWorkflowGraph(HopGuiWorkflowGraph workflowGraph)
- Parameters:
workflowGraph- The workflowGraph to set
-
getHopGui
public HopGui getHopGui()
Gets hopGui- Returns:
- value of hopGui
-
setHopGui
public void setHopGui(HopGui hopGui)
- Parameters:
hopGui- The hopGui to set
-
getWorkflowExecutionConfiguration
public WorkflowExecutionConfiguration getWorkflowExecutionConfiguration()
Gets workflowExecutionConfiguration- Returns:
- value of workflowExecutionConfiguration
-
setWorkflowExecutionConfiguration
public void setWorkflowExecutionConfiguration(WorkflowExecutionConfiguration workflowExecutionConfiguration)
- Parameters:
workflowExecutionConfiguration- The workflowExecutionConfiguration to set
-
getWorkflowMap
public List<WorkflowMeta> getWorkflowMap()
Gets workflowMap- Returns:
- value of workflowMap
-
setWorkflowMap
public void setWorkflowMap(List<WorkflowMeta> jobMap)
- Parameters:
jobMap- The workflowMap to set
-
-