Uses of Class
org.apache.hop.workflow.ActionResult
-
Packages that use ActionResult Package Description org.apache.hop.core.gui org.apache.hop.workflow org.apache.hop.workflow.engine org.apache.hop.workflow.engines.remote -
-
Uses of ActionResult in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return ActionResult Modifier and Type Method Description ActionResultWorkflowTracker. getActionResult()Methods in org.apache.hop.core.gui with parameters of type ActionResult Modifier and Type Method Description voidWorkflowTracker. setActionResult(ActionResult result)Constructors in org.apache.hop.core.gui with parameters of type ActionResult Constructor Description WorkflowTracker(T workflowMeta, int maxChildren, ActionResult result)Creates a workflow tracker with a single resultWorkflowTracker(T workflowMeta, ActionResult result)Creates a workflow tracker with a single result (maxChildren children are kept) -
Uses of ActionResult in org.apache.hop.workflow
Fields in org.apache.hop.workflow with type parameters of type ActionResult Modifier and Type Field Description protected LinkedList<ActionResult>Workflow. actionResultsA flat list of results in THIS workflow, in the order of execution of actionsMethods in org.apache.hop.workflow that return types with arguments of type ActionResult Modifier and Type Method Description List<ActionResult>Workflow. getActionResults()Gets a flat list of results in THIS workflow, in the order of execution of actions.List<ActionResult>WorkflowPainter. getActionResults()Methods in org.apache.hop.workflow with parameters of type ActionResult Modifier and Type Method Description intActionResult. compare(ActionResult one, ActionResult two)intActionResult. compareTo(ActionResult two)Method parameters in org.apache.hop.workflow with type arguments of type ActionResult Modifier and Type Method Description voidWorkflowPainter. setActionResults(List<ActionResult> actionResults) -
Uses of ActionResult in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return types with arguments of type ActionResult Modifier and Type Method Description List<ActionResult>IWorkflowEngine. getActionResults() -
Uses of ActionResult in org.apache.hop.workflow.engines.remote
Methods in org.apache.hop.workflow.engines.remote that return types with arguments of type ActionResult Modifier and Type Method Description LinkedList<ActionResult>RemoteWorkflowEngine. getActionResults()Gets actionResults
-