IDATA manipulation in java

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

1 Like