Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

ActionExecution

pentaho.action.impl.Target ActionExecution

The Target.ActionExecution class is an inner class of Target that assumes that that the execution target is a Target.

It provides an implementation of Execution which delegates to the event observers of each of the execution phases, by calling the correspondingly named methods of target: Target#_emitActionPhaseInitEvent, Target#_emitActionPhaseWillEvent Target#_emitActionPhaseDoEvent and Target#_emitActionPhaseFinallyEvent.

Extends

Constructor

Name Description
new ActionExecution(action, target)

Creates an action execution instance for a given action and target.

Constructor Details

new ActionExecution(action, target)

Creates an action execution instance for a given action and target.

Source: javascript/web/pentaho/action/impl/Target.js, line 51

Parameters:
Name Default Value Summary
action : pentaho.type.action.Base

The action to execute. A clone of it is used.

target : pentaho.type.action.ITarget

The target on which to execute.