Uses of Interface
org.apache.hop.workflow.action.IAction
-
-
Uses of IAction in org.apache.hop.execution
Methods in org.apache.hop.execution with parameters of type IAction 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) -
Uses of IAction in org.apache.hop.workflow
Methods in org.apache.hop.workflow that return types with arguments of type IAction Modifier and Type Method Description List<IAction>WorkflowMeta. composeActionList()Create a unique list of action interfacesMethods in org.apache.hop.workflow with parameters of type IAction Modifier and Type Method Description voidIActionListener. afterExecution(IWorkflowEngine<T> workflow, ActionMeta actionMeta, IAction action, Result result)voidIActionListener. beforeExecution(IWorkflowEngine<T> workflow, ActionMeta actionMeta, IAction action)booleanWorkflowMeta. isPathExist(IAction from, IAction to) -
Uses of IAction in org.apache.hop.workflow.action
Classes in org.apache.hop.workflow.action that implement IAction Modifier and Type Class Description classActionBaseBase class for the different types of workflow actions.Methods in org.apache.hop.workflow.action that return IAction Modifier and Type Method Description IActionActionMeta. getAction()IActionIActionDialog. open()Opens a ActionDialog and waits for the dialog to be confirmed or cancelled.Methods in org.apache.hop.workflow.action with parameters of type IAction Modifier and Type Method Description voidActionMeta. setAction(IAction action)Constructors in org.apache.hop.workflow.action with parameters of type IAction Constructor Description ActionMeta(IAction action) -
Uses of IAction in org.apache.hop.workflow.actions.dummy
Classes in org.apache.hop.workflow.actions.dummy that implement IAction Modifier and Type Class Description classActionDummy -
Uses of IAction in org.apache.hop.workflow.actions.missing
Classes in org.apache.hop.workflow.actions.missing that implement IAction Modifier and Type Class Description classMissingAction -
Uses of IAction in org.apache.hop.workflow.actions.start
Classes in org.apache.hop.workflow.actions.start that implement IAction Modifier and Type Class Description classActionStartThe start action is starting point for workflow execution.
-