Uses of Interface
org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
-
-
Uses of IWorkflowEngineRunConfiguration in org.apache.hop.workflow.config
Methods in org.apache.hop.workflow.config that return IWorkflowEngineRunConfiguration Modifier and Type Method Description IWorkflowEngineRunConfigurationIWorkflowEngineRunConfiguration. clone()IWorkflowEngineRunConfigurationWorkflowRunConfiguration. getEngineRunConfiguration()Gets engineRunConfigurationMethods in org.apache.hop.workflow.config with parameters of type IWorkflowEngineRunConfiguration Modifier and Type Method Description voidWorkflowRunConfiguration. setEngineRunConfiguration(IWorkflowEngineRunConfiguration engineRunConfiguration)Constructors in org.apache.hop.workflow.config with parameters of type IWorkflowEngineRunConfiguration Constructor Description WorkflowRunConfiguration(String name, String description, String executionInfoLocationName, IWorkflowEngineRunConfiguration engineRunConfiguration, boolean defaultSelection) -
Uses of IWorkflowEngineRunConfiguration in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return IWorkflowEngineRunConfiguration Modifier and Type Method Description IWorkflowEngineRunConfigurationIWorkflowEngine. createDefaultWorkflowEngineRunConfiguration() -
Uses of IWorkflowEngineRunConfiguration in org.apache.hop.workflow.engines.empty
Classes in org.apache.hop.workflow.engines.empty that implement IWorkflowEngineRunConfiguration Modifier and Type Class Description classEmptyWorkflowRunConfiguration -
Uses of IWorkflowEngineRunConfiguration in org.apache.hop.workflow.engines.local
Classes in org.apache.hop.workflow.engines.local that implement IWorkflowEngineRunConfiguration Modifier and Type Class Description classLocalWorkflowRunConfigurationMethods in org.apache.hop.workflow.engines.local that return IWorkflowEngineRunConfiguration Modifier and Type Method Description IWorkflowEngineRunConfigurationLocalWorkflowEngine. createDefaultWorkflowEngineRunConfiguration() -
Uses of IWorkflowEngineRunConfiguration in org.apache.hop.workflow.engines.remote
Classes in org.apache.hop.workflow.engines.remote that implement IWorkflowEngineRunConfiguration Modifier and Type Class Description classRemoteWorkflowRunConfigurationMethods in org.apache.hop.workflow.engines.remote that return IWorkflowEngineRunConfiguration Modifier and Type Method Description IWorkflowEngineRunConfigurationRemoteWorkflowEngine. createDefaultWorkflowEngineRunConfiguration()
-