Uses of Class
org.apache.hop.workflow.action.ActionMeta
-
-
Uses of ActionMeta in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui with parameters of type ActionMeta Modifier and Type Method Description voidIGc. drawActionIcon(int x, int y, ActionMeta actionMeta, float magnification)voidSvgGc. drawActionIcon(int x, int y, ActionMeta actionMeta, float magnification)WorkflowTrackerWorkflowTracker. findWorkflowTracker(ActionMeta actionMeta)Finds the WorkflowTracker for the action specified. -
Uses of ActionMeta in org.apache.hop.execution
Methods in org.apache.hop.execution with parameters of type ActionMeta 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 ActionMeta in org.apache.hop.workflow
Fields in org.apache.hop.workflow declared as ActionMeta Modifier and Type Field Description ActionMetaWorkflowExecutionExtension. actionMetaActionMetaWorkflowPainterExtension. actionMetaprotected ActionMetaWorkflow. startActionMetaFields in org.apache.hop.workflow with type parameters of type ActionMeta Modifier and Type Field Description protected Set<ActionMeta>Workflow. activeActionsprotected List<ActionMeta>WorkflowMeta. workflowActionsMethods in org.apache.hop.workflow that return ActionMeta Modifier and Type Method Description ActionMetaWorkflowMeta. findAction(String name)Find an existing ActionMeta by it's name and numberActionMetaWorkflowMeta. findNextAction(ActionMeta from, int cnt)Find next action.ActionMetaWorkflowMeta. findPrevAction(ActionMeta to, int nr)Find prev action.ActionMetaWorkflowMeta. findPrevAction(ActionMeta to, int nr, boolean info)Find prev action.ActionMetaWorkflowMeta. findStart()Find start.ActionMetaWorkflowMeta. getAction(int i)Gets the action.ActionMetaWorkflowMeta. getAction(int x, int y, int iconsize)Gets the action copy.ActionMeta[]WorkflowMeta. getAllWorkflowGraphActions(String name)Gets the all workflow graph actions.ActionMetaWorkflowPainter. getEndHopAction()ActionMetaWorkflowHopMeta. getFromAction()ActionMetaWorkflowPainter. getNoInputAction()ActionMetaWorkflowMeta. getStart()Gets the start.ActionMetaWorkflow. getStartActionMeta()Gets the start action meta.ActionMetaWorkflowPainter. getStartHopAction()ActionMetaWorkflowHopMeta. getToAction()Methods in org.apache.hop.workflow that return types with arguments of type ActionMeta Modifier and Type Method Description List<ActionMeta>WorkflowMeta. getActions()Gets the workflow actions.Set<ActionMeta>Workflow. getActiveActions()Gets the activeJobEntryPipelines.List<ActionMeta>WorkflowPainter. getActiveActions()List<ActionMeta>WorkflowMeta. getSelectedActions()Gets the selected actions.Methods in org.apache.hop.workflow with parameters of type ActionMeta Modifier and Type Method Description voidWorkflowMeta. addAction(int p, ActionMeta action)Adds the action.voidWorkflowMeta. addAction(ActionMeta action)Adds the action.voidIActionListener. afterExecution(IWorkflowEngine<T> workflow, ActionMeta actionMeta, IAction action, Result result)voidIActionListener. beforeExecution(IWorkflowEngine<T> workflow, ActionMeta actionMeta, IAction action)booleanWorkflowMeta. containsAction(ActionMeta actionMeta)protected voidWorkflowPainter. drawAction(ActionMeta actionMeta)ActionMetaWorkflowMeta. findNextAction(ActionMeta from, int cnt)Find next action.intWorkflowMeta. findNrNextActions(ActionMeta from)Find nr next actions.intWorkflowMeta. findNrPrevActions(ActionMeta from)Find nr prev actions.intWorkflowMeta. findNrPrevActions(ActionMeta to, boolean info)Find nr prev actions.ActionMetaWorkflowMeta. findPrevAction(ActionMeta to, int nr)Find prev action.ActionMetaWorkflowMeta. findPrevAction(ActionMeta to, int nr, boolean info)Find prev action.WorkflowHopMetaWorkflowMeta. findWorkflowHop(ActionMeta from, ActionMeta to)Find workflow hop.WorkflowHopMetaWorkflowMeta. findWorkflowHop(ActionMeta from, ActionMeta to, boolean includeDisabled)Find workflow hop.WorkflowHopMetaWorkflowMeta. findWorkflowHopFrom(ActionMeta action)Find workflow hop from.WorkflowHopMetaWorkflowMeta. findWorkflowHopTo(ActionMeta actionMeta)Find workflow hop to.booleanWorkflowMeta. hasLoop(ActionMeta action)Checks for loop.booleanWorkflowMeta. hasLoop(ActionMeta action, ActionMeta lookup)Checks for loop.intWorkflowMeta. indexOfAction(ActionMeta action)Index of action.booleanWorkflowMeta. isEntryUsedInHops(ActionMeta action)Checks if is action used in hops.voidWorkflowMeta. renameActionIfNameCollides(ActionMeta actionMeta)See if the name of the supplied action doesn't collide with any other action in the workflow.voidWorkflowMeta. setAction(int idx, ActionMeta action)Sets the action.voidWorkflowPainter. setEndHopAction(ActionMeta action)voidWorkflowHopMeta. setFromAction(ActionMeta fromAction)voidWorkflowPainter. setNoInputAction(ActionMeta action)voidWorkflow. setStartActionMeta(ActionMeta actionMeta)Sets the start action meta.voidWorkflowPainter. setStartHopAction(ActionMeta action)voidWorkflowHopMeta. setToAction(ActionMeta toAction)Method parameters in org.apache.hop.workflow with type arguments of type ActionMeta Modifier and Type Method Description int[]WorkflowMeta. getActionIndexes(List<ActionMeta> actions)Gets the action indexes.voidWorkflowPainter. setActiveActions(List<ActionMeta> activeActions)Constructors in org.apache.hop.workflow with parameters of type ActionMeta Constructor Description WorkflowExecutionExtension(IWorkflowEngine<WorkflowMeta> workflow, Result result, ActionMeta actionMeta, boolean executeAction)WorkflowHopMeta(ActionMeta from, ActionMeta to)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 ActionMeta Constructor Description WorkflowHopMeta(Node hopNode, List<ActionMeta> actions) -
Uses of ActionMeta in org.apache.hop.workflow.action
Methods in org.apache.hop.workflow.action that return ActionMeta Modifier and Type Method Description ActionMetaActionMeta. clone()Methods in org.apache.hop.workflow.action with parameters of type ActionMeta Modifier and Type Method Description voidActionMeta. replaceMeta(ActionMeta actionCopy) -
Uses of ActionMeta in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return types with arguments of type ActionMeta Modifier and Type Method Description Set<ActionMeta>IWorkflowEngine. getActiveActions()Methods in org.apache.hop.workflow.engine with parameters of type ActionMeta Modifier and Type Method Description voidIWorkflowEngine. setStartActionMeta(ActionMeta actionMeta) -
Uses of ActionMeta in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote with type parameters of type ActionMeta Modifier and Type Field Description protected Set<ActionMeta>RemoteWorkflowEngine. activeActionsMethods in org.apache.hop.workflow.engines.remote that return ActionMeta Modifier and Type Method Description ActionMetaRemoteWorkflowEngine. getStartActionMeta()Gets start action metaMethods in org.apache.hop.workflow.engines.remote that return types with arguments of type ActionMeta Modifier and Type Method Description Set<ActionMeta>RemoteWorkflowEngine. getActiveActions()Gets activeActionPipelineMethods in org.apache.hop.workflow.engines.remote with parameters of type ActionMeta Modifier and Type Method Description voidRemoteWorkflowEngine. setStartActionMeta(ActionMeta actionMeta)Method parameters in org.apache.hop.workflow.engines.remote with type arguments of type ActionMeta Modifier and Type Method Description voidRemoteWorkflowEngine. setActiveActions(Set<ActionMeta> activeActions)
-