Uses of Class
org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Packages that use WorkflowRunConfiguration Package Description org.apache.hop.core.search org.apache.hop.workflow org.apache.hop.workflow.config org.apache.hop.workflow.engine org.apache.hop.workflow.engines.remote -
-
Uses of WorkflowRunConfiguration in org.apache.hop.core.search
Methods in org.apache.hop.core.search that return types with arguments of type WorkflowRunConfiguration Modifier and Type Method Description Class<WorkflowRunConfiguration>WorkflowRunConfigurationSearchableAnalyser. getSearchableClass()Method parameters in org.apache.hop.core.search with type arguments of type WorkflowRunConfiguration Modifier and Type Method Description List<ISearchResult>WorkflowRunConfigurationSearchableAnalyser. search(ISearchable<WorkflowRunConfiguration> searchable, ISearchQuery searchQuery) -
Uses of WorkflowRunConfiguration in org.apache.hop.workflow
Fields in org.apache.hop.workflow declared as WorkflowRunConfiguration Modifier and Type Field Description protected WorkflowRunConfigurationWorkflow. workflowRunConfigurationMethods in org.apache.hop.workflow that return WorkflowRunConfiguration Modifier and Type Method Description WorkflowRunConfigurationWorkflow. getWorkflowRunConfiguration()Gets workflowRunConfigurationMethods in org.apache.hop.workflow with parameters of type WorkflowRunConfiguration Modifier and Type Method Description voidWorkflow. setWorkflowRunConfiguration(WorkflowRunConfiguration workflowRunConfiguration) -
Uses of WorkflowRunConfiguration in org.apache.hop.workflow.config
Methods in org.apache.hop.workflow.config that return WorkflowRunConfiguration Modifier and Type Method Description protected WorkflowRunConfigurationWorkflowRunConfiguration. clone()static WorkflowRunConfigurationWorkflowRunConfiguration. findDefault(IHopMetadataProvider metadataProvider)Find the first default run configuration in the metadata and return it.Constructors in org.apache.hop.workflow.config with parameters of type WorkflowRunConfiguration Constructor Description WorkflowRunConfiguration(WorkflowRunConfiguration c) -
Uses of WorkflowRunConfiguration in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return WorkflowRunConfiguration Modifier and Type Method Description WorkflowRunConfigurationIWorkflowEngine. getWorkflowRunConfiguration()Methods in org.apache.hop.workflow.engine with parameters of type WorkflowRunConfiguration Modifier and Type Method Description voidIWorkflowEngine. setWorkflowRunConfiguration(WorkflowRunConfiguration workflowRunConfiguration) -
Uses of WorkflowRunConfiguration in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote declared as WorkflowRunConfiguration Modifier and Type Field Description protected WorkflowRunConfigurationRemoteWorkflowEngine. workflowRunConfigurationMethods in org.apache.hop.workflow.engines.remote that return WorkflowRunConfiguration Modifier and Type Method Description WorkflowRunConfigurationRemoteWorkflowEngine. getWorkflowRunConfiguration()Gets workflowRunConfigurationMethods in org.apache.hop.workflow.engines.remote with parameters of type WorkflowRunConfiguration Modifier and Type Method Description voidRemoteWorkflowEngine. setWorkflowRunConfiguration(WorkflowRunConfiguration workflowRunConfiguration)
-