Gantt data model entities deprecation

Article ID: 2228
Last updated: 29 May, 2018
Article ID: 2228
Last updated: 29 May, 2018
Revision: 3
Views: 694
Posted: 04 Apr, 2003
by Dean J.
Updated: 29 May, 2018
by Gargani A.

Question

The getGanttModel methods in the Gantt data model entities are marked as deprecated. Will they be replaced?

Answer

Indeed, the getGanttModel methods of the Gantt data model entities are marked as deprecated. However, there are two levels of deprecation:

The getGanttModel methods defined at the interface level (IlvActivity, IlvResource, IlvConstraint, and IlvReservation) will be removed from the API.

The getGanttModel methods defined at the abstract implementations level (IlvAbstractActivity, IlvAbstractResource, IlvAbstractConstraint, and IlvAbstractReservation) will not be removed. Their access will be changed from public to protected. You will still be able to access getGanttModel from subclasses of the abstract implementations in the latest versions of JViews.

This article was:   Helpful | Not helpful
Report an issue
Article ID: 2228
Last updated: 29 May, 2018
Revision: 3
Views: 694
Posted: 04 Apr, 2003 by Dean J.
Updated: 29 May, 2018 by Gargani A.
Also listed in


Others in this category