\r\n

51Degrees Pipeline Node.js  4.4

51Degrees Pipeline for Node.js

ElementDataDictionary Class Reference

Detailed Description

A basic extension of elementData with dictionary object storage / lookup.

Inheritance diagram for ElementDataDictionary:

[legend]

Collaboration diagram for ElementDataDictionary:

[legend]

Public Member Functions

 constructor ({ flowElement, contents })
Constructor for ElementDataDictionary. More...

Public Member Functions inherited from ElementData

 constructor ({ flowElement })
Constructor for elementData. More...
 getInternal (key)
Internal get method for elementData to retrieve an element from it called via the elementData's get method This method is overriden by classes inheriting from elementData. More...
 get (key)
A wrapper that performs actions before passing on processing (or skipping) the getInternal method. More...
 getAsString (key)
Return string value of property. More...
 getAsFloat (key)
Return float value of property. More...
 getAsInteger (key)
Return int value of property. More...

Member Function Documentation

◆ constructor()

ElementDataDictionary::constructor (   { flowElement, contents } )
inline

Constructor for ElementDataDictionary.

Parameters
{object} - options options object
{FlowElement} - options.flowElement FlowElement the options are added to
{object} - options.contents // key value dictionary