Uses of Class
org.apache.hop.core.gui.WorkflowTracker
-
Packages that use WorkflowTracker Package Description org.apache.hop.core.gui org.apache.hop.workflow org.apache.hop.workflow.engine org.apache.hop.workflow.engines.remote -
-
Uses of WorkflowTracker in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return WorkflowTracker Modifier and Type Method Description WorkflowTrackerWorkflowTracker. findWorkflowTracker(ActionMeta actionMeta)Finds the WorkflowTracker for the action specified.WorkflowTrackerWorkflowTracker. getParentWorkflowTracker()WorkflowTrackerWorkflowTracker. getWorkflowTracker(int i)Methods in org.apache.hop.core.gui that return types with arguments of type WorkflowTracker Modifier and Type Method Description List<WorkflowTracker>WorkflowTracker. getWorkflowTrackers()Returns a list that contains all workflow trackers.Methods in org.apache.hop.core.gui with parameters of type WorkflowTracker Modifier and Type Method Description voidWorkflowTracker. addWorkflowTracker(WorkflowTracker workflowTracker)voidWorkflowTracker. setParentWorkflowTracker(WorkflowTracker parentWorkflowTracker)Method parameters in org.apache.hop.core.gui with type arguments of type WorkflowTracker Modifier and Type Method Description voidWorkflowTracker. setWorkflowTrackers(List<WorkflowTracker> workflowTrackers) -
Uses of WorkflowTracker in org.apache.hop.workflow
Fields in org.apache.hop.workflow declared as WorkflowTracker Modifier and Type Field Description protected WorkflowTrackerWorkflow. workflowTrackerKeep a list of the actions that were executed.Methods in org.apache.hop.workflow that return WorkflowTracker Modifier and Type Method Description WorkflowTrackerWorkflow. getWorkflowTracker()Methods in org.apache.hop.workflow with parameters of type WorkflowTracker Modifier and Type Method Description voidWorkflow. setWorkflowTracker(WorkflowTracker workflowTracker) -
Uses of WorkflowTracker in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return WorkflowTracker Modifier and Type Method Description WorkflowTrackerIWorkflowEngine. getWorkflowTracker() -
Uses of WorkflowTracker in org.apache.hop.workflow.engines.remote
Methods in org.apache.hop.workflow.engines.remote that return WorkflowTracker Modifier and Type Method Description WorkflowTrackerRemoteWorkflowEngine. getWorkflowTracker()Gets workflowTrackerMethods in org.apache.hop.workflow.engines.remote with parameters of type WorkflowTracker Modifier and Type Method Description voidRemoteWorkflowEngine. setWorkflowTracker(WorkflowTracker workflowTracker)
-