webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | List | addItemToVector
 
addItemToVector
Adds an item or a list of items to a java.util.Vector object.
Input Parameters
vector
java.util.Vector Optional. The vector object to which you want to add an item or list of items. If no value is specified, the service creates a new java.util.Vector object to which the item(s) will be added.
item
Object Optional. Item to be added to the vector object.
Note: You can use either item or itemList to specify the input object. If both item and itemList input parameters are specified, the item as well as the list of items will be added to the vector object.
itemList
Object[ ] Optional. List of items to be added to the vector object.
addNulls
String Optional. Specifies whether a null item can be added to the vector object. Set to:
*false to prevent null values from being added to the vector object. This is the default.
*true to allow null values to be added to the vector object.
Output Parameters
vector
java.util.Vector Updated vector object with the list of items added or an empty vector in case no items are added.
Usage Notes
Either of the optional input parameters, item or itemList, is required.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.