Class RemoteWorkflowRunConfiguration
- java.lang.Object
-
- org.apache.hop.core.variables.Variables
-
- org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
-
- org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
- All Implemented Interfaces:
Cloneable,IVariables,IWorkflowEngineRunConfiguration
@GuiPlugin(description="Remote workflow run configuration widgets") public class RemoteWorkflowRunConfiguration extends EmptyWorkflowRunConfiguration implements IWorkflowEngineRunConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanexportingResourcesprotected StringhopServerNameprotected StringnamedResourcesSourceFolderprotected StringnamedResourcesTargetFolderprotected StringrunConfigurationNameprotected StringserverPollDelayprotected StringserverPollInterval
-
Constructor Summary
Constructors Constructor Description RemoteWorkflowRunConfiguration()RemoteWorkflowRunConfiguration(RemoteWorkflowRunConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteWorkflowRunConfigurationclone()StringgetHopServerName()Gets hopServerNameStringgetNamedResourcesSourceFolder()Gets namedResourcesSourceFolderStringgetNamedResourcesTargetFolder()Gets namedResourcesTargetFolderStringgetRunConfigurationName()Gets runConfigurationNameStringgetServerPollDelay()Gets serverPollDelayStringgetServerPollInterval()Gets serverPollIntervalbooleanisExportingResources()Gets exportingResourcesvoidsetExportingResources(boolean exportingResources)voidsetHopServerName(String hopServerName)voidsetNamedResourcesSourceFolder(String namedResourcesSourceFolder)voidsetNamedResourcesTargetFolder(String namedResourcesTargetFolder)voidsetRunConfigurationName(String runConfigurationName)voidsetServerPollDelay(String serverPollDelay)voidsetServerPollInterval(String serverPollInterval)-
Methods inherited from class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
equals, getEnginePluginId, getEnginePluginName, hashCode, setEnginePluginId, setEnginePluginName
-
Methods inherited from class org.apache.hop.core.variables.Variables
copyFrom, getADefaultVariableSpace, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
Methods inherited from interface org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
getEnginePluginId, getEnginePluginName, setEnginePluginId, setEnginePluginName
-
-
-
-
Field Detail
-
hopServerName
@GuiWidgetElement(order="10", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=METADATA, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.HopServer.Label", typeMetadata=HopServerTypeMetadata.class) protected String hopServerName
-
runConfigurationName
@GuiWidgetElement(order="20", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=METADATA, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.RunConfiguration.Label", typeMetadata=WorkflowRunConfigurationTypeMetadata.class) protected String runConfigurationName
-
serverPollDelay
@GuiWidgetElement(order="30", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=TEXT, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.ServerPollDelay.Label") protected String serverPollDelay
-
serverPollInterval
@GuiWidgetElement(order="40", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=TEXT, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.ServerPollInterval.Label") protected String serverPollInterval
-
exportingResources
@GuiWidgetElement(order="50", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=CHECKBOX, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.ExportResources.Label", toolTip="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.ExportResources.ToolTip") protected boolean exportingResources
-
namedResourcesSourceFolder
@GuiWidgetElement(order="60", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=FOLDER, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.NamedResourceSourceFolder.Label", toolTip="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.NamedResourceSourceFolder.ToolTip") protected String namedResourcesSourceFolder
-
namedResourcesTargetFolder
@GuiWidgetElement(order="70", parentId="WorkflowRunConfiguration-PluginSpecific-Options", type=TEXT, label="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.NamedResourceTargetFolder.Label", toolTip="i18n:org.apache.hop.ui.workflow.config:WorkflowRunConfigurationDialog.NamedResourceTargetFolder.ToolTip") protected String namedResourcesTargetFolder
-
-
Constructor Detail
-
RemoteWorkflowRunConfiguration
public RemoteWorkflowRunConfiguration()
-
RemoteWorkflowRunConfiguration
public RemoteWorkflowRunConfiguration(RemoteWorkflowRunConfiguration config)
-
-
Method Detail
-
clone
public RemoteWorkflowRunConfiguration clone()
- Specified by:
clonein interfaceIWorkflowEngineRunConfiguration- Overrides:
clonein classEmptyWorkflowRunConfiguration
-
getHopServerName
public String getHopServerName()
Gets hopServerName- Returns:
- value of hopServerName
-
setHopServerName
public void setHopServerName(String hopServerName)
- Parameters:
hopServerName- The hopServerName to set
-
getRunConfigurationName
public String getRunConfigurationName()
Gets runConfigurationName- Returns:
- value of runConfigurationName
-
setRunConfigurationName
public void setRunConfigurationName(String runConfigurationName)
- Parameters:
runConfigurationName- The runConfigurationName to set
-
getServerPollDelay
public String getServerPollDelay()
Gets serverPollDelay- Returns:
- value of serverPollDelay
-
setServerPollDelay
public void setServerPollDelay(String serverPollDelay)
- Parameters:
serverPollDelay- The serverPollDelay to set
-
getServerPollInterval
public String getServerPollInterval()
Gets serverPollInterval- Returns:
- value of serverPollInterval
-
setServerPollInterval
public void setServerPollInterval(String serverPollInterval)
- Parameters:
serverPollInterval- The serverPollInterval to set
-
isExportingResources
public boolean isExportingResources()
Gets exportingResources- Returns:
- value of exportingResources
-
setExportingResources
public void setExportingResources(boolean exportingResources)
- Parameters:
exportingResources- The exportingResources to set
-
getNamedResourcesSourceFolder
public String getNamedResourcesSourceFolder()
Gets namedResourcesSourceFolder- Returns:
- value of namedResourcesSourceFolder
-
setNamedResourcesSourceFolder
public void setNamedResourcesSourceFolder(String namedResourcesSourceFolder)
- Parameters:
namedResourcesSourceFolder- The namedResourcesSourceFolder to set
-
getNamedResourcesTargetFolder
public String getNamedResourcesTargetFolder()
Gets namedResourcesTargetFolder- Returns:
- value of namedResourcesTargetFolder
-
setNamedResourcesTargetFolder
public void setNamedResourcesTargetFolder(String namedResourcesTargetFolder)
- Parameters:
namedResourcesTargetFolder- The namedResourcesTargetFolder to set
-
-