Top Method Summary
Options Name Purpose
CollectUnresolvedTokens (character) Collects the unresolved ${env.*} tokens contained in the given value into the UnresolvedTokens property
LOGICAL ProcessJsonArrayElement (JsonArray, integer) Callback method to process to given element of the JsonArray
LOGICAL ProcessJsonProperty (JsonObject, character) Callback method to process to given property of the JsonObject

Top Property Summary
Options Name Purpose
CHARACTER UnresolvedTokens


Method Detail
Top

CollectUnresolvedTokens (character)

Purpose: Collects the unresolved ${env.*} tokens contained in the
given value into the UnresolvedTokens property
Notes: The collection is scoped to the env token group to avoid
false positives on values legitimately containing tokens
intended for later resolution

Parameters:
pcValue CHARACTER
The value to collect unresolved tokens from
Top

LOGICAL ProcessJsonArrayElement (JsonArray, integer)

Purpose: Callback method to process to given element of the JsonArray
Notes:

Parameters:
poJsonArray Progress.Json.ObjectModel.JsonArray
The JsonArray to process of element of
piElementIndex INTEGER
The index of the element to process
Returns LOGICAL
Logical value indicating if the process should be cancelled
Top

LOGICAL ProcessJsonProperty (JsonObject, character)

Purpose: Callback method to process to given property of the JsonObject
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The JsonObject to process of property of
pcPropertyName CHARACTER
The name of the property to process
Returns LOGICAL
Logical value indicating if the process should be cancelled


Property Detail
Top

CHARACTER UnresolvedTokens


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:02:52