See: Description
Class | Description |
---|---|
IDataElementCollection |
Abstract class that wraps a
com.wm.data.IData instance in a
java.util.Collection implementation. |
IDataElementIterator |
An abstract implementation of
java.util.Iterator for traversing the
contents of an IData object. |
IDataElementSet |
Abstract class that wraps a
com.wm.data.IData instance in a
java.util.Set implementation. |
IDataKeyIterator |
Provides an
Iterator for the keys in an
IDataKeySet . |
IDataKeySet |
Provides a "
Set "-based API for accessing the keys in a WmRecord . |
IDataValueCollection |
Provides a "
Collection "-based API for accessing the values in a
WmRecord . |
IDataValueIterator |
Provides an
Iterator for the values in an
IDataValueCollection . |
RecordEntry |
This class implements
Map.Entry containing a single
WmRecord field/value pair. |
RecordEntrySet |
Provides a "
Set "-based API for accessing field/value entries
in a WmRecord , which is created and returned by
WmRecord.entrySet() and should not be explicitly
created by adapter writers. |
RecordEntrySetIterator | |
RecordUtils |
Provides a set of utilities to bridge between a webMethods IData object model and the
CCI based Mapped Record object model.
|
WmRecord |
This class represents an object that is used to exchange arbitrary data
between adapters and the Integration Server.
|
WmRecordFactory |
Factory class that is used to create
WmRecord objects. |
Copyright © 2003 - 2021 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.