Uses of Class
org.apache.hop.workflow.WorkflowExecutionConfiguration
-
Packages that use WorkflowExecutionConfiguration Package Description org.apache.hop.workflow org.apache.hop.workflow.engines.remote -
-
Uses of WorkflowExecutionConfiguration in org.apache.hop.workflow
Methods in org.apache.hop.workflow that return WorkflowExecutionConfiguration Modifier and Type Method Description WorkflowExecutionConfigurationWorkflowConfiguration. getWorkflowExecutionConfiguration()Methods in org.apache.hop.workflow with parameters of type WorkflowExecutionConfiguration Modifier and Type Method Description voidWorkflowConfiguration. setWorkflowExecutionConfiguration(WorkflowExecutionConfiguration workflowExecutionConfiguration)voidDelegationAdapter. workflowDelegationStarted(IWorkflowEngine<WorkflowMeta> delegatedWorkflow, WorkflowExecutionConfiguration workflowExecutionConfiguration)voidIDelegationListener. workflowDelegationStarted(IWorkflowEngine<WorkflowMeta> delegatedWorkflow, WorkflowExecutionConfiguration workflowExecutionConfiguration)Constructors in org.apache.hop.workflow with parameters of type WorkflowExecutionConfiguration Constructor Description WorkflowConfiguration(WorkflowMeta workflowMeta, WorkflowExecutionConfiguration workflowExecutionConfiguration, IHopMetadataProvider metadataProviderToEncode) -
Uses of WorkflowExecutionConfiguration in org.apache.hop.workflow.engines.remote
Methods in org.apache.hop.workflow.engines.remote with parameters of type WorkflowExecutionConfiguration Modifier and Type Method Description voidRemoteWorkflowEngine. sendToHopServer(IVariables variables, WorkflowMeta workflowMeta, WorkflowExecutionConfiguration executionConfiguration, IHopMetadataProvider metadataProvider)Send to hop server.
-