Package org.apache.hop.workflow.config
Interface IWorkflowEngineRunConfiguration
-
- All Superinterfaces:
Cloneable,IVariables
- All Known Implementing Classes:
EmptyWorkflowRunConfiguration,LocalWorkflowRunConfiguration,RemoteWorkflowRunConfiguration
public interface IWorkflowEngineRunConfiguration extends Cloneable, IVariables
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWorkflowEngineRunConfigurationclone()StringgetEnginePluginId()StringgetEnginePluginName()voidsetEnginePluginId(String pluginId)voidsetEnginePluginName(String name)-
Methods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
-
-
-
Method Detail
-
clone
IWorkflowEngineRunConfiguration clone()
-
setEnginePluginId
void setEnginePluginId(String pluginId)
-
getEnginePluginId
String getEnginePluginId()
-
setEnginePluginName
void setEnginePluginName(String name)
-
getEnginePluginName
String getEnginePluginName()
-
-