Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | The pub.ariba.supplier Folder in the WmAribaSupplier Package | pub.ariba.supplier.attachment.collection | pub.ariba.supplier.attachment.collection:getWrapperList
 
pub.ariba.supplier.attachment.collection:getWrapperList
WmAribaSupplier. Returns all the attachmentWrapper objects in the collection as an object array. You can use the returned list in a flow loop.
Input Parameters
attachmentWrapperCollection
The attachmentWrapperCollection object.
sortOrder
forward or reverse. Specifies if you want the attachmentWrappers' index in ascending (forward) order or descending (reverse) order.
Output Parameters
attachmentWrapper
List of attachmentWrapper objects.
Usage Notes
If the collection contains many attachmentWrappers, this service is expensive. For a large collection, you should use the iterator services instead. See pub.ariba.supplier.cxml.