Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
can someone point me to where i can find documentation on manipulating IDATA objects in a java program
thanks, mow
See Developer Help > Java API Reference > com.wm.data package
The most interesting classes are IDataCursor and IDataUtil. Also, there are examples in the WmSamples package.
IData and IDataUtil are the most used out-of-the-box classes for document/data manipulation. However, their use is very verbose and has limitations.
wmboost-data ([url]https://github.com/innodev-au/wmboost-data[/url]) is a free and open source library that was created to address those limitations and to provide an easy-to-use abstraction.
Disclaimer: I’m the author of the library