You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for reading and writing Project Codes, Resource Codes, Role Codes and Resource Assignment Codes for Primavera P6 schedules.
When writing PMXML files, improve handling of P6 schedules where activity code sequence numbers are missing.
Added an experimental feature to MSPDIWriter to allow the writer to generate timephased data when none is present. Disabled by default, call the setGenerateMissingTimephasedData and pass true to enable.
To improve consistency, the methods Task.getPrimaryResourceID() and Task.setPrimaryResourceID() have been marked as deprecated. Use the new Task.getPrimaryResourceUniqueID() and Task.setPrimaryResourceUniqueID() methods instead.
Added the methods Task.getPrimaryResource() and Task.setPrimaryResource().
Improved accuracy of retrieving the resource assignment GUID attribute when reading MPP files (Contributed by Fabian Schmidt).
Improve population of Task Start and Finish attributes when reading Primavera P6 schedules.
Marked the ActivityCodeValue.getParent() method as deprecated. Use ActivityCodeValue.getParentValue() instead.
Marked the ActivityCodeValue.getParentUniqueID() method as deprecated. Use ActivityCodeValue.getParentValueUniqueID() instead.
Marked the ActivityCodeValue.Builder.parent() method as deprecated. Use ActivityCodeValue.Builder.parentValue() instead.
Marked the ActivityCodeValue.getActivityCode() method as deprecated. Use ActivityCodeValue.getParentCode() instead.