Concurrency control

Most of the methods in JReport Design API can also be used when programming with JReport Server Design API. There are however, some methods which are unique to JReport Server Design API. When programming with it, you should use these methods by using the parameters listed in MultiUserCatalogAPI and MultiUserDesigner, which can be found in the JReport Javadoc stored in <install_root>\help\api. The methods have parameter UID, and they are used to access private catalog resources while another user is editing the catalog in MultiUserCatalogAPI with the same UID; however, all the standard Catalog and Design API methods without the UID are still supported.

Notes: