Integration Server 11.1 | Built-In Services Reference Guide | Assets Folder | Summary of Elements in this Folder | pub.assets:getGlobalVariableWithDependents
 
pub.assets:getGlobalVariableWithDependents
WmPublic. Retrieves the global variables used in the package along with a list of assets that depend on (use) the global variable.
Input Parameters
packageName
String Name of the package from which to retrieve global variable usage information.
keys
String List Optional. A list of global variables from which you want to retrieve information. If keys are not provided, the service returns all the global variables used in the package.
Output Parameters
result
Document List The list of global variables in a package.
Key
Description
key
String Name of the global variable.
value
String Value of the global variable.
isSecure
String Indicates whether the global variable value is handled in a secure manner or not.
*true indicates that the global variable value is handled in a secure manner.
*false indicates that the global variable value is not handled in a secure manner.
source
String For a package-level global variable, returns package.
For a server-level global variable, returns server.
dependants
String List A list of assets that depend on or use this global variable.