dw.system
Class PipelineDictionary
dw.system.PipelineDictionary
The class provides access to the values in the pipeline dictionary. You use
dynamic properties to access values, such as pdict.myvalue or
pdict['myvalue'];
The class is used in two different contexts, one where access is limited to
the declared input/output values and second to a context with full access.
Inside scripts, the PipelineDictionary allows you to access declared in/out
values (regardless of the alias used in the pipeline and the actual key under
which the value is stored). In templates and pipelines, all values can be
accessed. In templates the pipeline dictionary is exposed as variable pdict
(e.g. ${pdict.Product.ID}).
There are several values that are automatically stored in the
PipelineDictionary with each request. These include but are not limited to:
- CurrentSession
- CurrentRequest
- CurrentHttpParameterMap
- CurrentForms
- CurrentCustomer
- etc.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.