Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IStrategyApplication

pentaho.visual.role.adaptation. IStrategyApplication

The IStrategyApplication interface represents a valid application of a strategy type to adapt between certain external an internal modes.

Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 17

Members

Name Description
addsFields : boolean

Gets whether the actual application adds fields to the given data table.

externalMode : pentaho.visual.role.Mode

Gets the external mode.

internalMode : pentaho.visual.role.Mode

Gets the internal mode.

strategyType : pentaho.visual.role.adaptation.StrategyType

Gets the adaptation strategy type.

Members Details

addsFields: boolean

Gets whether the actual application adds fields to the given data table.

Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 58

externalMode: pentaho.visual.role.Mode

Gets the external mode.

Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 34

internalMode: pentaho.visual.role.Mode

Gets the internal mode.

Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 50

strategyType: pentaho.visual.role.adaptation.StrategyType

Gets the adaptation strategy type.

Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 26