PROPERTIES
| Name | Variable Functions |
| System ID | VF |
| Connection String | |
| Heartbeat Connection String |
SUPPORTED NODE
DEFINITIONS
* Indicates the message has been deprecated. Please use the replacement message(s) instead.
NODE DEFINITION
DETAILS
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO | |
| templist | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
Add string to the List.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist |
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO | |
| templist | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
Add unique string to the List.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist |
Copy int variables.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| from1 | NO | |
| from2 | NO | |
| from3 | NO | |
| from4 | NO | |
| from5 | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| to1 | |
| to2 | |
| to3 | |
| to4 | |
| to5 |
Copy list variable.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| from | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| to |
Copy mixed variables.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| fromstring1 | NO | |
| fromstring2 | NO | |
| fromstring3 | NO | |
| fromint1 | NO | |
| fromint2 | NO | |
| fromint3 | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| tostring1 | |
| tostring2 | |
| tostring3 | |
| toint1 | |
| toint2 | |
| toint3 |
Copy string variable.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| from | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| to |
Copy string variables.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| from1 | NO | |
| from2 | NO | |
| from3 | NO | |
| from4 | NO | |
| from5 | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| to2 | |
| to1 | |
| to3 | |
| to4 | |
| to5 |
Delete items in a collection from list.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| list | NO | |
| removeList | NO | |
| string | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist |
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| index | NO | |
| list | NO | |
| templist | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
Delete item from list at index.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| index | NO | |
| list | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist |
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO | |
| templist | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
Delete string from list.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist |
Get map value from list.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| keylist | NO | |
| valuelist | NO | |
| key | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| value |
Join list.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| list | NO | |
| delimiter | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| string |
List contains.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| string | NO | |
| list | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| index |
Logs variable value to jboss log.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| name | NO | The name of the variable. |
| value | NO | The value of the variable. |
| level | NO | Logging level. Default is INFO. |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
Put asset id and asset type into list
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| keylist | NO | |
| valuelist | NO | |
| assetIds | NO | |
| assetType | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newKeylist | |
| newValuelist |
Put map value into list.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| keylist | NO | |
| valuelist | NO | |
| key | NO | |
| value | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newKeylist | |
| newValuelist |
Reverse a list
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| list | NO | A list to be reversed |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist | The reversed list |
Sort the list
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| list | NO | the list to be sorted |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| newlist | the list after sorting |
Transfer string to url.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| list | NO |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| sortedList |
Creates a WPCL message to be picked up by the application. NOTE: Only STRING parameters are supported.
REQUEST MESSAGE:
| Parameter Name | Blank Value Allowed? | Description / Value |
| templateName | NO | Name of the template to invoke. |
| titleId | NO | titleId to pass to the template. If blank, will ignore. |
| providerId | NO | providerId to pass to the template. If blank, will ignore. |
| parameterName1 | NO | parameterName1 to pass to template. If blank, will ignore. |
| parameterValue1 | NO | parameterValue1 to pass to the template. If blank, will ignore. |
| parameterName2 | NO | parameterName2 to pass to template. If blank, will ignore. |
| parameterValue2 | NO | parameterValue2 to pass to the template. If blank, will ignore. |
| parameterName3 | NO | parameterName3 to pass to template. If blank, will ignore. |
| parameterValue3 | NO | parameterValue3 to pass to the template. If blank, will ignore. |
| parameterName4 | NO | parameterName4 to pass to template. If blank, will ignore. |
| parameterValue4 | NO | parameterValue4 to pass to the template. If blank, will ignore. |
| parameterName5 | NO | parameterName5 to pass to template. If blank, will ignore. |
| parameterValue5 | NO | parameterValue5 to pass to the template. If blank, will ignore. |
| parameterName6 | NO | parameterName6 to pass to template. If blank, will ignore. |
| parameterValue6 | NO | parameterValue6 to pass to the template. If blank, will ignore. |
| parameterName7 | NO | parameterName7 to pass to template. If blank, will ignore. |
| parameterValue7 | NO | parameterValue7 to pass to the template. If blank, will ignore. |
| parameterName8 | NO | parameterName8 to pass to template. If blank, will ignore. |
| parameterValue8 | NO | parameterValue8 to pass to the template. If blank, will ignore. |
| parameterName9 | NO | parameterName9 to pass to template. If blank, will ignore. |
| parameterValue9 | NO | parameterValue9 to pass to the template. If blank, will ignore. |
| parameterName10 | NO | parameterName10 to pass to template. If blank, will ignore. |
| parameterValue10 | NO | parameterValue10 to pass to the template. If blank, will ignore. |
| parameterValue11 | NO | |
| parameterName11 | NO | |
| priority | NO | Specify the priority for the work order to trigger |
RESPONSE MESSAGE:
| Parameter Name | Description / Value |
| © 2002 - 2017 Ericsson Television Inc. |
| All Rights Reserved. |