Uses of Class
org.apache.hop.ui.hopgui.file.workflow.context.HopGuiWorkflowHopContext
-
Packages that use HopGuiWorkflowHopContext Package Description org.apache.hop.ui.hopgui.file.workflow -
-
Uses of HopGuiWorkflowHopContext in org.apache.hop.ui.hopgui.file.workflow
Methods in org.apache.hop.ui.hopgui.file.workflow with parameters of type HopGuiWorkflowHopContext Modifier and Type Method Description voidHopGuiWorkflowGraph. deleteHop(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. disableHop(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. disableHopsBetweenSelectedActions(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. disableHopsDownstream(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. enableHop(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. enableHopsBetweenSelectedActions(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. enableHopsDownstream(HopGuiWorkflowHopContext context)booleanHopGuiWorkflowGraph. filterWorkflowHopActions(String contextActionId, HopGuiWorkflowHopContext context)We're filtering out the disable action for hops which are already disabled.voidHopGuiWorkflowGraph. insertAction(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. setHopEvaluationFalse(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. setHopEvaluationTrue(HopGuiWorkflowHopContext context)voidHopGuiWorkflowGraph. setHopUnconditional(HopGuiWorkflowHopContext context)
-