| | | | Browse by category |
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.