Uses of Class
org.apache.hop.workflow.WorkflowMeta
-
-
Uses of WorkflowMeta in org.apache.hop.core.gui
Classes in org.apache.hop.core.gui with type parameters of type WorkflowMeta Modifier and Type Class Description classWorkflowTracker<T extends WorkflowMeta>Responsible for tracking the execution of a workflow as a hierarchy. -
Uses of WorkflowMeta in org.apache.hop.core.listeners
Method parameters in org.apache.hop.core.listeners with type arguments of type WorkflowMeta Modifier and Type Method Description voidISubComponentExecutionListener. afterJobExecution(IWorkflowEngine<WorkflowMeta> workflow)This method is called right after a workflow was executed in a parent workflow or pipeline (Workflow workflow-entry, Workflow Executor transform).voidSubComponentExecutionAdapter. afterJobExecution(IWorkflowEngine<WorkflowMeta> workflow)voidISubComponentExecutionListener. beforeJobExecution(IWorkflowEngine<WorkflowMeta> workflow)This method is called right before a workflow is to be executed in a parent workflow or pipeline (Workflow workflow-entry, Workflow Executor transform).voidSubComponentExecutionAdapter. beforeJobExecution(IWorkflowEngine<WorkflowMeta> workflow) -
Uses of WorkflowMeta in org.apache.hop.core.util
Method parameters in org.apache.hop.core.util with type arguments of type WorkflowMeta Modifier and Type Method Description IVariablesCurrentDirectoryResolver. resolveCurrentDirectory(IVariables parentVariables, IWorkflowEngine<WorkflowMeta> workflow, String filename) -
Uses of WorkflowMeta in org.apache.hop.execution
Method parameters in org.apache.hop.execution with type arguments of type WorkflowMeta Modifier and Type Method Description static ExecutionDataBuilderExecutionDataBuilder. afterActionExecution(IWorkflowEngine<WorkflowMeta> workflow, ActionMeta actionMeta, IAction action, Result result, IVariables referenceVariables, IVariables beforeVariables)We log to a new file after every executed action.static ExecutionDataBuilderExecutionDataBuilder. beforeActionExecution(IWorkflowEngine<WorkflowMeta> workflow, ActionMeta actionMeta, IAction action, IVariables referenceVariables)static ExecutionBuilderExecutionBuilder. fromAction(IWorkflowEngine<WorkflowMeta> workflow, ActionMeta actionMeta, IAction action, Date startDate)static ExecutionBuilderExecutionBuilder. fromExecutor(IWorkflowEngine<WorkflowMeta> workflow)static ExecutionStateBuilderExecutionStateBuilder. fromExecutor(IWorkflowEngine<WorkflowMeta> workflow, Integer lastLogLineNr) -
Uses of WorkflowMeta in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>Pipeline. getActiveSubWorkflow(String subWorkflowName)Map<String,IWorkflowEngine<WorkflowMeta>>Pipeline. getActiveSubWorkflows()Gets the active sub-workflows.IWorkflowEngine<WorkflowMeta>Pipeline. getParentWorkflow()Gets the parent workflow, or null if there is no parent.Method parameters in org.apache.hop.pipeline with type arguments of type WorkflowMeta Modifier and Type Method Description voidPipeline. addActiveSubWorkflow(String subWorkflowName, IWorkflowEngine<WorkflowMeta> subWorkflow)voidPipeline. setActiveSubWorkflows(Map<String,IWorkflowEngine<WorkflowMeta>> activeSubWorkflows)voidPipeline. setParentWorkflow(IWorkflowEngine<WorkflowMeta> parentWorkflow)Sets the parent workflow for the pipeline. -
Uses of WorkflowMeta in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>IPipelineEngine. getActiveSubWorkflow(String subWorkflowName)Get the active sub-workflow with the given nameIWorkflowEngine<WorkflowMeta>IPipelineEngine. getParentWorkflow()Determine the workflow engine which is executing this pipeline engine.Method parameters in org.apache.hop.pipeline.engine with type arguments of type WorkflowMeta Modifier and Type Method Description voidIPipelineEngine. addActiveSubWorkflow(String subWorkflowName, IWorkflowEngine<WorkflowMeta> subWorkflow)Add an active sub-workflow to allow drill-down in the GUIvoidIPipelineEngine. setParentWorkflow(IWorkflowEngine<WorkflowMeta> parentWorkflow)Inform the pipeline that it's being executed as part of a workflow -
Uses of WorkflowMeta in org.apache.hop.pipeline.engines.remote
Fields in org.apache.hop.pipeline.engines.remote with type parameters of type WorkflowMeta Modifier and Type Field Description protected Map<String,IWorkflowEngine<WorkflowMeta>>RemotePipelineEngine. activeSubWorkflowsThe active subjobsprotected IWorkflowEngine<WorkflowMeta>RemotePipelineEngine. parentWorkflowMethods in org.apache.hop.pipeline.engines.remote that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>RemotePipelineEngine. getActiveSubWorkflow(String subWorkflowName)Map<String,IWorkflowEngine<WorkflowMeta>>RemotePipelineEngine. getActiveSubWorkflows()Gets activeSubWorkflowsIWorkflowEngine<WorkflowMeta>RemotePipelineEngine. getParentWorkflow()Gets parentWorkflowMethod parameters in org.apache.hop.pipeline.engines.remote with type arguments of type WorkflowMeta Modifier and Type Method Description voidRemotePipelineEngine. addActiveSubWorkflow(String subWorkflowName, IWorkflowEngine<WorkflowMeta> subWorkflow)voidRemotePipelineEngine. setActiveSubWorkflows(Map<String,IWorkflowEngine<WorkflowMeta>> activeSubWorkflows)voidRemotePipelineEngine. setParentWorkflow(IWorkflowEngine<WorkflowMeta> parentWorkflow) -
Uses of WorkflowMeta in org.apache.hop.workflow
Classes in org.apache.hop.workflow with type parameters of type WorkflowMeta Modifier and Type Interface Description interfaceIActionListener<T extends WorkflowMeta>Fields in org.apache.hop.workflow declared as WorkflowMeta Modifier and Type Field Description protected WorkflowMetaWorkflow. workflowMetaWorkflowMetaWorkflowPainterExtension. workflowMetaFields in org.apache.hop.workflow with type parameters of type WorkflowMeta Modifier and Type Field Description protected IWorkflowEngine<WorkflowMeta>Workflow. parentWorkflowThe workflow that's launching this (sub-) workflow.IWorkflowEngine<WorkflowMeta>WorkflowExecutionExtension. workflowprotected List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. workflowFinishedListenersprotected List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. workflowStartedListenersMethods in org.apache.hop.workflow that return WorkflowMeta Modifier and Type Method Description WorkflowMetaWorkflow. getWorkflowMeta()WorkflowMetaWorkflowConfiguration. getWorkflowMeta()WorkflowMetaWorkflowPainter. getWorkflowMeta()Methods in org.apache.hop.workflow that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>Workflow. getParentWorkflow()Gets the parent workflow.Class<WorkflowMeta>WorkflowMetaSearchAnalyser. getSearchableClass()List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. getWorkflowFinishedListeners()Gets workflowFinishedListenersList<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. getWorkflowStartedListeners()Gets workflowStartedListenersMethods in org.apache.hop.workflow with parameters of type WorkflowMeta Modifier and Type Method Description intWorkflowMeta. compare(WorkflowMeta j1, WorkflowMeta j2)Compares two workflow on name, filename, etc.intWorkflowMeta. compareTo(WorkflowMeta o)Compares this workflow's meta-data to the specified workflow's meta-data.static StringWorkflowSvgPainter. generateWorkflowSvg(WorkflowMeta workflowMeta, float magnification, IVariables variables)voidWorkflowExecutionConfiguration. getUsedVariables(WorkflowMeta workflowMeta, IVariables variables)Extracts used variables and their values.voidWorkflow. setWorkflowMeta(WorkflowMeta workflowMeta)voidWorkflowConfiguration. setWorkflowMeta(WorkflowMeta workflowMeta)voidWorkflowPainter. setWorkflowMeta(WorkflowMeta workflowMeta)Constructors in org.apache.hop.workflow with parameters of type WorkflowMeta Constructor Description Workflow(WorkflowMeta workflowMeta)Workflow(WorkflowMeta workflowMeta, ILoggingObject parentLogging)WorkflowConfiguration(WorkflowMeta workflowMeta, WorkflowExecutionConfiguration workflowExecutionConfiguration, IHopMetadataProvider metadataProviderToEncode)WorkflowHopMeta(Node hopNode, WorkflowMeta workflow)WorkflowPainter(IGc gc, IVariables variables, WorkflowMeta workflowMeta, Point area, DPoint offset, WorkflowHopMeta candidate, Rectangle selrect, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, double zoomFactor, boolean drawingEditIcons)WorkflowPainterExtension(IGc gc, List<AreaOwner> areaOwners, WorkflowMeta workflowMeta, WorkflowHopMeta workflowHop, ActionMeta actionMeta, int x1, int y1, int x2, int y2, int mx, int my, DPoint offset, int iconSize)Constructor parameters in org.apache.hop.workflow with type arguments of type WorkflowMeta Constructor Description WorkflowExecutionExtension(IWorkflowEngine<WorkflowMeta> workflow, Result result, ActionMeta actionMeta, boolean executeAction) -
Uses of WorkflowMeta in org.apache.hop.workflow.action
Fields in org.apache.hop.workflow.action declared as WorkflowMeta Modifier and Type Field Description protected WorkflowMetaActionBase. parentWorkflowMetaFields in org.apache.hop.workflow.action with type parameters of type WorkflowMeta Modifier and Type Field Description protected IWorkflowEngine<WorkflowMeta>ActionBase. parentWorkflowThe parent workflowMethods in org.apache.hop.workflow.action that return WorkflowMeta Modifier and Type Method Description WorkflowMetaActionBase. getParentWorkflowMeta()WorkflowMetaActionMeta. getParentWorkflowMeta()default WorkflowMetaIAction. getParentWorkflowMeta()Return Gets the parent workflowMeta.Methods in org.apache.hop.workflow.action that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>ActionBase. getParentWorkflow()Gets the parent workflow.IWorkflowEngine<WorkflowMeta>IAction. getParentWorkflow()Gets the parent workflow.Methods in org.apache.hop.workflow.action with parameters of type WorkflowMeta Modifier and Type Method Description voidActionBase. check(List<ICheckResult> remarks, WorkflowMeta workflowMeta, IVariables variables, IHopMetadataProvider metadataProvider)Allows Action objects to check themselves for consistencyvoidIAction. check(List<ICheckResult> remarks, WorkflowMeta workflowMeta, IVariables variables, IHopMetadataProvider metadataProvider)Allows Action objects to check themselves for consistencyList<ResourceReference>ActionBase. getResourceDependencies(IVariables variables, WorkflowMeta workflowMeta)Gets a list of all the resource dependencies that the transform is depending on.List<ResourceReference>IAction. getResourceDependencies(IVariables variables, WorkflowMeta workflowMeta)Get a list of all the resource dependencies that the transform is depending on.voidActionBase. setParentWorkflowMeta(WorkflowMeta parentWorkflowMeta)At save and run time, the system will attempt to set the workflowMeta so that it can be accessed by the actions if necessary.voidActionMeta. setParentWorkflowMeta(WorkflowMeta parentWorkflowMeta)default voidIAction. setParentWorkflowMeta(WorkflowMeta workflowMeta)At save and run time, the system will attempt to set the workflowMeta so that it can be accessed by the actions if necessary.Method parameters in org.apache.hop.workflow.action with type arguments of type WorkflowMeta Modifier and Type Method Description voidActionBase. setParentWorkflow(IWorkflowEngine<WorkflowMeta> parentWorkflow)Sets the parent workflow.voidIAction. setParentWorkflow(IWorkflowEngine<WorkflowMeta> workflow)Sets the parent workflow. -
Uses of WorkflowMeta in org.apache.hop.workflow.actions.dummy
Methods in org.apache.hop.workflow.actions.dummy with parameters of type WorkflowMeta Modifier and Type Method Description voidActionDummy. check(List<ICheckResult> remarks, WorkflowMeta workflowMeta, IVariables variables, IHopMetadataProvider metadataProvider) -
Uses of WorkflowMeta in org.apache.hop.workflow.actions.start
Methods in org.apache.hop.workflow.actions.start with parameters of type WorkflowMeta Modifier and Type Method Description voidActionStart. check(List<ICheckResult> remarks, WorkflowMeta workflowMeta, IVariables variables, IHopMetadataProvider metadataProvider) -
Uses of WorkflowMeta in org.apache.hop.workflow.engine
Classes in org.apache.hop.workflow.engine with type parameters of type WorkflowMeta Modifier and Type Interface Description interfaceIWorkflowEngine<T extends WorkflowMeta>Methods in org.apache.hop.workflow.engine with type parameters of type WorkflowMeta Modifier and Type Method Description static <T extends WorkflowMeta>
IWorkflowEngine<T>WorkflowEngineFactory. createWorkflowEngine(IVariables variables, String runConfigurationName, IHopMetadataProvider metadataProvider, T workflowMeta, ILoggingObject parentLogging)Methods in org.apache.hop.workflow.engine that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>IWorkflowEngine. getParentWorkflow()Method parameters in org.apache.hop.workflow.engine with type arguments of type WorkflowMeta Modifier and Type Method Description voidIWorkflowEngine. setParentWorkflow(IWorkflowEngine<WorkflowMeta> workflow) -
Uses of WorkflowMeta in org.apache.hop.workflow.engines.local
Constructors in org.apache.hop.workflow.engines.local with parameters of type WorkflowMeta Constructor Description LocalWorkflowEngine(WorkflowMeta workflowMeta)LocalWorkflowEngine(WorkflowMeta workflowMeta, ILoggingObject parent) -
Uses of WorkflowMeta in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote declared as WorkflowMeta Modifier and Type Field Description protected WorkflowMetaRemoteWorkflowEngine. workflowMetaFields in org.apache.hop.workflow.engines.remote with type parameters of type WorkflowMeta Modifier and Type Field Description protected IWorkflowEngine<WorkflowMeta>RemoteWorkflowEngine. parentWorkflowThe workflow that's launching this (sub-) workflow.protected List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. workflowFinishedListenersprotected List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. workflowStartedListenersMethods in org.apache.hop.workflow.engines.remote that return WorkflowMeta Modifier and Type Method Description WorkflowMetaRemoteWorkflowEngine. getWorkflowMeta()Gets workflowMetaMethods in org.apache.hop.workflow.engines.remote that return types with arguments of type WorkflowMeta Modifier and Type Method Description IWorkflowEngine<WorkflowMeta>RemoteWorkflowEngine. getParentWorkflow()Gets parentWorkflowList<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. getWorkflowFinishedListeners()Gets workflowFinishedListenersList<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. getWorkflowStartedListeners()Gets workflowStartedListenersMethods in org.apache.hop.workflow.engines.remote with parameters of type WorkflowMeta Modifier and Type Method Description voidRemoteWorkflowEngine. sendToHopServer(IVariables variables, WorkflowMeta workflowMeta, WorkflowExecutionConfiguration executionConfiguration, IHopMetadataProvider metadataProvider)Send to hop server.voidRemoteWorkflowEngine. setWorkflowMeta(WorkflowMeta workflowMeta)Method parameters in org.apache.hop.workflow.engines.remote with type arguments of type WorkflowMeta Modifier and Type Method Description voidRemoteWorkflowEngine. addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>> finishedListener)voidRemoteWorkflowEngine. addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>> finishedListener)voidRemoteWorkflowEngine. setParentWorkflow(IWorkflowEngine<WorkflowMeta> parentWorkflow)voidRemoteWorkflowEngine. setWorkflowFinishedListeners(List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>> workflowFinishedListeners)voidRemoteWorkflowEngine. setWorkflowStartedListeners(List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>> workflowStartedListeners) -
Uses of WorkflowMeta in org.apache.hop.www
Methods in org.apache.hop.www that return types with arguments of type WorkflowMeta Modifier and Type Method Description protected IWorkflowEngine<WorkflowMeta>BaseWorkflowServlet. createWorkflow(WorkflowConfiguration workflowConfiguration)IWorkflowEngine<WorkflowMeta>WorkflowMap. findWorkflow(String id)Find a workflow using the container/carte object ID.IWorkflowEngine<WorkflowMeta>WorkflowMap. findWorkflow(String workflowName, String id)Find a workflow with an optional IDIWorkflowEngine<WorkflowMeta>WorkflowMap. getWorkflow(String workflowName)Find the first workflow in the list that comes to mind!IWorkflowEngine<WorkflowMeta>WorkflowMap. getWorkflow(HopServerObjectEntry entry)Method parameters in org.apache.hop.www with type arguments of type WorkflowMeta Modifier and Type Method Description voidWorkflowMap. addWorkflow(String workflowName, String serverObjectId, IWorkflowEngine<WorkflowMeta> workflow, WorkflowConfiguration workflowConfiguration)voidWorkflowMap. replaceWorkflow(IWorkflowEngine<WorkflowMeta> oldWorkflow, IWorkflowEngine<WorkflowMeta> workflow, WorkflowConfiguration workflowConfiguration) -
Uses of WorkflowMeta in org.apache.hop.www.jaxrs
Methods in org.apache.hop.www.jaxrs that return types with arguments of type WorkflowMeta Modifier and Type Method Description static IWorkflowEngine<WorkflowMeta>HopServerResource. getWorkflow(String id)
-