Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IEnvironment

pentaho.environment.spec. IEnvironment

The spec.IEnvironment interface represents a specification of IEnvironment.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 17

See also: pentaho.environment.IEnvironment

Members

Name Description
application :  nonEmptyString

The identifier of the client application.

locale :  nonEmptyString

The identifier of the locale.

reservedChars :  nonEmptyString

The reserved characters for file names, all concatenated in a single string.

server :  pentaho.environment.spec.IServer

The information about the server web application.

theme :  nonEmptyString

The identifier of the theme.

user :  pentaho.environment.spec.IUser

The information about the user.

Members Details

application:  nonEmptyString

The identifier of the client application.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 26

locale:  nonEmptyString

The identifier of the locale.

Locales are converted to lower-case. Case differences are not significant.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 58

reservedChars:  nonEmptyString

The reserved characters for file names, all concatenated in a single string.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 68

server:  pentaho.environment.spec.IServer

The information about the server web application.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 42

theme:  nonEmptyString

The identifier of the theme.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 50

user:  pentaho.environment.spec.IUser

The information about the user.

Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 34