Community
Participate
Working Groups
The o.e.d.c.oda.design.ui.DataSetDesignSession API provided by the ODA designer framework does not currently allow a client to gather the latest design state in the midst of a design session. Instead, one must finish the current design session to get its response, and then starts a new one. This can cause delay in UI response rate since re-creating a design session requires re-creation of custom ODA contribution pages. Such operation may be time consuming for a custom page to re-establish a connection and reload its custom model. This enhancement is to provide additional API method in DataSetDesignSession for a client to optionally collect its latest design state, and then proceed with the same design session.
Added a new API method in o.e.d.c.oda.design.ui.DataSetDesignSession public OdaDesignSession flush() for a client to optionally collect its latest design state, and continue to use the design session.
Closing bugs